@aws-sdk/client-fsx 3.131.0 → 3.137.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 (80) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +2 -2
  3. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -2
  4. package/dist-cjs/commands/CopyBackupCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBackupCommand.js +2 -2
  6. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -2
  10. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  11. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -2
  12. package/dist-cjs/commands/CreateVolumeCommand.js +2 -2
  13. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteBackupCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteVolumeCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeBackupsCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -2
  28. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -2
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
  31. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
  32. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  33. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateVolumeCommand.js +2 -2
  39. package/dist-cjs/models/models_0.js +652 -956
  40. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -3
  41. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -3
  42. package/dist-es/commands/CopyBackupCommand.js +3 -3
  43. package/dist-es/commands/CreateBackupCommand.js +3 -3
  44. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -3
  45. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -3
  46. package/dist-es/commands/CreateFileSystemCommand.js +3 -3
  47. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -3
  48. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  49. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -3
  50. package/dist-es/commands/CreateVolumeCommand.js +3 -3
  51. package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -3
  52. package/dist-es/commands/DeleteBackupCommand.js +3 -3
  53. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
  54. package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
  55. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  56. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -3
  57. package/dist-es/commands/DeleteVolumeCommand.js +3 -3
  58. package/dist-es/commands/DescribeBackupsCommand.js +3 -3
  59. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
  60. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -3
  61. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -3
  62. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
  63. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
  64. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
  65. package/dist-es/commands/DescribeVolumesCommand.js +3 -3
  66. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -3
  67. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  68. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
  69. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
  70. package/dist-es/commands/TagResourceCommand.js +3 -3
  71. package/dist-es/commands/UntagResourceCommand.js +3 -3
  72. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
  73. package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
  74. package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
  75. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -3
  76. package/dist-es/commands/UpdateVolumeCommand.js +3 -3
  77. package/dist-es/models/models_0.js +174 -630
  78. package/dist-types/models/models_0.d.ts +608 -912
  79. package/dist-types/ts3.4/models/models_0.d.ts +304 -608
  80. package/package.json +6 -6
@@ -21,12 +21,6 @@ export interface ActiveDirectoryBackupAttributes {
21
21
  */
22
22
  ResourceARN?: string;
23
23
  }
24
- export declare namespace ActiveDirectoryBackupAttributes {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: ActiveDirectoryBackupAttributes) => any;
29
- }
30
24
  export declare enum ActiveDirectoryErrorType {
31
25
  DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
32
26
  INCOMPATIBLE_DOMAIN_MODE = "INCOMPATIBLE_DOMAIN_MODE",
@@ -74,12 +68,6 @@ export interface AdministrativeActionFailureDetails {
74
68
  */
75
69
  Message?: string;
76
70
  }
77
- export declare namespace AdministrativeActionFailureDetails {
78
- /**
79
- * @internal
80
- */
81
- const filterSensitiveLog: (obj: AdministrativeActionFailureDetails) => any;
82
- }
83
71
  export declare enum Status {
84
72
  COMPLETED = "COMPLETED",
85
73
  FAILED = "FAILED",
@@ -97,12 +85,6 @@ export interface FileSystemFailureDetails {
97
85
  */
98
86
  Message?: string;
99
87
  }
100
- export declare namespace FileSystemFailureDetails {
101
- /**
102
- * @internal
103
- */
104
- const filterSensitiveLog: (obj: FileSystemFailureDetails) => any;
105
- }
106
88
  export declare enum FileSystemType {
107
89
  LUSTRE = "LUSTRE",
108
90
  ONTAP = "ONTAP",
@@ -138,12 +120,6 @@ export interface DataRepositoryFailureDetails {
138
120
  */
139
121
  Message?: string;
140
122
  }
141
- export declare namespace DataRepositoryFailureDetails {
142
- /**
143
- * @internal
144
- */
145
- const filterSensitiveLog: (obj: DataRepositoryFailureDetails) => any;
146
- }
147
123
  export declare enum DataRepositoryLifecycle {
148
124
  AVAILABLE = "AVAILABLE",
149
125
  CREATING = "CREATING",
@@ -256,12 +232,6 @@ export interface DataRepositoryConfiguration {
256
232
  */
257
233
  FailureDetails?: DataRepositoryFailureDetails;
258
234
  }
259
- export declare namespace DataRepositoryConfiguration {
260
- /**
261
- * @internal
262
- */
263
- const filterSensitiveLog: (obj: DataRepositoryConfiguration) => any;
264
- }
265
235
  export declare enum LustreDeploymentType {
266
236
  PERSISTENT_1 = "PERSISTENT_1",
267
237
  PERSISTENT_2 = "PERSISTENT_2",
@@ -320,12 +290,6 @@ export interface LustreLogConfiguration {
320
290
  */
321
291
  Destination?: string;
322
292
  }
323
- export declare namespace LustreLogConfiguration {
324
- /**
325
- * @internal
326
- */
327
- const filterSensitiveLog: (obj: LustreLogConfiguration) => any;
328
- }
329
293
  /**
330
294
  * <p>The configuration for Lustre root squash used to restrict root-level access
331
295
  * from clients that try to access your FSx for Lustre file system as root.
@@ -374,12 +338,6 @@ export interface LustreRootSquashConfiguration {
374
338
  */
375
339
  NoSquashNids?: string[];
376
340
  }
377
- export declare namespace LustreRootSquashConfiguration {
378
- /**
379
- * @internal
380
- */
381
- const filterSensitiveLog: (obj: LustreRootSquashConfiguration) => any;
382
- }
383
341
  /**
384
342
  * <p>The configuration for the Amazon FSx for Lustre file system.</p>
385
343
  */
@@ -504,12 +462,6 @@ export interface LustreFileSystemConfiguration {
504
462
  */
505
463
  RootSquashConfiguration?: LustreRootSquashConfiguration;
506
464
  }
507
- export declare namespace LustreFileSystemConfiguration {
508
- /**
509
- * @internal
510
- */
511
- const filterSensitiveLog: (obj: LustreFileSystemConfiguration) => any;
512
- }
513
465
  export declare enum OntapDeploymentType {
514
466
  MULTI_AZ_1 = "MULTI_AZ_1",
515
467
  SINGLE_AZ_1 = "SINGLE_AZ_1"
@@ -536,12 +488,6 @@ export interface DiskIopsConfiguration {
536
488
  */
537
489
  Iops?: number;
538
490
  }
539
- export declare namespace DiskIopsConfiguration {
540
- /**
541
- * @internal
542
- */
543
- const filterSensitiveLog: (obj: DiskIopsConfiguration) => any;
544
- }
545
491
  /**
546
492
  * <p>An Amazon FSx for NetApp ONTAP file system has two endpoints
547
493
  * that are used to access data or to manage the file system
@@ -559,12 +505,6 @@ export interface FileSystemEndpoint {
559
505
  */
560
506
  IpAddresses?: string[];
561
507
  }
562
- export declare namespace FileSystemEndpoint {
563
- /**
564
- * @internal
565
- */
566
- const filterSensitiveLog: (obj: FileSystemEndpoint) => any;
567
- }
568
508
  /**
569
509
  * <p>An Amazon FSx for NetApp ONTAP file system has the following endpoints
570
510
  * that are used to access data or to manage the file system using the
@@ -582,12 +522,6 @@ export interface FileSystemEndpoints {
582
522
  */
583
523
  Management?: FileSystemEndpoint;
584
524
  }
585
- export declare namespace FileSystemEndpoints {
586
- /**
587
- * @internal
588
- */
589
- const filterSensitiveLog: (obj: FileSystemEndpoints) => any;
590
- }
591
525
  /**
592
526
  * <p>Configuration for the FSx for NetApp ONTAP file system.</p>
593
527
  */
@@ -675,12 +609,6 @@ export interface OntapFileSystemConfiguration {
675
609
  */
676
610
  WeeklyMaintenanceStartTime?: string;
677
611
  }
678
- export declare namespace OntapFileSystemConfiguration {
679
- /**
680
- * @internal
681
- */
682
- const filterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
683
- }
684
612
  export declare enum OpenZFSDeploymentType {
685
613
  SINGLE_AZ_1 = "SINGLE_AZ_1"
686
614
  }
@@ -754,12 +682,6 @@ export interface OpenZFSFileSystemConfiguration {
754
682
  */
755
683
  RootVolumeId?: string;
756
684
  }
757
- export declare namespace OpenZFSFileSystemConfiguration {
758
- /**
759
- * @internal
760
- */
761
- const filterSensitiveLog: (obj: OpenZFSFileSystemConfiguration) => any;
762
- }
763
685
  export declare enum StorageType {
764
686
  HDD = "HDD",
765
687
  SSD = "SSD"
@@ -781,12 +703,6 @@ export interface Tag {
781
703
  */
782
704
  Value: string | undefined;
783
705
  }
784
- export declare namespace Tag {
785
- /**
786
- * @internal
787
- */
788
- const filterSensitiveLog: (obj: Tag) => any;
789
- }
790
706
  export declare enum AliasLifecycle {
791
707
  AVAILABLE = "AVAILABLE",
792
708
  CREATE_FAILED = "CREATE_FAILED",
@@ -844,12 +760,6 @@ export interface Alias {
844
760
  */
845
761
  Lifecycle?: AliasLifecycle | string;
846
762
  }
847
- export declare namespace Alias {
848
- /**
849
- * @internal
850
- */
851
- const filterSensitiveLog: (obj: Alias) => any;
852
- }
853
763
  export declare enum WindowsAccessAuditLogLevel {
854
764
  DISABLED = "DISABLED",
855
765
  FAILURE_ONLY = "FAILURE_ONLY",
@@ -927,12 +837,6 @@ export interface WindowsAuditLogConfiguration {
927
837
  */
928
838
  AuditLogDestination?: string;
929
839
  }
930
- export declare namespace WindowsAuditLogConfiguration {
931
- /**
932
- * @internal
933
- */
934
- const filterSensitiveLog: (obj: WindowsAuditLogConfiguration) => any;
935
- }
936
840
  export declare enum WindowsDeploymentType {
937
841
  MULTI_AZ_1 = "MULTI_AZ_1",
938
842
  SINGLE_AZ_1 = "SINGLE_AZ_1",
@@ -972,12 +876,6 @@ export interface SelfManagedActiveDirectoryAttributes {
972
876
  */
973
877
  DnsIps?: string[];
974
878
  }
975
- export declare namespace SelfManagedActiveDirectoryAttributes {
976
- /**
977
- * @internal
978
- */
979
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryAttributes) => any;
980
- }
981
879
  /**
982
880
  * <p>The configuration for this Microsoft Windows file system.</p>
983
881
  */
@@ -1092,12 +990,6 @@ export interface WindowsFileSystemConfiguration {
1092
990
  */
1093
991
  AuditLogConfiguration?: WindowsAuditLogConfiguration;
1094
992
  }
1095
- export declare namespace WindowsFileSystemConfiguration {
1096
- /**
1097
- * @internal
1098
- */
1099
- const filterSensitiveLog: (obj: WindowsFileSystemConfiguration) => any;
1100
- }
1101
993
  export declare enum SnapshotLifecycle {
1102
994
  AVAILABLE = "AVAILABLE",
1103
995
  CREATING = "CREATING",
@@ -1113,12 +1005,6 @@ export interface LifecycleTransitionReason {
1113
1005
  */
1114
1006
  Message?: string;
1115
1007
  }
1116
- export declare namespace LifecycleTransitionReason {
1117
- /**
1118
- * @internal
1119
- */
1120
- const filterSensitiveLog: (obj: LifecycleTransitionReason) => any;
1121
- }
1122
1008
  export declare enum VolumeLifecycle {
1123
1009
  AVAILABLE = "AVAILABLE",
1124
1010
  CREATED = "CREATED",
@@ -1213,12 +1099,6 @@ export interface TieringPolicy {
1213
1099
  */
1214
1100
  Name?: TieringPolicyName | string;
1215
1101
  }
1216
- export declare namespace TieringPolicy {
1217
- /**
1218
- * @internal
1219
- */
1220
- const filterSensitiveLog: (obj: TieringPolicy) => any;
1221
- }
1222
1102
  /**
1223
1103
  * <p>The configuration of an Amazon FSx for NetApp ONTAP volume.</p>
1224
1104
  */
@@ -1311,12 +1191,6 @@ export interface OntapVolumeConfiguration {
1311
1191
  */
1312
1192
  OntapVolumeType?: OntapVolumeType | string;
1313
1193
  }
1314
- export declare namespace OntapVolumeConfiguration {
1315
- /**
1316
- * @internal
1317
- */
1318
- const filterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
1319
- }
1320
1194
  export declare enum OpenZFSDataCompressionType {
1321
1195
  LZ4 = "LZ4",
1322
1196
  NONE = "NONE",
@@ -1356,12 +1230,6 @@ export interface OpenZFSClientConfiguration {
1356
1230
  */
1357
1231
  Options: string[] | undefined;
1358
1232
  }
1359
- export declare namespace OpenZFSClientConfiguration {
1360
- /**
1361
- * @internal
1362
- */
1363
- const filterSensitiveLog: (obj: OpenZFSClientConfiguration) => any;
1364
- }
1365
1233
  /**
1366
1234
  * <p>The Network File System (NFS) configurations for mounting an Amazon FSx for
1367
1235
  * OpenZFS file system. </p>
@@ -1373,12 +1241,6 @@ export interface OpenZFSNfsExport {
1373
1241
  */
1374
1242
  ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
1375
1243
  }
1376
- export declare namespace OpenZFSNfsExport {
1377
- /**
1378
- * @internal
1379
- */
1380
- const filterSensitiveLog: (obj: OpenZFSNfsExport) => any;
1381
- }
1382
1244
  export declare enum OpenZFSCopyStrategy {
1383
1245
  CLONE = "CLONE",
1384
1246
  FULL_COPY = "FULL_COPY"
@@ -1414,12 +1276,6 @@ export interface OpenZFSOriginSnapshotConfiguration {
1414
1276
  */
1415
1277
  CopyStrategy?: OpenZFSCopyStrategy | string;
1416
1278
  }
1417
- export declare namespace OpenZFSOriginSnapshotConfiguration {
1418
- /**
1419
- * @internal
1420
- */
1421
- const filterSensitiveLog: (obj: OpenZFSOriginSnapshotConfiguration) => any;
1422
- }
1423
1279
  export declare enum OpenZFSQuotaType {
1424
1280
  GROUP = "GROUP",
1425
1281
  USER = "USER"
@@ -1441,12 +1297,6 @@ export interface OpenZFSUserOrGroupQuota {
1441
1297
  */
1442
1298
  StorageCapacityQuotaGiB: number | undefined;
1443
1299
  }
1444
- export declare namespace OpenZFSUserOrGroupQuota {
1445
- /**
1446
- * @internal
1447
- */
1448
- const filterSensitiveLog: (obj: OpenZFSUserOrGroupQuota) => any;
1449
- }
1450
1300
  /**
1451
1301
  * <p>The configuration of an Amazon FSx for OpenZFS volume.</p>
1452
1302
  */
@@ -1530,12 +1380,6 @@ export interface OpenZFSVolumeConfiguration {
1530
1380
  */
1531
1381
  UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1532
1382
  }
1533
- export declare namespace OpenZFSVolumeConfiguration {
1534
- /**
1535
- * @internal
1536
- */
1537
- const filterSensitiveLog: (obj: OpenZFSVolumeConfiguration) => any;
1538
- }
1539
1383
  export declare enum VolumeType {
1540
1384
  ONTAP = "ONTAP",
1541
1385
  OPENZFS = "OPENZFS"
@@ -1579,12 +1423,6 @@ export interface AssociateFileSystemAliasesRequest {
1579
1423
  */
1580
1424
  Aliases: string[] | undefined;
1581
1425
  }
1582
- export declare namespace AssociateFileSystemAliasesRequest {
1583
- /**
1584
- * @internal
1585
- */
1586
- const filterSensitiveLog: (obj: AssociateFileSystemAliasesRequest) => any;
1587
- }
1588
1426
  /**
1589
1427
  * <p>The system generated response showing the DNS aliases that
1590
1428
  * Amazon FSx is attempting to associate with the file system.
@@ -1599,12 +1437,6 @@ export interface AssociateFileSystemAliasesResponse {
1599
1437
  */
1600
1438
  Aliases?: Alias[];
1601
1439
  }
1602
- export declare namespace AssociateFileSystemAliasesResponse {
1603
- /**
1604
- * @internal
1605
- */
1606
- const filterSensitiveLog: (obj: AssociateFileSystemAliasesResponse) => any;
1607
- }
1608
1440
  /**
1609
1441
  * <p>A generic error indicating a failure with a client request.</p>
1610
1442
  */
@@ -1689,12 +1521,6 @@ export interface AutoExportPolicy {
1689
1521
  */
1690
1522
  Events?: (EventType | string)[];
1691
1523
  }
1692
- export declare namespace AutoExportPolicy {
1693
- /**
1694
- * @internal
1695
- */
1696
- const filterSensitiveLog: (obj: AutoExportPolicy) => any;
1697
- }
1698
1524
  /**
1699
1525
  * <p>Describes the data repository association's automatic import policy.
1700
1526
  * The AutoImportPolicy defines how Amazon FSx keeps your file metadata and directory
@@ -1729,12 +1555,6 @@ export interface AutoImportPolicy {
1729
1555
  */
1730
1556
  Events?: (EventType | string)[];
1731
1557
  }
1732
- export declare namespace AutoImportPolicy {
1733
- /**
1734
- * @internal
1735
- */
1736
- const filterSensitiveLog: (obj: AutoImportPolicy) => any;
1737
- }
1738
1558
  /**
1739
1559
  * <p>Cancels a data repository task.</p>
1740
1560
  */
@@ -1744,12 +1564,6 @@ export interface CancelDataRepositoryTaskRequest {
1744
1564
  */
1745
1565
  TaskId: string | undefined;
1746
1566
  }
1747
- export declare namespace CancelDataRepositoryTaskRequest {
1748
- /**
1749
- * @internal
1750
- */
1751
- const filterSensitiveLog: (obj: CancelDataRepositoryTaskRequest) => any;
1752
- }
1753
1567
  export declare enum DataRepositoryTaskLifecycle {
1754
1568
  CANCELED = "CANCELED",
1755
1569
  CANCELING = "CANCELING",
@@ -1795,12 +1609,6 @@ export interface CancelDataRepositoryTaskResponse {
1795
1609
  */
1796
1610
  TaskId?: string;
1797
1611
  }
1798
- export declare namespace CancelDataRepositoryTaskResponse {
1799
- /**
1800
- * @internal
1801
- */
1802
- const filterSensitiveLog: (obj: CancelDataRepositoryTaskResponse) => any;
1803
- }
1804
1612
  /**
1805
1613
  * <p>The data repository task could not be canceled because the task has already ended.</p>
1806
1614
  */
@@ -1920,12 +1728,6 @@ export interface CopyBackupRequest {
1920
1728
  */
1921
1729
  Tags?: Tag[];
1922
1730
  }
1923
- export declare namespace CopyBackupRequest {
1924
- /**
1925
- * @internal
1926
- */
1927
- const filterSensitiveLog: (obj: CopyBackupRequest) => any;
1928
- }
1929
1731
  /**
1930
1732
  * <p>If backup creation fails, this structure contains the details of that
1931
1733
  * failure.</p>
@@ -1936,12 +1738,6 @@ export interface BackupFailureDetails {
1936
1738
  */
1937
1739
  Message?: string;
1938
1740
  }
1939
- export declare namespace BackupFailureDetails {
1940
- /**
1941
- * @internal
1942
- */
1943
- const filterSensitiveLog: (obj: BackupFailureDetails) => any;
1944
- }
1945
1741
  export declare enum BackupLifecycle {
1946
1742
  AVAILABLE = "AVAILABLE",
1947
1743
  COPYING = "COPYING",
@@ -2139,12 +1935,6 @@ export interface CreateBackupRequest {
2139
1935
  */
2140
1936
  VolumeId?: string;
2141
1937
  }
2142
- export declare namespace CreateBackupRequest {
2143
- /**
2144
- * @internal
2145
- */
2146
- const filterSensitiveLog: (obj: CreateBackupRequest) => any;
2147
- }
2148
1938
  /**
2149
1939
  * <p>No Amazon FSx volumes were found based upon the supplied parameters.</p>
2150
1940
  */
@@ -2185,12 +1975,6 @@ export interface S3DataRepositoryConfiguration {
2185
1975
  */
2186
1976
  AutoExportPolicy?: AutoExportPolicy;
2187
1977
  }
2188
- export declare namespace S3DataRepositoryConfiguration {
2189
- /**
2190
- * @internal
2191
- */
2192
- const filterSensitiveLog: (obj: S3DataRepositoryConfiguration) => any;
2193
- }
2194
1978
  export interface CreateDataRepositoryAssociationRequest {
2195
1979
  /**
2196
1980
  * <p>The globally unique ID of the file system, assigned by Amazon FSx.</p>
@@ -2258,12 +2042,6 @@ export interface CreateDataRepositoryAssociationRequest {
2258
2042
  */
2259
2043
  Tags?: Tag[];
2260
2044
  }
2261
- export declare namespace CreateDataRepositoryAssociationRequest {
2262
- /**
2263
- * @internal
2264
- */
2265
- const filterSensitiveLog: (obj: CreateDataRepositoryAssociationRequest) => any;
2266
- }
2267
2045
  /**
2268
2046
  * <p>The configuration of a data repository association that links
2269
2047
  * an Amazon FSx for Lustre file system to an Amazon S3 bucket.
@@ -2410,24 +2188,12 @@ export interface DataRepositoryAssociation {
2410
2188
  */
2411
2189
  CreationTime?: Date;
2412
2190
  }
2413
- export declare namespace DataRepositoryAssociation {
2414
- /**
2415
- * @internal
2416
- */
2417
- const filterSensitiveLog: (obj: DataRepositoryAssociation) => any;
2418
- }
2419
2191
  export interface CreateDataRepositoryAssociationResponse {
2420
2192
  /**
2421
2193
  * <p>The response object returned after the data repository association is created.</p>
2422
2194
  */
2423
2195
  Association?: DataRepositoryAssociation;
2424
2196
  }
2425
- export declare namespace CreateDataRepositoryAssociationResponse {
2426
- /**
2427
- * @internal
2428
- */
2429
- const filterSensitiveLog: (obj: CreateDataRepositoryAssociationResponse) => any;
2430
- }
2431
2197
  export declare enum ReportFormat {
2432
2198
  REPORT_CSV_20191124 = "REPORT_CSV_20191124"
2433
2199
  }
@@ -2468,12 +2234,6 @@ export interface CompletionReport {
2468
2234
  */
2469
2235
  Scope?: ReportScope | string;
2470
2236
  }
2471
- export declare namespace CompletionReport {
2472
- /**
2473
- * @internal
2474
- */
2475
- const filterSensitiveLog: (obj: CompletionReport) => any;
2476
- }
2477
2237
  export declare enum DataRepositoryTaskType {
2478
2238
  EXPORT = "EXPORT_TO_REPOSITORY",
2479
2239
  IMPORT = "IMPORT_METADATA_FROM_REPOSITORY"
@@ -2513,12 +2273,6 @@ export interface CreateDataRepositoryTaskRequest {
2513
2273
  */
2514
2274
  Tags?: Tag[];
2515
2275
  }
2516
- export declare namespace CreateDataRepositoryTaskRequest {
2517
- /**
2518
- * @internal
2519
- */
2520
- const filterSensitiveLog: (obj: CreateDataRepositoryTaskRequest) => any;
2521
- }
2522
2276
  /**
2523
2277
  * <p>Provides information about why a data repository task failed. Only populated when the task <code>Lifecycle</code> is set to <code>FAILED</code>.</p>
2524
2278
  */
@@ -2528,12 +2282,6 @@ export interface DataRepositoryTaskFailureDetails {
2528
2282
  */
2529
2283
  Message?: string;
2530
2284
  }
2531
- export declare namespace DataRepositoryTaskFailureDetails {
2532
- /**
2533
- * @internal
2534
- */
2535
- const filterSensitiveLog: (obj: DataRepositoryTaskFailureDetails) => any;
2536
- }
2537
2285
  /**
2538
2286
  * <p>Provides the task status showing a running total of the total number of files to be processed,
2539
2287
  * the number successfully processed, and the number of files the task failed to process.</p>
@@ -2558,12 +2306,6 @@ export interface DataRepositoryTaskStatus {
2558
2306
  */
2559
2307
  LastUpdatedTime?: Date;
2560
2308
  }
2561
- export declare namespace DataRepositoryTaskStatus {
2562
- /**
2563
- * @internal
2564
- */
2565
- const filterSensitiveLog: (obj: DataRepositoryTaskStatus) => any;
2566
- }
2567
2309
  /**
2568
2310
  * <p>A description of the data repository task. You use data repository tasks
2569
2311
  * to perform bulk transfer operations between your Amazon FSx file system and a linked data
@@ -2675,24 +2417,12 @@ export interface DataRepositoryTask {
2675
2417
  */
2676
2418
  Report?: CompletionReport;
2677
2419
  }
2678
- export declare namespace DataRepositoryTask {
2679
- /**
2680
- * @internal
2681
- */
2682
- const filterSensitiveLog: (obj: DataRepositoryTask) => any;
2683
- }
2684
2420
  export interface CreateDataRepositoryTaskResponse {
2685
2421
  /**
2686
2422
  * <p>The description of the data repository task that you just created.</p>
2687
2423
  */
2688
2424
  DataRepositoryTask?: DataRepositoryTask;
2689
2425
  }
2690
- export declare namespace CreateDataRepositoryTaskResponse {
2691
- /**
2692
- * @internal
2693
- */
2694
- const filterSensitiveLog: (obj: CreateDataRepositoryTaskResponse) => any;
2695
- }
2696
2426
  /**
2697
2427
  * <p>An existing data repository task is currently executing on the file system.
2698
2428
  * Wait until the existing task has completed, then create the new task.</p>
@@ -2780,12 +2510,6 @@ export interface LustreLogCreateConfiguration {
2780
2510
  */
2781
2511
  Destination?: string;
2782
2512
  }
2783
- export declare namespace LustreLogCreateConfiguration {
2784
- /**
2785
- * @internal
2786
- */
2787
- const filterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
2788
- }
2789
2513
  /**
2790
2514
  * <p>The Lustre configuration for the file system being created.</p>
2791
2515
  * <note>
@@ -3038,12 +2762,6 @@ export interface CreateFileSystemLustreConfiguration {
3038
2762
  */
3039
2763
  RootSquashConfiguration?: LustreRootSquashConfiguration;
3040
2764
  }
3041
- export declare namespace CreateFileSystemLustreConfiguration {
3042
- /**
3043
- * @internal
3044
- */
3045
- const filterSensitiveLog: (obj: CreateFileSystemLustreConfiguration) => any;
3046
- }
3047
2765
  /**
3048
2766
  * <p>The ONTAP configuration properties of the FSx for ONTAP file system that you
3049
2767
  * are creating.</p>
@@ -3129,12 +2847,6 @@ export interface CreateFileSystemOntapConfiguration {
3129
2847
  */
3130
2848
  WeeklyMaintenanceStartTime?: string;
3131
2849
  }
3132
- export declare namespace CreateFileSystemOntapConfiguration {
3133
- /**
3134
- * @internal
3135
- */
3136
- const filterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
3137
- }
3138
2850
  /**
3139
2851
  * <p>The configuration of an Amazon FSx for OpenZFS root volume.</p>
3140
2852
  */
@@ -3197,12 +2909,6 @@ export interface OpenZFSCreateRootVolumeConfiguration {
3197
2909
  */
3198
2910
  ReadOnly?: boolean;
3199
2911
  }
3200
- export declare namespace OpenZFSCreateRootVolumeConfiguration {
3201
- /**
3202
- * @internal
3203
- */
3204
- const filterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
3205
- }
3206
2912
  /**
3207
2913
  * <p>The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.</p>
3208
2914
  */
@@ -3274,12 +2980,6 @@ export interface CreateFileSystemOpenZFSConfiguration {
3274
2980
  */
3275
2981
  RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
3276
2982
  }
3277
- export declare namespace CreateFileSystemOpenZFSConfiguration {
3278
- /**
3279
- * @internal
3280
- */
3281
- const filterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
3282
- }
3283
2983
  /**
3284
2984
  * <p>The Windows file access auditing configuration used when creating
3285
2985
  * or updating an Amazon FSx for Windows File Server file system.</p>
@@ -3368,12 +3068,6 @@ export interface WindowsAuditLogCreateConfiguration {
3368
3068
  */
3369
3069
  AuditLogDestination?: string;
3370
3070
  }
3371
- export declare namespace WindowsAuditLogCreateConfiguration {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: WindowsAuditLogCreateConfiguration) => any;
3376
- }
3377
3071
  /**
3378
3072
  * <p>The configuration that Amazon FSx uses to join a FSx for Windows File Server file system or an ONTAP storage virtual machine (SVM) to
3379
3073
  * a self-managed (including on-premises) Microsoft Active Directory (AD)
@@ -3428,12 +3122,6 @@ export interface SelfManagedActiveDirectoryConfiguration {
3428
3122
  */
3429
3123
  DnsIps: string[] | undefined;
3430
3124
  }
3431
- export declare namespace SelfManagedActiveDirectoryConfiguration {
3432
- /**
3433
- * @internal
3434
- */
3435
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryConfiguration) => any;
3436
- }
3437
3125
  /**
3438
3126
  * <p>The configuration object for the Microsoft Windows file system used in
3439
3127
  * <code>CreateFileSystem</code> and <code>CreateFileSystemFromBackup</code>
@@ -3552,12 +3240,6 @@ export interface CreateFileSystemWindowsConfiguration {
3552
3240
  */
3553
3241
  AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
3554
3242
  }
3555
- export declare namespace CreateFileSystemWindowsConfiguration {
3556
- /**
3557
- * @internal
3558
- */
3559
- const filterSensitiveLog: (obj: CreateFileSystemWindowsConfiguration) => any;
3560
- }
3561
3243
  /**
3562
3244
  * <p>The request object used to create a new Amazon FSx file system.</p>
3563
3245
  */
@@ -3759,12 +3441,6 @@ export interface CreateFileSystemRequest {
3759
3441
  */
3760
3442
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
3761
3443
  }
3762
- export declare namespace CreateFileSystemRequest {
3763
- /**
3764
- * @internal
3765
- */
3766
- const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
3767
- }
3768
3444
  /**
3769
3445
  * <p>The path provided for data repository export isn't valid.</p>
3770
3446
  */
@@ -3986,12 +3662,6 @@ export interface CreateFileSystemFromBackupRequest {
3986
3662
  */
3987
3663
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
3988
3664
  }
3989
- export declare namespace CreateFileSystemFromBackupRequest {
3990
- /**
3991
- * @internal
3992
- */
3993
- const filterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
3994
- }
3995
3665
  export interface CreateSnapshotRequest {
3996
3666
  /**
3997
3667
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -4012,12 +3682,6 @@ export interface CreateSnapshotRequest {
4012
3682
  */
4013
3683
  Tags?: Tag[];
4014
3684
  }
4015
- export declare namespace CreateSnapshotRequest {
4016
- /**
4017
- * @internal
4018
- */
4019
- const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
4020
- }
4021
3685
  /**
4022
3686
  * <p>The configuration that Amazon FSx uses to join the ONTAP storage virtual machine
4023
3687
  * (SVM) to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.</p>
@@ -4037,12 +3701,6 @@ export interface CreateSvmActiveDirectoryConfiguration {
4037
3701
  */
4038
3702
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
4039
3703
  }
4040
- export declare namespace CreateSvmActiveDirectoryConfiguration {
4041
- /**
4042
- * @internal
4043
- */
4044
- const filterSensitiveLog: (obj: CreateSvmActiveDirectoryConfiguration) => any;
4045
- }
4046
3704
  export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
4047
3705
  MIXED = "MIXED",
4048
3706
  NTFS = "NTFS",
@@ -4103,12 +3761,6 @@ export interface CreateStorageVirtualMachineRequest {
4103
3761
  */
4104
3762
  RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
4105
3763
  }
4106
- export declare namespace CreateStorageVirtualMachineRequest {
4107
- /**
4108
- * @internal
4109
- */
4110
- const filterSensitiveLog: (obj: CreateStorageVirtualMachineRequest) => any;
4111
- }
4112
3764
  /**
4113
3765
  * <p>Describes the configuration of the Microsoft Active Directory (AD)
4114
3766
  * directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined.
@@ -4125,12 +3777,6 @@ export interface SvmActiveDirectoryConfiguration {
4125
3777
  */
4126
3778
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
4127
3779
  }
4128
- export declare namespace SvmActiveDirectoryConfiguration {
4129
- /**
4130
- * @internal
4131
- */
4132
- const filterSensitiveLog: (obj: SvmActiveDirectoryConfiguration) => any;
4133
- }
4134
3780
  /**
4135
3781
  * <p>An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has
4136
3782
  * four endpoints that are used to access data or to manage the SVM
@@ -4149,12 +3795,6 @@ export interface SvmEndpoint {
4149
3795
  */
4150
3796
  IpAddresses?: string[];
4151
3797
  }
4152
- export declare namespace SvmEndpoint {
4153
- /**
4154
- * @internal
4155
- */
4156
- const filterSensitiveLog: (obj: SvmEndpoint) => any;
4157
- }
4158
3798
  /**
4159
3799
  * <p>An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has
4160
3800
  * the following endpoints that are used to access data or to manage
@@ -4178,12 +3818,6 @@ export interface SvmEndpoints {
4178
3818
  */
4179
3819
  Smb?: SvmEndpoint;
4180
3820
  }
4181
- export declare namespace SvmEndpoints {
4182
- /**
4183
- * @internal
4184
- */
4185
- const filterSensitiveLog: (obj: SvmEndpoints) => any;
4186
- }
4187
3821
  export declare enum StorageVirtualMachineLifecycle {
4188
3822
  CREATED = "CREATED",
4189
3823
  CREATING = "CREATING",
@@ -4288,24 +3922,12 @@ export interface StorageVirtualMachine {
4288
3922
  */
4289
3923
  RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
4290
3924
  }
4291
- export declare namespace StorageVirtualMachine {
4292
- /**
4293
- * @internal
4294
- */
4295
- const filterSensitiveLog: (obj: StorageVirtualMachine) => any;
4296
- }
4297
3925
  export interface CreateStorageVirtualMachineResponse {
4298
3926
  /**
4299
3927
  * <p>Returned after a successful <code>CreateStorageVirtualMachine</code> operation; describes the SVM just created.</p>
4300
3928
  */
4301
3929
  StorageVirtualMachine?: StorageVirtualMachine;
4302
3930
  }
4303
- export declare namespace CreateStorageVirtualMachineResponse {
4304
- /**
4305
- * @internal
4306
- */
4307
- const filterSensitiveLog: (obj: CreateStorageVirtualMachineResponse) => any;
4308
- }
4309
3931
  /**
4310
3932
  * <p>Specifies the configuration of the ONTAP volume that you are creating.</p>
4311
3933
  */
@@ -4384,12 +4006,6 @@ export interface CreateOntapVolumeConfiguration {
4384
4006
  */
4385
4007
  TieringPolicy?: TieringPolicy;
4386
4008
  }
4387
- export declare namespace CreateOntapVolumeConfiguration {
4388
- /**
4389
- * @internal
4390
- */
4391
- const filterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
4392
- }
4393
4009
  /**
4394
4010
  * <p>The snapshot configuration to use when creating an OpenZFS volume from a snapshot. </p>
4395
4011
  */
@@ -4420,12 +4036,6 @@ export interface CreateOpenZFSOriginSnapshotConfiguration {
4420
4036
  */
4421
4037
  CopyStrategy: OpenZFSCopyStrategy | string | undefined;
4422
4038
  }
4423
- export declare namespace CreateOpenZFSOriginSnapshotConfiguration {
4424
- /**
4425
- * @internal
4426
- */
4427
- const filterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
4428
- }
4429
4039
  /**
4430
4040
  * <p>Specifies the configuration of the Amazon FSx for OpenZFS volume that you are creating.</p>
4431
4041
  */
@@ -4523,12 +4133,6 @@ export interface CreateOpenZFSVolumeConfiguration {
4523
4133
  */
4524
4134
  UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
4525
4135
  }
4526
- export declare namespace CreateOpenZFSVolumeConfiguration {
4527
- /**
4528
- * @internal
4529
- */
4530
- const filterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
4531
- }
4532
4136
  export interface CreateVolumeRequest {
4533
4137
  /**
4534
4138
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -4558,12 +4162,6 @@ export interface CreateVolumeRequest {
4558
4162
  */
4559
4163
  OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
4560
4164
  }
4561
- export declare namespace CreateVolumeRequest {
4562
- /**
4563
- * @internal
4564
- */
4565
- const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
4566
- }
4567
4165
  /**
4568
4166
  * <p>A volume configuration is required for this operation.</p>
4569
4167
  */
@@ -4618,12 +4216,6 @@ export interface CreateVolumeFromBackupRequest {
4618
4216
  */
4619
4217
  Tags?: Tag[];
4620
4218
  }
4621
- export declare namespace CreateVolumeFromBackupRequest {
4622
- /**
4623
- * @internal
4624
- */
4625
- const filterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
4626
- }
4627
4219
  /**
4628
4220
  * <p>You can't delete a backup while it's being copied.</p>
4629
4221
  */
@@ -4678,12 +4270,6 @@ export interface DeleteBackupRequest {
4678
4270
  */
4679
4271
  ClientRequestToken?: string;
4680
4272
  }
4681
- export declare namespace DeleteBackupRequest {
4682
- /**
4683
- * @internal
4684
- */
4685
- const filterSensitiveLog: (obj: DeleteBackupRequest) => any;
4686
- }
4687
4273
  /**
4688
4274
  * <p>The response object for the <code>DeleteBackup</code> operation.</p>
4689
4275
  */
@@ -4698,12 +4284,6 @@ export interface DeleteBackupResponse {
4698
4284
  */
4699
4285
  Lifecycle?: BackupLifecycle | string;
4700
4286
  }
4701
- export declare namespace DeleteBackupResponse {
4702
- /**
4703
- * @internal
4704
- */
4705
- const filterSensitiveLog: (obj: DeleteBackupResponse) => any;
4706
- }
4707
4287
  /**
4708
4288
  * <p>No data repository associations were found based upon the supplied parameters.</p>
4709
4289
  */
@@ -4736,12 +4316,6 @@ export interface DeleteDataRepositoryAssociationRequest {
4736
4316
  */
4737
4317
  DeleteDataInFileSystem: boolean | undefined;
4738
4318
  }
4739
- export declare namespace DeleteDataRepositoryAssociationRequest {
4740
- /**
4741
- * @internal
4742
- */
4743
- const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
4744
- }
4745
4319
  export interface DeleteDataRepositoryAssociationResponse {
4746
4320
  /**
4747
4321
  * <p>The ID of the data repository association being deleted.</p>
@@ -4757,12 +4331,6 @@ export interface DeleteDataRepositoryAssociationResponse {
4757
4331
  */
4758
4332
  DeleteDataInFileSystem?: boolean;
4759
4333
  }
4760
- export declare namespace DeleteDataRepositoryAssociationResponse {
4761
- /**
4762
- * @internal
4763
- */
4764
- const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
4765
- }
4766
4334
  /**
4767
4335
  * <p>The configuration object for the Amazon FSx for Lustre file system being deleted in the
4768
4336
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4785,12 +4353,6 @@ export interface DeleteFileSystemLustreConfiguration {
4785
4353
  */
4786
4354
  FinalBackupTags?: Tag[];
4787
4355
  }
4788
- export declare namespace DeleteFileSystemLustreConfiguration {
4789
- /**
4790
- * @internal
4791
- */
4792
- const filterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
4793
- }
4794
4356
  export declare enum DeleteFileSystemOpenZFSOption {
4795
4357
  DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
4796
4358
  }
@@ -4817,12 +4379,6 @@ export interface DeleteFileSystemOpenZFSConfiguration {
4817
4379
  */
4818
4380
  Options?: (DeleteFileSystemOpenZFSOption | string)[];
4819
4381
  }
4820
- export declare namespace DeleteFileSystemOpenZFSConfiguration {
4821
- /**
4822
- * @internal
4823
- */
4824
- const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
4825
- }
4826
4382
  /**
4827
4383
  * <p>The configuration object for the Microsoft Windows file system used in the
4828
4384
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4840,12 +4396,6 @@ export interface DeleteFileSystemWindowsConfiguration {
4840
4396
  */
4841
4397
  FinalBackupTags?: Tag[];
4842
4398
  }
4843
- export declare namespace DeleteFileSystemWindowsConfiguration {
4844
- /**
4845
- * @internal
4846
- */
4847
- const filterSensitiveLog: (obj: DeleteFileSystemWindowsConfiguration) => any;
4848
- }
4849
4399
  /**
4850
4400
  * <p>The request object for <code>DeleteFileSystem</code> operation.</p>
4851
4401
  */
@@ -4876,12 +4426,6 @@ export interface DeleteFileSystemRequest {
4876
4426
  */
4877
4427
  OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
4878
4428
  }
4879
- export declare namespace DeleteFileSystemRequest {
4880
- /**
4881
- * @internal
4882
- */
4883
- const filterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
4884
- }
4885
4429
  /**
4886
4430
  * <p>The response object for the Amazon FSx for Lustre file system being deleted in the
4887
4431
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4896,12 +4440,6 @@ export interface DeleteFileSystemLustreResponse {
4896
4440
  */
4897
4441
  FinalBackupTags?: Tag[];
4898
4442
  }
4899
- export declare namespace DeleteFileSystemLustreResponse {
4900
- /**
4901
- * @internal
4902
- */
4903
- const filterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
4904
- }
4905
4443
  /**
4906
4444
  * <p>The response object for the Amazon FSx for OpenZFS file system that's being
4907
4445
  * deleted in the <code>DeleteFileSystem</code> operation.</p>
@@ -4916,12 +4454,6 @@ export interface DeleteFileSystemOpenZFSResponse {
4916
4454
  */
4917
4455
  FinalBackupTags?: Tag[];
4918
4456
  }
4919
- export declare namespace DeleteFileSystemOpenZFSResponse {
4920
- /**
4921
- * @internal
4922
- */
4923
- const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
4924
- }
4925
4457
  /**
4926
4458
  * <p>The response object for the Microsoft Windows file system used in the
4927
4459
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4936,12 +4468,6 @@ export interface DeleteFileSystemWindowsResponse {
4936
4468
  */
4937
4469
  FinalBackupTags?: Tag[];
4938
4470
  }
4939
- export declare namespace DeleteFileSystemWindowsResponse {
4940
- /**
4941
- * @internal
4942
- */
4943
- const filterSensitiveLog: (obj: DeleteFileSystemWindowsResponse) => any;
4944
- }
4945
4471
  /**
4946
4472
  * <p>The response object for the <code>DeleteFileSystem</code> operation.</p>
4947
4473
  */
@@ -4972,12 +4498,6 @@ export interface DeleteFileSystemResponse {
4972
4498
  */
4973
4499
  OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
4974
4500
  }
4975
- export declare namespace DeleteFileSystemResponse {
4976
- /**
4977
- * @internal
4978
- */
4979
- const filterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
4980
- }
4981
4501
  export interface DeleteSnapshotRequest {
4982
4502
  /**
4983
4503
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -4990,12 +4510,6 @@ export interface DeleteSnapshotRequest {
4990
4510
  */
4991
4511
  SnapshotId: string | undefined;
4992
4512
  }
4993
- export declare namespace DeleteSnapshotRequest {
4994
- /**
4995
- * @internal
4996
- */
4997
- const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
4998
- }
4999
4513
  export interface DeleteSnapshotResponse {
5000
4514
  /**
5001
4515
  * <p>The ID of the deleted snapshot.</p>
@@ -5007,12 +4521,6 @@ export interface DeleteSnapshotResponse {
5007
4521
  */
5008
4522
  Lifecycle?: SnapshotLifecycle | string;
5009
4523
  }
5010
- export declare namespace DeleteSnapshotResponse {
5011
- /**
5012
- * @internal
5013
- */
5014
- const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
5015
- }
5016
4524
  /**
5017
4525
  * <p>No Amazon FSx snapshots were found based on the supplied parameters.</p>
5018
4526
  */
@@ -5040,12 +4548,6 @@ export interface DeleteStorageVirtualMachineRequest {
5040
4548
  */
5041
4549
  StorageVirtualMachineId: string | undefined;
5042
4550
  }
5043
- export declare namespace DeleteStorageVirtualMachineRequest {
5044
- /**
5045
- * @internal
5046
- */
5047
- const filterSensitiveLog: (obj: DeleteStorageVirtualMachineRequest) => any;
5048
- }
5049
4551
  export interface DeleteStorageVirtualMachineResponse {
5050
4552
  /**
5051
4553
  * <p>The ID of the SVM Amazon FSx is deleting.</p>
@@ -5056,12 +4558,6 @@ export interface DeleteStorageVirtualMachineResponse {
5056
4558
  */
5057
4559
  Lifecycle?: StorageVirtualMachineLifecycle | string;
5058
4560
  }
5059
- export declare namespace DeleteStorageVirtualMachineResponse {
5060
- /**
5061
- * @internal
5062
- */
5063
- const filterSensitiveLog: (obj: DeleteStorageVirtualMachineResponse) => any;
5064
- }
5065
4561
  /**
5066
4562
  * <p>Use to specify skipping a final backup, or to add tags to a final backup.</p>
5067
4563
  */
@@ -5076,12 +4572,6 @@ export interface DeleteVolumeOntapConfiguration {
5076
4572
  */
5077
4573
  FinalBackupTags?: Tag[];
5078
4574
  }
5079
- export declare namespace DeleteVolumeOntapConfiguration {
5080
- /**
5081
- * @internal
5082
- */
5083
- const filterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
5084
- }
5085
4575
  export declare enum DeleteOpenZFSVolumeOption {
5086
4576
  DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
5087
4577
  }
@@ -5095,12 +4585,6 @@ export interface DeleteVolumeOpenZFSConfiguration {
5095
4585
  */
5096
4586
  Options?: (DeleteOpenZFSVolumeOption | string)[];
5097
4587
  }
5098
- export declare namespace DeleteVolumeOpenZFSConfiguration {
5099
- /**
5100
- * @internal
5101
- */
5102
- const filterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
5103
- }
5104
4588
  export interface DeleteVolumeRequest {
5105
4589
  /**
5106
4590
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -5124,12 +4608,6 @@ export interface DeleteVolumeRequest {
5124
4608
  */
5125
4609
  OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
5126
4610
  }
5127
- export declare namespace DeleteVolumeRequest {
5128
- /**
5129
- * @internal
5130
- */
5131
- const filterSensitiveLog: (obj: DeleteVolumeRequest) => any;
5132
- }
5133
4611
  /**
5134
4612
  * <p>The response object for the Amazon FSx for NetApp ONTAP volume being deleted
5135
4613
  * in the <code>DeleteVolume</code> operation.</p>
@@ -5144,12 +4622,6 @@ export interface DeleteVolumeOntapResponse {
5144
4622
  */
5145
4623
  FinalBackupTags?: Tag[];
5146
4624
  }
5147
- export declare namespace DeleteVolumeOntapResponse {
5148
- /**
5149
- * @internal
5150
- */
5151
- const filterSensitiveLog: (obj: DeleteVolumeOntapResponse) => any;
5152
- }
5153
4625
  export interface DeleteVolumeResponse {
5154
4626
  /**
5155
4627
  * <p>The ID of the volume that's being deleted.</p>
@@ -5166,12 +4638,6 @@ export interface DeleteVolumeResponse {
5166
4638
  */
5167
4639
  OntapResponse?: DeleteVolumeOntapResponse;
5168
4640
  }
5169
- export declare namespace DeleteVolumeResponse {
5170
- /**
5171
- * @internal
5172
- */
5173
- const filterSensitiveLog: (obj: DeleteVolumeResponse) => any;
5174
- }
5175
4641
  export declare enum FilterName {
5176
4642
  BACKUP_TYPE = "backup-type",
5177
4643
  DATA_REPOSITORY_TYPE = "data-repository-type",
@@ -5194,12 +4660,6 @@ export interface Filter {
5194
4660
  */
5195
4661
  Values?: string[];
5196
4662
  }
5197
- export declare namespace Filter {
5198
- /**
5199
- * @internal
5200
- */
5201
- const filterSensitiveLog: (obj: Filter) => any;
5202
- }
5203
4663
  /**
5204
4664
  * <p>The request object for the <code>DescribeBackups</code> operation.</p>
5205
4665
  */
@@ -5229,12 +4689,6 @@ export interface DescribeBackupsRequest {
5229
4689
  */
5230
4690
  NextToken?: string;
5231
4691
  }
5232
- export declare namespace DescribeBackupsRequest {
5233
- /**
5234
- * @internal
5235
- */
5236
- const filterSensitiveLog: (obj: DescribeBackupsRequest) => any;
5237
- }
5238
4692
  export interface DescribeDataRepositoryAssociationsRequest {
5239
4693
  /**
5240
4694
  * <p>IDs of the data repository associations whose descriptions you want to retrieve
@@ -5257,12 +4711,6 @@ export interface DescribeDataRepositoryAssociationsRequest {
5257
4711
  */
5258
4712
  NextToken?: string;
5259
4713
  }
5260
- export declare namespace DescribeDataRepositoryAssociationsRequest {
5261
- /**
5262
- * @internal
5263
- */
5264
- const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
5265
- }
5266
4714
  export interface DescribeDataRepositoryAssociationsResponse {
5267
4715
  /**
5268
4716
  * <p>An array of one ore more data repository association descriptions.</p>
@@ -5275,12 +4723,6 @@ export interface DescribeDataRepositoryAssociationsResponse {
5275
4723
  */
5276
4724
  NextToken?: string;
5277
4725
  }
5278
- export declare namespace DescribeDataRepositoryAssociationsResponse {
5279
- /**
5280
- * @internal
5281
- */
5282
- const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
5283
- }
5284
4726
  /**
5285
4727
  * <p>You have filtered the response to a data repository type that is not supported.</p>
5286
4728
  */
@@ -5326,12 +4768,6 @@ export interface DataRepositoryTaskFilter {
5326
4768
  */
5327
4769
  Values?: string[];
5328
4770
  }
5329
- export declare namespace DataRepositoryTaskFilter {
5330
- /**
5331
- * @internal
5332
- */
5333
- const filterSensitiveLog: (obj: DataRepositoryTaskFilter) => any;
5334
- }
5335
4771
  export interface DescribeDataRepositoryTasksRequest {
5336
4772
  /**
5337
4773
  * <p>(Optional) IDs of the tasks whose descriptions you want to retrieve
@@ -5355,12 +4791,6 @@ export interface DescribeDataRepositoryTasksRequest {
5355
4791
  */
5356
4792
  NextToken?: string;
5357
4793
  }
5358
- export declare namespace DescribeDataRepositoryTasksRequest {
5359
- /**
5360
- * @internal
5361
- */
5362
- const filterSensitiveLog: (obj: DescribeDataRepositoryTasksRequest) => any;
5363
- }
5364
4794
  export interface DescribeDataRepositoryTasksResponse {
5365
4795
  /**
5366
4796
  * <p>The collection of data repository task descriptions returned.</p>
@@ -5373,12 +4803,6 @@ export interface DescribeDataRepositoryTasksResponse {
5373
4803
  */
5374
4804
  NextToken?: string;
5375
4805
  }
5376
- export declare namespace DescribeDataRepositoryTasksResponse {
5377
- /**
5378
- * @internal
5379
- */
5380
- const filterSensitiveLog: (obj: DescribeDataRepositoryTasksResponse) => any;
5381
- }
5382
4806
  /**
5383
4807
  * <p>The request object for <code>DescribeFileSystemAliases</code> operation.</p>
5384
4808
  */
@@ -5408,12 +4832,6 @@ export interface DescribeFileSystemAliasesRequest {
5408
4832
  */
5409
4833
  NextToken?: string;
5410
4834
  }
5411
- export declare namespace DescribeFileSystemAliasesRequest {
5412
- /**
5413
- * @internal
5414
- */
5415
- const filterSensitiveLog: (obj: DescribeFileSystemAliasesRequest) => any;
5416
- }
5417
4835
  /**
5418
4836
  * <p>The response object for <code>DescribeFileSystemAliases</code> operation.</p>
5419
4837
  */
@@ -5429,12 +4847,6 @@ export interface DescribeFileSystemAliasesResponse {
5429
4847
  */
5430
4848
  NextToken?: string;
5431
4849
  }
5432
- export declare namespace DescribeFileSystemAliasesResponse {
5433
- /**
5434
- * @internal
5435
- */
5436
- const filterSensitiveLog: (obj: DescribeFileSystemAliasesResponse) => any;
5437
- }
5438
4850
  /**
5439
4851
  * <p>The request object for <code>DescribeFileSystems</code> operation.</p>
5440
4852
  */
@@ -5458,12 +4870,6 @@ export interface DescribeFileSystemsRequest {
5458
4870
  */
5459
4871
  NextToken?: string;
5460
4872
  }
5461
- export declare namespace DescribeFileSystemsRequest {
5462
- /**
5463
- * @internal
5464
- */
5465
- const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
5466
- }
5467
4873
  export declare enum SnapshotFilterName {
5468
4874
  FILE_SYSTEM_ID = "file-system-id",
5469
4875
  VOLUME_ID = "volume-id"
@@ -5484,12 +4890,6 @@ export interface SnapshotFilter {
5484
4890
  */
5485
4891
  Values?: string[];
5486
4892
  }
5487
- export declare namespace SnapshotFilter {
5488
- /**
5489
- * @internal
5490
- */
5491
- const filterSensitiveLog: (obj: SnapshotFilter) => any;
5492
- }
5493
4893
  export interface DescribeSnapshotsRequest {
5494
4894
  /**
5495
4895
  * <p>The IDs of the snapshots that you want to retrieve. This parameter value overrides any
@@ -5513,12 +4913,6 @@ export interface DescribeSnapshotsRequest {
5513
4913
  */
5514
4914
  NextToken?: string;
5515
4915
  }
5516
- export declare namespace DescribeSnapshotsRequest {
5517
- /**
5518
- * @internal
5519
- */
5520
- const filterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
5521
- }
5522
4916
  export declare enum StorageVirtualMachineFilterName {
5523
4917
  FILE_SYSTEM_ID = "file-system-id"
5524
4918
  }
@@ -5538,12 +4932,6 @@ export interface StorageVirtualMachineFilter {
5538
4932
  */
5539
4933
  Values?: string[];
5540
4934
  }
5541
- export declare namespace StorageVirtualMachineFilter {
5542
- /**
5543
- * @internal
5544
- */
5545
- const filterSensitiveLog: (obj: StorageVirtualMachineFilter) => any;
5546
- }
5547
4935
  export interface DescribeStorageVirtualMachinesRequest {
5548
4936
  /**
5549
4937
  * <p>Enter the ID of one or more SVMs that you want to view.</p>
@@ -5565,12 +4953,6 @@ export interface DescribeStorageVirtualMachinesRequest {
5565
4953
  */
5566
4954
  NextToken?: string;
5567
4955
  }
5568
- export declare namespace DescribeStorageVirtualMachinesRequest {
5569
- /**
5570
- * @internal
5571
- */
5572
- const filterSensitiveLog: (obj: DescribeStorageVirtualMachinesRequest) => any;
5573
- }
5574
4956
  export interface DescribeStorageVirtualMachinesResponse {
5575
4957
  /**
5576
4958
  * <p>Returned after a successful <code>DescribeStorageVirtualMachines</code> operation, describing each SVM.</p>
@@ -5583,12 +4965,6 @@ export interface DescribeStorageVirtualMachinesResponse {
5583
4965
  */
5584
4966
  NextToken?: string;
5585
4967
  }
5586
- export declare namespace DescribeStorageVirtualMachinesResponse {
5587
- /**
5588
- * @internal
5589
- */
5590
- const filterSensitiveLog: (obj: DescribeStorageVirtualMachinesResponse) => any;
5591
- }
5592
4968
  export declare enum VolumeFilterName {
5593
4969
  FILE_SYSTEM_ID = "file-system-id",
5594
4970
  STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id"
@@ -5609,12 +4985,6 @@ export interface VolumeFilter {
5609
4985
  */
5610
4986
  Values?: string[];
5611
4987
  }
5612
- export declare namespace VolumeFilter {
5613
- /**
5614
- * @internal
5615
- */
5616
- const filterSensitiveLog: (obj: VolumeFilter) => any;
5617
- }
5618
4988
  export interface DescribeVolumesRequest {
5619
4989
  /**
5620
4990
  * <p>The IDs of the volumes whose descriptions you want to retrieve.</p>
@@ -5637,12 +5007,6 @@ export interface DescribeVolumesRequest {
5637
5007
  */
5638
5008
  NextToken?: string;
5639
5009
  }
5640
- export declare namespace DescribeVolumesRequest {
5641
- /**
5642
- * @internal
5643
- */
5644
- const filterSensitiveLog: (obj: DescribeVolumesRequest) => any;
5645
- }
5646
5010
  /**
5647
5011
  * <p>The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.</p>
5648
5012
  */
@@ -5662,12 +5026,6 @@ export interface DisassociateFileSystemAliasesRequest {
5662
5026
  */
5663
5027
  Aliases: string[] | undefined;
5664
5028
  }
5665
- export declare namespace DisassociateFileSystemAliasesRequest {
5666
- /**
5667
- * @internal
5668
- */
5669
- const filterSensitiveLog: (obj: DisassociateFileSystemAliasesRequest) => any;
5670
- }
5671
5029
  /**
5672
5030
  * <p>The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system.
5673
5031
  * Use the API operation to monitor the status of the aliases Amazon FSx is removing from the file system.</p>
@@ -5678,12 +5036,6 @@ export interface DisassociateFileSystemAliasesResponse {
5678
5036
  */
5679
5037
  Aliases?: Alias[];
5680
5038
  }
5681
- export declare namespace DisassociateFileSystemAliasesResponse {
5682
- /**
5683
- * @internal
5684
- */
5685
- const filterSensitiveLog: (obj: DisassociateFileSystemAliasesResponse) => any;
5686
- }
5687
5039
  /**
5688
5040
  * <p>The request object for <code>ListTagsForResource</code> operation.</p>
5689
5041
  */
@@ -5706,12 +5058,6 @@ export interface ListTagsForResourceRequest {
5706
5058
  */
5707
5059
  NextToken?: string;
5708
5060
  }
5709
- export declare namespace ListTagsForResourceRequest {
5710
- /**
5711
- * @internal
5712
- */
5713
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5714
- }
5715
5061
  /**
5716
5062
  * <p>The response object for <code>ListTagsForResource</code> operation.</p>
5717
5063
  */
@@ -5727,12 +5073,6 @@ export interface ListTagsForResourceResponse {
5727
5073
  */
5728
5074
  NextToken?: string;
5729
5075
  }
5730
- export declare namespace ListTagsForResourceResponse {
5731
- /**
5732
- * @internal
5733
- */
5734
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5735
- }
5736
5076
  /**
5737
5077
  * <p>The resource specified for the tagging operation is not a resource type owned by
5738
5078
  * Amazon FSx. Use the API of the relevant service to perform the operation. </p>
@@ -5804,12 +5144,6 @@ export interface ReleaseFileSystemNfsV3LocksRequest {
5804
5144
  */
5805
5145
  ClientRequestToken?: string;
5806
5146
  }
5807
- export declare namespace ReleaseFileSystemNfsV3LocksRequest {
5808
- /**
5809
- * @internal
5810
- */
5811
- const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
5812
- }
5813
5147
  export declare enum RestoreOpenZFSVolumeOption {
5814
5148
  DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
5815
5149
  DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS"
@@ -5849,12 +5183,6 @@ export interface RestoreVolumeFromSnapshotRequest {
5849
5183
  */
5850
5184
  Options?: (RestoreOpenZFSVolumeOption | string)[];
5851
5185
  }
5852
- export declare namespace RestoreVolumeFromSnapshotRequest {
5853
- /**
5854
- * @internal
5855
- */
5856
- const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
5857
- }
5858
5186
  export interface RestoreVolumeFromSnapshotResponse {
5859
5187
  /**
5860
5188
  * <p>The ID of the volume that you restored.</p>
@@ -5865,12 +5193,6 @@ export interface RestoreVolumeFromSnapshotResponse {
5865
5193
  */
5866
5194
  Lifecycle?: VolumeLifecycle | string;
5867
5195
  }
5868
- export declare namespace RestoreVolumeFromSnapshotResponse {
5869
- /**
5870
- * @internal
5871
- */
5872
- const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
5873
- }
5874
5196
  /**
5875
5197
  * <p>The request object for the <code>TagResource</code> operation.</p>
5876
5198
  */
@@ -5886,23 +5208,11 @@ export interface TagResourceRequest {
5886
5208
  */
5887
5209
  Tags: Tag[] | undefined;
5888
5210
  }
5889
- export declare namespace TagResourceRequest {
5890
- /**
5891
- * @internal
5892
- */
5893
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
5894
- }
5895
5211
  /**
5896
5212
  * <p>The response object for the <code>TagResource</code> operation.</p>
5897
5213
  */
5898
5214
  export interface TagResourceResponse {
5899
5215
  }
5900
- export declare namespace TagResourceResponse {
5901
- /**
5902
- * @internal
5903
- */
5904
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
5905
- }
5906
5216
  /**
5907
5217
  * <p>The request object for <code>UntagResource</code> action.</p>
5908
5218
  */
@@ -5917,23 +5227,11 @@ export interface UntagResourceRequest {
5917
5227
  */
5918
5228
  TagKeys: string[] | undefined;
5919
5229
  }
5920
- export declare namespace UntagResourceRequest {
5921
- /**
5922
- * @internal
5923
- */
5924
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
5925
- }
5926
5230
  /**
5927
5231
  * <p>The response object for <code>UntagResource</code> action.</p>
5928
5232
  */
5929
5233
  export interface UntagResourceResponse {
5930
5234
  }
5931
- export declare namespace UntagResourceResponse {
5932
- /**
5933
- * @internal
5934
- */
5935
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
5936
- }
5937
5235
  export interface UpdateDataRepositoryAssociationRequest {
5938
5236
  /**
5939
5237
  * <p>The ID of the data repository association that you are updating.</p>
@@ -5965,24 +5263,12 @@ export interface UpdateDataRepositoryAssociationRequest {
5965
5263
  */
5966
5264
  S3?: S3DataRepositoryConfiguration;
5967
5265
  }
5968
- export declare namespace UpdateDataRepositoryAssociationRequest {
5969
- /**
5970
- * @internal
5971
- */
5972
- const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
5973
- }
5974
5266
  export interface UpdateDataRepositoryAssociationResponse {
5975
5267
  /**
5976
5268
  * <p>The response object returned after the data repository association is updated.</p>
5977
5269
  */
5978
5270
  Association?: DataRepositoryAssociation;
5979
5271
  }
5980
- export declare namespace UpdateDataRepositoryAssociationResponse {
5981
- /**
5982
- * @internal
5983
- */
5984
- const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
5985
- }
5986
5272
  /**
5987
5273
  * <p>The configuration object for Amazon FSx for Lustre file systems used in the
5988
5274
  * <code>UpdateFileSystem</code> operation.</p>
@@ -6076,12 +5362,6 @@ export interface UpdateFileSystemLustreConfiguration {
6076
5362
  */
6077
5363
  RootSquashConfiguration?: LustreRootSquashConfiguration;
6078
5364
  }
6079
- export declare namespace UpdateFileSystemLustreConfiguration {
6080
- /**
6081
- * @internal
6082
- */
6083
- const filterSensitiveLog: (obj: UpdateFileSystemLustreConfiguration) => any;
6084
- }
6085
5365
  /**
6086
5366
  * <p>The configuration updates for an Amazon FSx for NetApp ONTAP file system.</p>
6087
5367
  */
@@ -6126,12 +5406,6 @@ export interface UpdateFileSystemOntapConfiguration {
6126
5406
  */
6127
5407
  ThroughputCapacity?: number;
6128
5408
  }
6129
- export declare namespace UpdateFileSystemOntapConfiguration {
6130
- /**
6131
- * @internal
6132
- */
6133
- const filterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
6134
- }
6135
5409
  /**
6136
5410
  * <p>The configuration updates for an Amazon FSx for OpenZFS file system.</p>
6137
5411
  */
@@ -6191,12 +5465,6 @@ export interface UpdateFileSystemOpenZFSConfiguration {
6191
5465
  */
6192
5466
  DiskIopsConfiguration?: DiskIopsConfiguration;
6193
5467
  }
6194
- export declare namespace UpdateFileSystemOpenZFSConfiguration {
6195
- /**
6196
- * @internal
6197
- */
6198
- const filterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
6199
- }
6200
5468
  /**
6201
5469
  * <p>The configuration that Amazon FSx uses to join the Windows File Server instance to a
6202
5470
  * self-managed Microsoft Active Directory (AD) directory.</p>
@@ -6220,12 +5488,6 @@ export interface SelfManagedActiveDirectoryConfigurationUpdates {
6220
5488
  */
6221
5489
  DnsIps?: string[];
6222
5490
  }
6223
- export declare namespace SelfManagedActiveDirectoryConfigurationUpdates {
6224
- /**
6225
- * @internal
6226
- */
6227
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryConfigurationUpdates) => any;
6228
- }
6229
5491
  /**
6230
5492
  * <p>Updates the configuration for an existing Amazon FSx for Windows
6231
5493
  * File Server file system. Amazon FSx only overwrites existing properties with non-null values
@@ -6266,12 +5528,6 @@ export interface UpdateFileSystemWindowsConfiguration {
6266
5528
  */
6267
5529
  AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
6268
5530
  }
6269
- export declare namespace UpdateFileSystemWindowsConfiguration {
6270
- /**
6271
- * @internal
6272
- */
6273
- const filterSensitiveLog: (obj: UpdateFileSystemWindowsConfiguration) => any;
6274
- }
6275
5531
  /**
6276
5532
  * <p>The request object for the <code>UpdateFileSystem</code> operation.</p>
6277
5533
  */
@@ -6342,12 +5598,6 @@ export interface UpdateFileSystemRequest {
6342
5598
  */
6343
5599
  OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
6344
5600
  }
6345
- export declare namespace UpdateFileSystemRequest {
6346
- /**
6347
- * @internal
6348
- */
6349
- const filterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
6350
- }
6351
5601
  export interface UpdateSnapshotRequest {
6352
5602
  /**
6353
5603
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -6365,12 +5615,6 @@ export interface UpdateSnapshotRequest {
6365
5615
  */
6366
5616
  SnapshotId: string | undefined;
6367
5617
  }
6368
- export declare namespace UpdateSnapshotRequest {
6369
- /**
6370
- * @internal
6371
- */
6372
- const filterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
6373
- }
6374
5618
  /**
6375
5619
  * <p>Updates the Microsoft Active Directory (AD) configuration of an SVM joined to an AD.
6376
5620
  * Please note, account credentials are not returned in the response payload.</p>
@@ -6382,12 +5626,6 @@ export interface UpdateSvmActiveDirectoryConfiguration {
6382
5626
  */
6383
5627
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
6384
5628
  }
6385
- export declare namespace UpdateSvmActiveDirectoryConfiguration {
6386
- /**
6387
- * @internal
6388
- */
6389
- const filterSensitiveLog: (obj: UpdateSvmActiveDirectoryConfiguration) => any;
6390
- }
6391
5629
  export interface UpdateStorageVirtualMachineRequest {
6392
5630
  /**
6393
5631
  * <p>Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.</p>
@@ -6408,24 +5646,12 @@ export interface UpdateStorageVirtualMachineRequest {
6408
5646
  */
6409
5647
  SvmAdminPassword?: string;
6410
5648
  }
6411
- export declare namespace UpdateStorageVirtualMachineRequest {
6412
- /**
6413
- * @internal
6414
- */
6415
- const filterSensitiveLog: (obj: UpdateStorageVirtualMachineRequest) => any;
6416
- }
6417
5649
  export interface UpdateStorageVirtualMachineResponse {
6418
5650
  /**
6419
5651
  * <p>Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.</p>
6420
5652
  */
6421
5653
  StorageVirtualMachine?: StorageVirtualMachine;
6422
5654
  }
6423
- export declare namespace UpdateStorageVirtualMachineResponse {
6424
- /**
6425
- * @internal
6426
- */
6427
- const filterSensitiveLog: (obj: UpdateStorageVirtualMachineResponse) => any;
6428
- }
6429
5655
  /**
6430
5656
  * <p>Used to specify changes to the ONTAP configuration for the volume you are updating.</p>
6431
5657
  */
@@ -6454,12 +5680,6 @@ export interface UpdateOntapVolumeConfiguration {
6454
5680
  */
6455
5681
  TieringPolicy?: TieringPolicy;
6456
5682
  }
6457
- export declare namespace UpdateOntapVolumeConfiguration {
6458
- /**
6459
- * @internal
6460
- */
6461
- const filterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
6462
- }
6463
5683
  /**
6464
5684
  * <p>Used to specify changes to the OpenZFS configuration for the volume
6465
5685
  * that you are updating.</p>
@@ -6524,12 +5744,6 @@ export interface UpdateOpenZFSVolumeConfiguration {
6524
5744
  */
6525
5745
  ReadOnly?: boolean;
6526
5746
  }
6527
- export declare namespace UpdateOpenZFSVolumeConfiguration {
6528
- /**
6529
- * @internal
6530
- */
6531
- const filterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
6532
- }
6533
5747
  export interface UpdateVolumeRequest {
6534
5748
  /**
6535
5749
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -6557,12 +5771,6 @@ export interface UpdateVolumeRequest {
6557
5771
  */
6558
5772
  OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
6559
5773
  }
6560
- export declare namespace UpdateVolumeRequest {
6561
- /**
6562
- * @internal
6563
- */
6564
- const filterSensitiveLog: (obj: UpdateVolumeRequest) => any;
6565
- }
6566
5774
  /**
6567
5775
  * <p>Describes a specific Amazon FSx administrative action for the current Windows,
6568
5776
  * Lustre, or OpenZFS file system.</p>
@@ -6698,12 +5906,6 @@ export interface AdministrativeAction {
6698
5906
  */
6699
5907
  TargetSnapshotValues?: Snapshot;
6700
5908
  }
6701
- export declare namespace AdministrativeAction {
6702
- /**
6703
- * @internal
6704
- */
6705
- const filterSensitiveLog: (obj: AdministrativeAction) => any;
6706
- }
6707
5909
  /**
6708
5910
  * <p>A description of a specific Amazon FSx file system.</p>
6709
5911
  */
@@ -6873,12 +6075,6 @@ export interface FileSystem {
6873
6075
  */
6874
6076
  OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
6875
6077
  }
6876
- export declare namespace FileSystem {
6877
- /**
6878
- * @internal
6879
- */
6880
- const filterSensitiveLog: (obj: FileSystem) => any;
6881
- }
6882
6078
  /**
6883
6079
  * <p>A snapshot of an Amazon FSx for OpenZFS volume.</p>
6884
6080
  */
@@ -6945,12 +6141,6 @@ export interface Snapshot {
6945
6141
  */
6946
6142
  AdministrativeActions?: AdministrativeAction[];
6947
6143
  }
6948
- export declare namespace Snapshot {
6949
- /**
6950
- * @internal
6951
- */
6952
- const filterSensitiveLog: (obj: Snapshot) => any;
6953
- }
6954
6144
  /**
6955
6145
  * <p>Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS
6956
6146
  * volume.</p>
@@ -7046,12 +6236,6 @@ export interface Volume {
7046
6236
  */
7047
6237
  OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
7048
6238
  }
7049
- export declare namespace Volume {
7050
- /**
7051
- * @internal
7052
- */
7053
- const filterSensitiveLog: (obj: Volume) => any;
7054
- }
7055
6239
  /**
7056
6240
  * <p>The response object for the <code>CreateFileSystemFromBackup</code>
7057
6241
  * operation.</p>
@@ -7062,12 +6246,6 @@ export interface CreateFileSystemFromBackupResponse {
7062
6246
  */
7063
6247
  FileSystem?: FileSystem;
7064
6248
  }
7065
- export declare namespace CreateFileSystemFromBackupResponse {
7066
- /**
7067
- * @internal
7068
- */
7069
- const filterSensitiveLog: (obj: CreateFileSystemFromBackupResponse) => any;
7070
- }
7071
6249
  /**
7072
6250
  * <p>The response object returned after the file system is created.</p>
7073
6251
  */
@@ -7077,24 +6255,12 @@ export interface CreateFileSystemResponse {
7077
6255
  */
7078
6256
  FileSystem?: FileSystem;
7079
6257
  }
7080
- export declare namespace CreateFileSystemResponse {
7081
- /**
7082
- * @internal
7083
- */
7084
- const filterSensitiveLog: (obj: CreateFileSystemResponse) => any;
7085
- }
7086
6258
  export interface CreateSnapshotResponse {
7087
6259
  /**
7088
6260
  * <p>A description of the snapshot.</p>
7089
6261
  */
7090
6262
  Snapshot?: Snapshot;
7091
6263
  }
7092
- export declare namespace CreateSnapshotResponse {
7093
- /**
7094
- * @internal
7095
- */
7096
- const filterSensitiveLog: (obj: CreateSnapshotResponse) => any;
7097
- }
7098
6264
  export interface CreateVolumeFromBackupResponse {
7099
6265
  /**
7100
6266
  * <p>Returned after a successful <code>CreateVolumeFromBackup</code> API operation,
@@ -7102,36 +6268,18 @@ export interface CreateVolumeFromBackupResponse {
7102
6268
  */
7103
6269
  Volume?: Volume;
7104
6270
  }
7105
- export declare namespace CreateVolumeFromBackupResponse {
7106
- /**
7107
- * @internal
7108
- */
7109
- const filterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
7110
- }
7111
6271
  export interface CreateVolumeResponse {
7112
6272
  /**
7113
6273
  * <p>Returned after a successful <code>CreateVolume</code> API operation, describing the volume just created.</p>
7114
6274
  */
7115
6275
  Volume?: Volume;
7116
6276
  }
7117
- export declare namespace CreateVolumeResponse {
7118
- /**
7119
- * @internal
7120
- */
7121
- const filterSensitiveLog: (obj: CreateVolumeResponse) => any;
7122
- }
7123
6277
  export interface ReleaseFileSystemNfsV3LocksResponse {
7124
6278
  /**
7125
6279
  * <p>A description of a specific Amazon FSx file system.</p>
7126
6280
  */
7127
6281
  FileSystem?: FileSystem;
7128
6282
  }
7129
- export declare namespace ReleaseFileSystemNfsV3LocksResponse {
7130
- /**
7131
- * @internal
7132
- */
7133
- const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
7134
- }
7135
6283
  /**
7136
6284
  * <p>The response object for the <code>UpdateFileSystem</code> operation.</p>
7137
6285
  */
@@ -7141,12 +6289,6 @@ export interface UpdateFileSystemResponse {
7141
6289
  */
7142
6290
  FileSystem?: FileSystem;
7143
6291
  }
7144
- export declare namespace UpdateFileSystemResponse {
7145
- /**
7146
- * @internal
7147
- */
7148
- const filterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
7149
- }
7150
6292
  export interface UpdateSnapshotResponse {
7151
6293
  /**
7152
6294
  * <p>Returned after a successful <code>UpdateSnapshot</code> operation, describing the
@@ -7154,12 +6296,6 @@ export interface UpdateSnapshotResponse {
7154
6296
  */
7155
6297
  Snapshot?: Snapshot;
7156
6298
  }
7157
- export declare namespace UpdateSnapshotResponse {
7158
- /**
7159
- * @internal
7160
- */
7161
- const filterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
7162
- }
7163
6299
  export interface UpdateVolumeResponse {
7164
6300
  /**
7165
6301
  * <p>A description of the volume just updated. Returned after a successful
@@ -7167,12 +6303,6 @@ export interface UpdateVolumeResponse {
7167
6303
  */
7168
6304
  Volume?: Volume;
7169
6305
  }
7170
- export declare namespace UpdateVolumeResponse {
7171
- /**
7172
- * @internal
7173
- */
7174
- const filterSensitiveLog: (obj: UpdateVolumeResponse) => any;
7175
- }
7176
6306
  /**
7177
6307
  * <p>The response object for <code>DescribeFileSystems</code> operation.</p>
7178
6308
  */
@@ -7188,12 +6318,6 @@ export interface DescribeFileSystemsResponse {
7188
6318
  */
7189
6319
  NextToken?: string;
7190
6320
  }
7191
- export declare namespace DescribeFileSystemsResponse {
7192
- /**
7193
- * @internal
7194
- */
7195
- const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
7196
- }
7197
6321
  export interface DescribeSnapshotsResponse {
7198
6322
  /**
7199
6323
  * <p>An array of snapshots.</p>
@@ -7206,12 +6330,6 @@ export interface DescribeSnapshotsResponse {
7206
6330
  */
7207
6331
  NextToken?: string;
7208
6332
  }
7209
- export declare namespace DescribeSnapshotsResponse {
7210
- /**
7211
- * @internal
7212
- */
7213
- const filterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
7214
- }
7215
6333
  export interface DescribeVolumesResponse {
7216
6334
  /**
7217
6335
  * <p>Returned after a successful <code>DescribeVolumes</code> operation, describing each volume.</p>
@@ -7224,12 +6342,6 @@ export interface DescribeVolumesResponse {
7224
6342
  */
7225
6343
  NextToken?: string;
7226
6344
  }
7227
- export declare namespace DescribeVolumesResponse {
7228
- /**
7229
- * @internal
7230
- */
7231
- const filterSensitiveLog: (obj: DescribeVolumesResponse) => any;
7232
- }
7233
6345
  /**
7234
6346
  * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
7235
6347
  * Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
@@ -7338,12 +6450,6 @@ export interface Backup {
7338
6450
  */
7339
6451
  Volume?: Volume;
7340
6452
  }
7341
- export declare namespace Backup {
7342
- /**
7343
- * @internal
7344
- */
7345
- const filterSensitiveLog: (obj: Backup) => any;
7346
- }
7347
6453
  export interface CopyBackupResponse {
7348
6454
  /**
7349
6455
  * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
@@ -7352,12 +6458,6 @@ export interface CopyBackupResponse {
7352
6458
  */
7353
6459
  Backup?: Backup;
7354
6460
  }
7355
- export declare namespace CopyBackupResponse {
7356
- /**
7357
- * @internal
7358
- */
7359
- const filterSensitiveLog: (obj: CopyBackupResponse) => any;
7360
- }
7361
6461
  /**
7362
6462
  * <p>The response object for the <code>CreateBackup</code> operation.</p>
7363
6463
  */
@@ -7367,12 +6467,6 @@ export interface CreateBackupResponse {
7367
6467
  */
7368
6468
  Backup?: Backup;
7369
6469
  }
7370
- export declare namespace CreateBackupResponse {
7371
- /**
7372
- * @internal
7373
- */
7374
- const filterSensitiveLog: (obj: CreateBackupResponse) => any;
7375
- }
7376
6470
  /**
7377
6471
  * <p>Response object for the <code>DescribeBackups</code> operation.</p>
7378
6472
  */
@@ -7388,9 +6482,611 @@ export interface DescribeBackupsResponse {
7388
6482
  */
7389
6483
  NextToken?: string;
7390
6484
  }
7391
- export declare namespace DescribeBackupsResponse {
7392
- /**
7393
- * @internal
7394
- */
7395
- const filterSensitiveLog: (obj: DescribeBackupsResponse) => any;
7396
- }
6485
+ /**
6486
+ * @internal
6487
+ */
6488
+ export declare const ActiveDirectoryBackupAttributesFilterSensitiveLog: (obj: ActiveDirectoryBackupAttributes) => any;
6489
+ /**
6490
+ * @internal
6491
+ */
6492
+ export declare const AdministrativeActionFailureDetailsFilterSensitiveLog: (obj: AdministrativeActionFailureDetails) => any;
6493
+ /**
6494
+ * @internal
6495
+ */
6496
+ export declare const FileSystemFailureDetailsFilterSensitiveLog: (obj: FileSystemFailureDetails) => any;
6497
+ /**
6498
+ * @internal
6499
+ */
6500
+ export declare const DataRepositoryFailureDetailsFilterSensitiveLog: (obj: DataRepositoryFailureDetails) => any;
6501
+ /**
6502
+ * @internal
6503
+ */
6504
+ export declare const DataRepositoryConfigurationFilterSensitiveLog: (obj: DataRepositoryConfiguration) => any;
6505
+ /**
6506
+ * @internal
6507
+ */
6508
+ export declare const LustreLogConfigurationFilterSensitiveLog: (obj: LustreLogConfiguration) => any;
6509
+ /**
6510
+ * @internal
6511
+ */
6512
+ export declare const LustreRootSquashConfigurationFilterSensitiveLog: (obj: LustreRootSquashConfiguration) => any;
6513
+ /**
6514
+ * @internal
6515
+ */
6516
+ export declare const LustreFileSystemConfigurationFilterSensitiveLog: (obj: LustreFileSystemConfiguration) => any;
6517
+ /**
6518
+ * @internal
6519
+ */
6520
+ export declare const DiskIopsConfigurationFilterSensitiveLog: (obj: DiskIopsConfiguration) => any;
6521
+ /**
6522
+ * @internal
6523
+ */
6524
+ export declare const FileSystemEndpointFilterSensitiveLog: (obj: FileSystemEndpoint) => any;
6525
+ /**
6526
+ * @internal
6527
+ */
6528
+ export declare const FileSystemEndpointsFilterSensitiveLog: (obj: FileSystemEndpoints) => any;
6529
+ /**
6530
+ * @internal
6531
+ */
6532
+ export declare const OntapFileSystemConfigurationFilterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
6533
+ /**
6534
+ * @internal
6535
+ */
6536
+ export declare const OpenZFSFileSystemConfigurationFilterSensitiveLog: (obj: OpenZFSFileSystemConfiguration) => any;
6537
+ /**
6538
+ * @internal
6539
+ */
6540
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6541
+ /**
6542
+ * @internal
6543
+ */
6544
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
6545
+ /**
6546
+ * @internal
6547
+ */
6548
+ export declare const WindowsAuditLogConfigurationFilterSensitiveLog: (obj: WindowsAuditLogConfiguration) => any;
6549
+ /**
6550
+ * @internal
6551
+ */
6552
+ export declare const SelfManagedActiveDirectoryAttributesFilterSensitiveLog: (obj: SelfManagedActiveDirectoryAttributes) => any;
6553
+ /**
6554
+ * @internal
6555
+ */
6556
+ export declare const WindowsFileSystemConfigurationFilterSensitiveLog: (obj: WindowsFileSystemConfiguration) => any;
6557
+ /**
6558
+ * @internal
6559
+ */
6560
+ export declare const LifecycleTransitionReasonFilterSensitiveLog: (obj: LifecycleTransitionReason) => any;
6561
+ /**
6562
+ * @internal
6563
+ */
6564
+ export declare const TieringPolicyFilterSensitiveLog: (obj: TieringPolicy) => any;
6565
+ /**
6566
+ * @internal
6567
+ */
6568
+ export declare const OntapVolumeConfigurationFilterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
6569
+ /**
6570
+ * @internal
6571
+ */
6572
+ export declare const OpenZFSClientConfigurationFilterSensitiveLog: (obj: OpenZFSClientConfiguration) => any;
6573
+ /**
6574
+ * @internal
6575
+ */
6576
+ export declare const OpenZFSNfsExportFilterSensitiveLog: (obj: OpenZFSNfsExport) => any;
6577
+ /**
6578
+ * @internal
6579
+ */
6580
+ export declare const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (obj: OpenZFSOriginSnapshotConfiguration) => any;
6581
+ /**
6582
+ * @internal
6583
+ */
6584
+ export declare const OpenZFSUserOrGroupQuotaFilterSensitiveLog: (obj: OpenZFSUserOrGroupQuota) => any;
6585
+ /**
6586
+ * @internal
6587
+ */
6588
+ export declare const OpenZFSVolumeConfigurationFilterSensitiveLog: (obj: OpenZFSVolumeConfiguration) => any;
6589
+ /**
6590
+ * @internal
6591
+ */
6592
+ export declare const AssociateFileSystemAliasesRequestFilterSensitiveLog: (obj: AssociateFileSystemAliasesRequest) => any;
6593
+ /**
6594
+ * @internal
6595
+ */
6596
+ export declare const AssociateFileSystemAliasesResponseFilterSensitiveLog: (obj: AssociateFileSystemAliasesResponse) => any;
6597
+ /**
6598
+ * @internal
6599
+ */
6600
+ export declare const AutoExportPolicyFilterSensitiveLog: (obj: AutoExportPolicy) => any;
6601
+ /**
6602
+ * @internal
6603
+ */
6604
+ export declare const AutoImportPolicyFilterSensitiveLog: (obj: AutoImportPolicy) => any;
6605
+ /**
6606
+ * @internal
6607
+ */
6608
+ export declare const CancelDataRepositoryTaskRequestFilterSensitiveLog: (obj: CancelDataRepositoryTaskRequest) => any;
6609
+ /**
6610
+ * @internal
6611
+ */
6612
+ export declare const CancelDataRepositoryTaskResponseFilterSensitiveLog: (obj: CancelDataRepositoryTaskResponse) => any;
6613
+ /**
6614
+ * @internal
6615
+ */
6616
+ export declare const CopyBackupRequestFilterSensitiveLog: (obj: CopyBackupRequest) => any;
6617
+ /**
6618
+ * @internal
6619
+ */
6620
+ export declare const BackupFailureDetailsFilterSensitiveLog: (obj: BackupFailureDetails) => any;
6621
+ /**
6622
+ * @internal
6623
+ */
6624
+ export declare const CreateBackupRequestFilterSensitiveLog: (obj: CreateBackupRequest) => any;
6625
+ /**
6626
+ * @internal
6627
+ */
6628
+ export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (obj: S3DataRepositoryConfiguration) => any;
6629
+ /**
6630
+ * @internal
6631
+ */
6632
+ export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (obj: CreateDataRepositoryAssociationRequest) => any;
6633
+ /**
6634
+ * @internal
6635
+ */
6636
+ export declare const DataRepositoryAssociationFilterSensitiveLog: (obj: DataRepositoryAssociation) => any;
6637
+ /**
6638
+ * @internal
6639
+ */
6640
+ export declare const CreateDataRepositoryAssociationResponseFilterSensitiveLog: (obj: CreateDataRepositoryAssociationResponse) => any;
6641
+ /**
6642
+ * @internal
6643
+ */
6644
+ export declare const CompletionReportFilterSensitiveLog: (obj: CompletionReport) => any;
6645
+ /**
6646
+ * @internal
6647
+ */
6648
+ export declare const CreateDataRepositoryTaskRequestFilterSensitiveLog: (obj: CreateDataRepositoryTaskRequest) => any;
6649
+ /**
6650
+ * @internal
6651
+ */
6652
+ export declare const DataRepositoryTaskFailureDetailsFilterSensitiveLog: (obj: DataRepositoryTaskFailureDetails) => any;
6653
+ /**
6654
+ * @internal
6655
+ */
6656
+ export declare const DataRepositoryTaskStatusFilterSensitiveLog: (obj: DataRepositoryTaskStatus) => any;
6657
+ /**
6658
+ * @internal
6659
+ */
6660
+ export declare const DataRepositoryTaskFilterSensitiveLog: (obj: DataRepositoryTask) => any;
6661
+ /**
6662
+ * @internal
6663
+ */
6664
+ export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (obj: CreateDataRepositoryTaskResponse) => any;
6665
+ /**
6666
+ * @internal
6667
+ */
6668
+ export declare const LustreLogCreateConfigurationFilterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
6669
+ /**
6670
+ * @internal
6671
+ */
6672
+ export declare const CreateFileSystemLustreConfigurationFilterSensitiveLog: (obj: CreateFileSystemLustreConfiguration) => any;
6673
+ /**
6674
+ * @internal
6675
+ */
6676
+ export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
6677
+ /**
6678
+ * @internal
6679
+ */
6680
+ export declare const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
6681
+ /**
6682
+ * @internal
6683
+ */
6684
+ export declare const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
6685
+ /**
6686
+ * @internal
6687
+ */
6688
+ export declare const WindowsAuditLogCreateConfigurationFilterSensitiveLog: (obj: WindowsAuditLogCreateConfiguration) => any;
6689
+ /**
6690
+ * @internal
6691
+ */
6692
+ export declare const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: (obj: SelfManagedActiveDirectoryConfiguration) => any;
6693
+ /**
6694
+ * @internal
6695
+ */
6696
+ export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (obj: CreateFileSystemWindowsConfiguration) => any;
6697
+ /**
6698
+ * @internal
6699
+ */
6700
+ export declare const CreateFileSystemRequestFilterSensitiveLog: (obj: CreateFileSystemRequest) => any;
6701
+ /**
6702
+ * @internal
6703
+ */
6704
+ export declare const CreateFileSystemFromBackupRequestFilterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
6705
+ /**
6706
+ * @internal
6707
+ */
6708
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
6709
+ /**
6710
+ * @internal
6711
+ */
6712
+ export declare const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: CreateSvmActiveDirectoryConfiguration) => any;
6713
+ /**
6714
+ * @internal
6715
+ */
6716
+ export declare const CreateStorageVirtualMachineRequestFilterSensitiveLog: (obj: CreateStorageVirtualMachineRequest) => any;
6717
+ /**
6718
+ * @internal
6719
+ */
6720
+ export declare const SvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: SvmActiveDirectoryConfiguration) => any;
6721
+ /**
6722
+ * @internal
6723
+ */
6724
+ export declare const SvmEndpointFilterSensitiveLog: (obj: SvmEndpoint) => any;
6725
+ /**
6726
+ * @internal
6727
+ */
6728
+ export declare const SvmEndpointsFilterSensitiveLog: (obj: SvmEndpoints) => any;
6729
+ /**
6730
+ * @internal
6731
+ */
6732
+ export declare const StorageVirtualMachineFilterSensitiveLog: (obj: StorageVirtualMachine) => any;
6733
+ /**
6734
+ * @internal
6735
+ */
6736
+ export declare const CreateStorageVirtualMachineResponseFilterSensitiveLog: (obj: CreateStorageVirtualMachineResponse) => any;
6737
+ /**
6738
+ * @internal
6739
+ */
6740
+ export declare const CreateOntapVolumeConfigurationFilterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
6741
+ /**
6742
+ * @internal
6743
+ */
6744
+ export declare const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
6745
+ /**
6746
+ * @internal
6747
+ */
6748
+ export declare const CreateOpenZFSVolumeConfigurationFilterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
6749
+ /**
6750
+ * @internal
6751
+ */
6752
+ export declare const CreateVolumeRequestFilterSensitiveLog: (obj: CreateVolumeRequest) => any;
6753
+ /**
6754
+ * @internal
6755
+ */
6756
+ export declare const CreateVolumeFromBackupRequestFilterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
6757
+ /**
6758
+ * @internal
6759
+ */
6760
+ export declare const DeleteBackupRequestFilterSensitiveLog: (obj: DeleteBackupRequest) => any;
6761
+ /**
6762
+ * @internal
6763
+ */
6764
+ export declare const DeleteBackupResponseFilterSensitiveLog: (obj: DeleteBackupResponse) => any;
6765
+ /**
6766
+ * @internal
6767
+ */
6768
+ export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
6769
+ /**
6770
+ * @internal
6771
+ */
6772
+ export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
6773
+ /**
6774
+ * @internal
6775
+ */
6776
+ export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
6777
+ /**
6778
+ * @internal
6779
+ */
6780
+ export declare const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
6781
+ /**
6782
+ * @internal
6783
+ */
6784
+ export declare const DeleteFileSystemWindowsConfigurationFilterSensitiveLog: (obj: DeleteFileSystemWindowsConfiguration) => any;
6785
+ /**
6786
+ * @internal
6787
+ */
6788
+ export declare const DeleteFileSystemRequestFilterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
6789
+ /**
6790
+ * @internal
6791
+ */
6792
+ export declare const DeleteFileSystemLustreResponseFilterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
6793
+ /**
6794
+ * @internal
6795
+ */
6796
+ export declare const DeleteFileSystemOpenZFSResponseFilterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
6797
+ /**
6798
+ * @internal
6799
+ */
6800
+ export declare const DeleteFileSystemWindowsResponseFilterSensitiveLog: (obj: DeleteFileSystemWindowsResponse) => any;
6801
+ /**
6802
+ * @internal
6803
+ */
6804
+ export declare const DeleteFileSystemResponseFilterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
6805
+ /**
6806
+ * @internal
6807
+ */
6808
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
6809
+ /**
6810
+ * @internal
6811
+ */
6812
+ export declare const DeleteSnapshotResponseFilterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
6813
+ /**
6814
+ * @internal
6815
+ */
6816
+ export declare const DeleteStorageVirtualMachineRequestFilterSensitiveLog: (obj: DeleteStorageVirtualMachineRequest) => any;
6817
+ /**
6818
+ * @internal
6819
+ */
6820
+ export declare const DeleteStorageVirtualMachineResponseFilterSensitiveLog: (obj: DeleteStorageVirtualMachineResponse) => any;
6821
+ /**
6822
+ * @internal
6823
+ */
6824
+ export declare const DeleteVolumeOntapConfigurationFilterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
6825
+ /**
6826
+ * @internal
6827
+ */
6828
+ export declare const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
6829
+ /**
6830
+ * @internal
6831
+ */
6832
+ export declare const DeleteVolumeRequestFilterSensitiveLog: (obj: DeleteVolumeRequest) => any;
6833
+ /**
6834
+ * @internal
6835
+ */
6836
+ export declare const DeleteVolumeOntapResponseFilterSensitiveLog: (obj: DeleteVolumeOntapResponse) => any;
6837
+ /**
6838
+ * @internal
6839
+ */
6840
+ export declare const DeleteVolumeResponseFilterSensitiveLog: (obj: DeleteVolumeResponse) => any;
6841
+ /**
6842
+ * @internal
6843
+ */
6844
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
6845
+ /**
6846
+ * @internal
6847
+ */
6848
+ export declare const DescribeBackupsRequestFilterSensitiveLog: (obj: DescribeBackupsRequest) => any;
6849
+ /**
6850
+ * @internal
6851
+ */
6852
+ export declare const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
6853
+ /**
6854
+ * @internal
6855
+ */
6856
+ export declare const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
6857
+ /**
6858
+ * @internal
6859
+ */
6860
+ export declare const DataRepositoryTaskFilterFilterSensitiveLog: (obj: DataRepositoryTaskFilter) => any;
6861
+ /**
6862
+ * @internal
6863
+ */
6864
+ export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (obj: DescribeDataRepositoryTasksRequest) => any;
6865
+ /**
6866
+ * @internal
6867
+ */
6868
+ export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (obj: DescribeDataRepositoryTasksResponse) => any;
6869
+ /**
6870
+ * @internal
6871
+ */
6872
+ export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (obj: DescribeFileSystemAliasesRequest) => any;
6873
+ /**
6874
+ * @internal
6875
+ */
6876
+ export declare const DescribeFileSystemAliasesResponseFilterSensitiveLog: (obj: DescribeFileSystemAliasesResponse) => any;
6877
+ /**
6878
+ * @internal
6879
+ */
6880
+ export declare const DescribeFileSystemsRequestFilterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
6881
+ /**
6882
+ * @internal
6883
+ */
6884
+ export declare const SnapshotFilterFilterSensitiveLog: (obj: SnapshotFilter) => any;
6885
+ /**
6886
+ * @internal
6887
+ */
6888
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
6889
+ /**
6890
+ * @internal
6891
+ */
6892
+ export declare const StorageVirtualMachineFilterFilterSensitiveLog: (obj: StorageVirtualMachineFilter) => any;
6893
+ /**
6894
+ * @internal
6895
+ */
6896
+ export declare const DescribeStorageVirtualMachinesRequestFilterSensitiveLog: (obj: DescribeStorageVirtualMachinesRequest) => any;
6897
+ /**
6898
+ * @internal
6899
+ */
6900
+ export declare const DescribeStorageVirtualMachinesResponseFilterSensitiveLog: (obj: DescribeStorageVirtualMachinesResponse) => any;
6901
+ /**
6902
+ * @internal
6903
+ */
6904
+ export declare const VolumeFilterFilterSensitiveLog: (obj: VolumeFilter) => any;
6905
+ /**
6906
+ * @internal
6907
+ */
6908
+ export declare const DescribeVolumesRequestFilterSensitiveLog: (obj: DescribeVolumesRequest) => any;
6909
+ /**
6910
+ * @internal
6911
+ */
6912
+ export declare const DisassociateFileSystemAliasesRequestFilterSensitiveLog: (obj: DisassociateFileSystemAliasesRequest) => any;
6913
+ /**
6914
+ * @internal
6915
+ */
6916
+ export declare const DisassociateFileSystemAliasesResponseFilterSensitiveLog: (obj: DisassociateFileSystemAliasesResponse) => any;
6917
+ /**
6918
+ * @internal
6919
+ */
6920
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6921
+ /**
6922
+ * @internal
6923
+ */
6924
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6925
+ /**
6926
+ * @internal
6927
+ */
6928
+ export declare const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
6929
+ /**
6930
+ * @internal
6931
+ */
6932
+ export declare const RestoreVolumeFromSnapshotRequestFilterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
6933
+ /**
6934
+ * @internal
6935
+ */
6936
+ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
6937
+ /**
6938
+ * @internal
6939
+ */
6940
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
6941
+ /**
6942
+ * @internal
6943
+ */
6944
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
6945
+ /**
6946
+ * @internal
6947
+ */
6948
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
6949
+ /**
6950
+ * @internal
6951
+ */
6952
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
6953
+ /**
6954
+ * @internal
6955
+ */
6956
+ export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
6957
+ /**
6958
+ * @internal
6959
+ */
6960
+ export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
6961
+ /**
6962
+ * @internal
6963
+ */
6964
+ export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (obj: UpdateFileSystemLustreConfiguration) => any;
6965
+ /**
6966
+ * @internal
6967
+ */
6968
+ export declare const UpdateFileSystemOntapConfigurationFilterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
6969
+ /**
6970
+ * @internal
6971
+ */
6972
+ export declare const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
6973
+ /**
6974
+ * @internal
6975
+ */
6976
+ export declare const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: (obj: SelfManagedActiveDirectoryConfigurationUpdates) => any;
6977
+ /**
6978
+ * @internal
6979
+ */
6980
+ export declare const UpdateFileSystemWindowsConfigurationFilterSensitiveLog: (obj: UpdateFileSystemWindowsConfiguration) => any;
6981
+ /**
6982
+ * @internal
6983
+ */
6984
+ export declare const UpdateFileSystemRequestFilterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
6985
+ /**
6986
+ * @internal
6987
+ */
6988
+ export declare const UpdateSnapshotRequestFilterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
6989
+ /**
6990
+ * @internal
6991
+ */
6992
+ export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: UpdateSvmActiveDirectoryConfiguration) => any;
6993
+ /**
6994
+ * @internal
6995
+ */
6996
+ export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (obj: UpdateStorageVirtualMachineRequest) => any;
6997
+ /**
6998
+ * @internal
6999
+ */
7000
+ export declare const UpdateStorageVirtualMachineResponseFilterSensitiveLog: (obj: UpdateStorageVirtualMachineResponse) => any;
7001
+ /**
7002
+ * @internal
7003
+ */
7004
+ export declare const UpdateOntapVolumeConfigurationFilterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
7005
+ /**
7006
+ * @internal
7007
+ */
7008
+ export declare const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
7009
+ /**
7010
+ * @internal
7011
+ */
7012
+ export declare const UpdateVolumeRequestFilterSensitiveLog: (obj: UpdateVolumeRequest) => any;
7013
+ /**
7014
+ * @internal
7015
+ */
7016
+ export declare const AdministrativeActionFilterSensitiveLog: (obj: AdministrativeAction) => any;
7017
+ /**
7018
+ * @internal
7019
+ */
7020
+ export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
7021
+ /**
7022
+ * @internal
7023
+ */
7024
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
7025
+ /**
7026
+ * @internal
7027
+ */
7028
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
7029
+ /**
7030
+ * @internal
7031
+ */
7032
+ export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (obj: CreateFileSystemFromBackupResponse) => any;
7033
+ /**
7034
+ * @internal
7035
+ */
7036
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (obj: CreateFileSystemResponse) => any;
7037
+ /**
7038
+ * @internal
7039
+ */
7040
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (obj: CreateSnapshotResponse) => any;
7041
+ /**
7042
+ * @internal
7043
+ */
7044
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
7045
+ /**
7046
+ * @internal
7047
+ */
7048
+ export declare const CreateVolumeResponseFilterSensitiveLog: (obj: CreateVolumeResponse) => any;
7049
+ /**
7050
+ * @internal
7051
+ */
7052
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
7053
+ /**
7054
+ * @internal
7055
+ */
7056
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
7057
+ /**
7058
+ * @internal
7059
+ */
7060
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
7061
+ /**
7062
+ * @internal
7063
+ */
7064
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (obj: UpdateVolumeResponse) => any;
7065
+ /**
7066
+ * @internal
7067
+ */
7068
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
7069
+ /**
7070
+ * @internal
7071
+ */
7072
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
7073
+ /**
7074
+ * @internal
7075
+ */
7076
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (obj: DescribeVolumesResponse) => any;
7077
+ /**
7078
+ * @internal
7079
+ */
7080
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
7081
+ /**
7082
+ * @internal
7083
+ */
7084
+ export declare const CopyBackupResponseFilterSensitiveLog: (obj: CopyBackupResponse) => any;
7085
+ /**
7086
+ * @internal
7087
+ */
7088
+ export declare const CreateBackupResponseFilterSensitiveLog: (obj: CreateBackupResponse) => any;
7089
+ /**
7090
+ * @internal
7091
+ */
7092
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (obj: DescribeBackupsResponse) => any;