@aws-sdk/client-fsx 3.131.0 → 3.141.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 (83) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +2 -2
  4. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +2 -2
  5. package/dist-cjs/commands/CopyBackupCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBackupCommand.js +2 -2
  7. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +2 -2
  8. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFileSystemCommand.js +2 -2
  10. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +2 -2
  11. package/dist-cjs/commands/CreateSnapshotCommand.js +2 -2
  12. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +2 -2
  13. package/dist-cjs/commands/CreateVolumeCommand.js +2 -2
  14. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteBackupCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteFileSystemCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteSnapshotCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteVolumeCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeBackupsCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +2 -2
  24. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +2 -2
  25. package/dist-cjs/commands/DescribeFileSystemsCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeSnapshotsCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -2
  29. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -2
  32. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +2 -2
  33. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateFileSystemCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateSnapshotCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateVolumeCommand.js +2 -2
  40. package/dist-cjs/models/models_0.js +652 -956
  41. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +3 -3
  42. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +3 -3
  43. package/dist-es/commands/CopyBackupCommand.js +3 -3
  44. package/dist-es/commands/CreateBackupCommand.js +3 -3
  45. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +3 -3
  46. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +3 -3
  47. package/dist-es/commands/CreateFileSystemCommand.js +3 -3
  48. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +3 -3
  49. package/dist-es/commands/CreateSnapshotCommand.js +3 -3
  50. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +3 -3
  51. package/dist-es/commands/CreateVolumeCommand.js +3 -3
  52. package/dist-es/commands/CreateVolumeFromBackupCommand.js +3 -3
  53. package/dist-es/commands/DeleteBackupCommand.js +3 -3
  54. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +3 -3
  55. package/dist-es/commands/DeleteFileSystemCommand.js +3 -3
  56. package/dist-es/commands/DeleteSnapshotCommand.js +3 -3
  57. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +3 -3
  58. package/dist-es/commands/DeleteVolumeCommand.js +3 -3
  59. package/dist-es/commands/DescribeBackupsCommand.js +3 -3
  60. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +3 -3
  61. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +3 -3
  62. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +3 -3
  63. package/dist-es/commands/DescribeFileSystemsCommand.js +3 -3
  64. package/dist-es/commands/DescribeSnapshotsCommand.js +3 -3
  65. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +3 -3
  66. package/dist-es/commands/DescribeVolumesCommand.js +3 -3
  67. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +3 -3
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  69. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +3 -3
  70. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +3 -3
  71. package/dist-es/commands/TagResourceCommand.js +3 -3
  72. package/dist-es/commands/UntagResourceCommand.js +3 -3
  73. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +3 -3
  74. package/dist-es/commands/UpdateFileSystemCommand.js +3 -3
  75. package/dist-es/commands/UpdateSnapshotCommand.js +3 -3
  76. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +3 -3
  77. package/dist-es/commands/UpdateVolumeCommand.js +3 -3
  78. package/dist-es/models/models_0.js +174 -630
  79. package/dist-types/FSx.d.ts +1 -2
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  81. package/dist-types/models/models_0.d.ts +632 -923
  82. package/dist-types/ts3.4/models/models_0.d.ts +304 -608
  83. 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"
@@ -2484,11 +2244,24 @@ export interface CreateDataRepositoryTaskRequest {
2484
2244
  */
2485
2245
  Type: DataRepositoryTaskType | string | undefined;
2486
2246
  /**
2487
- * <p>(Optional) The path or paths on the Amazon FSx file system to use when the data repository task is processed.
2488
- * The default path is the file system root directory. The paths you provide need to be relative to the mount point of the file system.
2489
- * If the mount point is <code>/mnt/fsx</code> and <code>/mnt/fsx/path1</code> is a directory or
2490
- * file on the file system you want to export, then the path to provide is <code>path1</code>.
2247
+ * <p>A list of paths for the data repository task to use when the task is processed.
2491
2248
  * If a path that you provide isn't valid, the task fails.</p>
2249
+ * <ul>
2250
+ * <li>
2251
+ * <p>For export tasks, the list contains paths on the Amazon FSx file system
2252
+ * from which the files are exported to the Amazon S3 bucket. The default path is the
2253
+ * file system root directory. The paths you provide need to be relative to the mount
2254
+ * point of the file system. If the mount point is <code>/mnt/fsx</code> and
2255
+ * <code>/mnt/fsx/path1</code> is a directory or file on the file system you want
2256
+ * to export, then the path to provide is <code>path1</code>.</p>
2257
+ * </li>
2258
+ * <li>
2259
+ * <p>For import tasks, the list contains paths in the Amazon S3 bucket
2260
+ * from which POSIX metadata changes are imported to the Amazon FSx file system.
2261
+ * The path can be an S3 bucket or prefix in the format
2262
+ * <code>s3://myBucket/myPrefix</code> (where <code>myPrefix</code> is optional).</p>
2263
+ * </li>
2264
+ * </ul>
2492
2265
  */
2493
2266
  Paths?: string[];
2494
2267
  /**
@@ -2513,12 +2286,6 @@ export interface CreateDataRepositoryTaskRequest {
2513
2286
  */
2514
2287
  Tags?: Tag[];
2515
2288
  }
2516
- export declare namespace CreateDataRepositoryTaskRequest {
2517
- /**
2518
- * @internal
2519
- */
2520
- const filterSensitiveLog: (obj: CreateDataRepositoryTaskRequest) => any;
2521
- }
2522
2289
  /**
2523
2290
  * <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
2291
  */
@@ -2528,12 +2295,6 @@ export interface DataRepositoryTaskFailureDetails {
2528
2295
  */
2529
2296
  Message?: string;
2530
2297
  }
2531
- export declare namespace DataRepositoryTaskFailureDetails {
2532
- /**
2533
- * @internal
2534
- */
2535
- const filterSensitiveLog: (obj: DataRepositoryTaskFailureDetails) => any;
2536
- }
2537
2298
  /**
2538
2299
  * <p>Provides the task status showing a running total of the total number of files to be processed,
2539
2300
  * the number successfully processed, and the number of files the task failed to process.</p>
@@ -2558,12 +2319,6 @@ export interface DataRepositoryTaskStatus {
2558
2319
  */
2559
2320
  LastUpdatedTime?: Date;
2560
2321
  }
2561
- export declare namespace DataRepositoryTaskStatus {
2562
- /**
2563
- * @internal
2564
- */
2565
- const filterSensitiveLog: (obj: DataRepositoryTaskStatus) => any;
2566
- }
2567
2322
  /**
2568
2323
  * <p>A description of the data repository task. You use data repository tasks
2569
2324
  * to perform bulk transfer operations between your Amazon FSx file system and a linked data
@@ -2675,24 +2430,12 @@ export interface DataRepositoryTask {
2675
2430
  */
2676
2431
  Report?: CompletionReport;
2677
2432
  }
2678
- export declare namespace DataRepositoryTask {
2679
- /**
2680
- * @internal
2681
- */
2682
- const filterSensitiveLog: (obj: DataRepositoryTask) => any;
2683
- }
2684
2433
  export interface CreateDataRepositoryTaskResponse {
2685
2434
  /**
2686
2435
  * <p>The description of the data repository task that you just created.</p>
2687
2436
  */
2688
2437
  DataRepositoryTask?: DataRepositoryTask;
2689
2438
  }
2690
- export declare namespace CreateDataRepositoryTaskResponse {
2691
- /**
2692
- * @internal
2693
- */
2694
- const filterSensitiveLog: (obj: CreateDataRepositoryTaskResponse) => any;
2695
- }
2696
2439
  /**
2697
2440
  * <p>An existing data repository task is currently executing on the file system.
2698
2441
  * Wait until the existing task has completed, then create the new task.</p>
@@ -2780,12 +2523,6 @@ export interface LustreLogCreateConfiguration {
2780
2523
  */
2781
2524
  Destination?: string;
2782
2525
  }
2783
- export declare namespace LustreLogCreateConfiguration {
2784
- /**
2785
- * @internal
2786
- */
2787
- const filterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
2788
- }
2789
2526
  /**
2790
2527
  * <p>The Lustre configuration for the file system being created.</p>
2791
2528
  * <note>
@@ -3038,12 +2775,6 @@ export interface CreateFileSystemLustreConfiguration {
3038
2775
  */
3039
2776
  RootSquashConfiguration?: LustreRootSquashConfiguration;
3040
2777
  }
3041
- export declare namespace CreateFileSystemLustreConfiguration {
3042
- /**
3043
- * @internal
3044
- */
3045
- const filterSensitiveLog: (obj: CreateFileSystemLustreConfiguration) => any;
3046
- }
3047
2778
  /**
3048
2779
  * <p>The ONTAP configuration properties of the FSx for ONTAP file system that you
3049
2780
  * are creating.</p>
@@ -3129,12 +2860,6 @@ export interface CreateFileSystemOntapConfiguration {
3129
2860
  */
3130
2861
  WeeklyMaintenanceStartTime?: string;
3131
2862
  }
3132
- export declare namespace CreateFileSystemOntapConfiguration {
3133
- /**
3134
- * @internal
3135
- */
3136
- const filterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
3137
- }
3138
2863
  /**
3139
2864
  * <p>The configuration of an Amazon FSx for OpenZFS root volume.</p>
3140
2865
  */
@@ -3197,12 +2922,6 @@ export interface OpenZFSCreateRootVolumeConfiguration {
3197
2922
  */
3198
2923
  ReadOnly?: boolean;
3199
2924
  }
3200
- export declare namespace OpenZFSCreateRootVolumeConfiguration {
3201
- /**
3202
- * @internal
3203
- */
3204
- const filterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
3205
- }
3206
2925
  /**
3207
2926
  * <p>The Amazon FSx for OpenZFS configuration properties for the file system that you are creating.</p>
3208
2927
  */
@@ -3224,12 +2943,12 @@ export interface CreateFileSystemOpenZFSConfiguration {
3224
2943
  */
3225
2944
  CopyTagsToBackups?: boolean;
3226
2945
  /**
3227
- * <p>A Boolean value indicating whether tags for the volume should be copied to snapshots.
2946
+ * <p>A Boolean value indicating whether tags for the file system should be copied to volumes.
3228
2947
  * This value defaults to <code>false</code>. If it's set to <code>true</code>, all tags
3229
- * for the volume are copied to snapshots where the user doesn't specify tags. If this
2948
+ * for the file system are copied to volumes where the user doesn't specify tags. If this
3230
2949
  * value is <code>true</code>, and you specify one or more tags, only the specified tags
3231
- * are copied to snapshots. If you specify one or more tags when creating the snapshot, no
3232
- * tags are copied from the volume, regardless of this value. </p>
2950
+ * are copied to volumes. If you specify one or more tags when creating the volume, no
2951
+ * tags are copied from the file system, regardless of this value.</p>
3233
2952
  */
3234
2953
  CopyTagsToVolumes?: boolean;
3235
2954
  /**
@@ -3274,12 +2993,6 @@ export interface CreateFileSystemOpenZFSConfiguration {
3274
2993
  */
3275
2994
  RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
3276
2995
  }
3277
- export declare namespace CreateFileSystemOpenZFSConfiguration {
3278
- /**
3279
- * @internal
3280
- */
3281
- const filterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
3282
- }
3283
2996
  /**
3284
2997
  * <p>The Windows file access auditing configuration used when creating
3285
2998
  * or updating an Amazon FSx for Windows File Server file system.</p>
@@ -3368,12 +3081,6 @@ export interface WindowsAuditLogCreateConfiguration {
3368
3081
  */
3369
3082
  AuditLogDestination?: string;
3370
3083
  }
3371
- export declare namespace WindowsAuditLogCreateConfiguration {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: WindowsAuditLogCreateConfiguration) => any;
3376
- }
3377
3084
  /**
3378
3085
  * <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
3086
  * a self-managed (including on-premises) Microsoft Active Directory (AD)
@@ -3428,12 +3135,6 @@ export interface SelfManagedActiveDirectoryConfiguration {
3428
3135
  */
3429
3136
  DnsIps: string[] | undefined;
3430
3137
  }
3431
- export declare namespace SelfManagedActiveDirectoryConfiguration {
3432
- /**
3433
- * @internal
3434
- */
3435
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryConfiguration) => any;
3436
- }
3437
3138
  /**
3438
3139
  * <p>The configuration object for the Microsoft Windows file system used in
3439
3140
  * <code>CreateFileSystem</code> and <code>CreateFileSystemFromBackup</code>
@@ -3552,12 +3253,6 @@ export interface CreateFileSystemWindowsConfiguration {
3552
3253
  */
3553
3254
  AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
3554
3255
  }
3555
- export declare namespace CreateFileSystemWindowsConfiguration {
3556
- /**
3557
- * @internal
3558
- */
3559
- const filterSensitiveLog: (obj: CreateFileSystemWindowsConfiguration) => any;
3560
- }
3561
3256
  /**
3562
3257
  * <p>The request object used to create a new Amazon FSx file system.</p>
3563
3258
  */
@@ -3759,12 +3454,6 @@ export interface CreateFileSystemRequest {
3759
3454
  */
3760
3455
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
3761
3456
  }
3762
- export declare namespace CreateFileSystemRequest {
3763
- /**
3764
- * @internal
3765
- */
3766
- const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
3767
- }
3768
3457
  /**
3769
3458
  * <p>The path provided for data repository export isn't valid.</p>
3770
3459
  */
@@ -3986,12 +3675,6 @@ export interface CreateFileSystemFromBackupRequest {
3986
3675
  */
3987
3676
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
3988
3677
  }
3989
- export declare namespace CreateFileSystemFromBackupRequest {
3990
- /**
3991
- * @internal
3992
- */
3993
- const filterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
3994
- }
3995
3678
  export interface CreateSnapshotRequest {
3996
3679
  /**
3997
3680
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -4012,12 +3695,6 @@ export interface CreateSnapshotRequest {
4012
3695
  */
4013
3696
  Tags?: Tag[];
4014
3697
  }
4015
- export declare namespace CreateSnapshotRequest {
4016
- /**
4017
- * @internal
4018
- */
4019
- const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
4020
- }
4021
3698
  /**
4022
3699
  * <p>The configuration that Amazon FSx uses to join the ONTAP storage virtual machine
4023
3700
  * (SVM) to your self-managed (including on-premises) Microsoft Active Directory (AD) directory.</p>
@@ -4037,12 +3714,6 @@ export interface CreateSvmActiveDirectoryConfiguration {
4037
3714
  */
4038
3715
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
4039
3716
  }
4040
- export declare namespace CreateSvmActiveDirectoryConfiguration {
4041
- /**
4042
- * @internal
4043
- */
4044
- const filterSensitiveLog: (obj: CreateSvmActiveDirectoryConfiguration) => any;
4045
- }
4046
3717
  export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
4047
3718
  MIXED = "MIXED",
4048
3719
  NTFS = "NTFS",
@@ -4103,12 +3774,6 @@ export interface CreateStorageVirtualMachineRequest {
4103
3774
  */
4104
3775
  RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
4105
3776
  }
4106
- export declare namespace CreateStorageVirtualMachineRequest {
4107
- /**
4108
- * @internal
4109
- */
4110
- const filterSensitiveLog: (obj: CreateStorageVirtualMachineRequest) => any;
4111
- }
4112
3777
  /**
4113
3778
  * <p>Describes the configuration of the Microsoft Active Directory (AD)
4114
3779
  * directory to which the Amazon FSx for ONTAP storage virtual machine (SVM) is joined.
@@ -4125,12 +3790,6 @@ export interface SvmActiveDirectoryConfiguration {
4125
3790
  */
4126
3791
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
4127
3792
  }
4128
- export declare namespace SvmActiveDirectoryConfiguration {
4129
- /**
4130
- * @internal
4131
- */
4132
- const filterSensitiveLog: (obj: SvmActiveDirectoryConfiguration) => any;
4133
- }
4134
3793
  /**
4135
3794
  * <p>An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has
4136
3795
  * four endpoints that are used to access data or to manage the SVM
@@ -4149,12 +3808,6 @@ export interface SvmEndpoint {
4149
3808
  */
4150
3809
  IpAddresses?: string[];
4151
3810
  }
4152
- export declare namespace SvmEndpoint {
4153
- /**
4154
- * @internal
4155
- */
4156
- const filterSensitiveLog: (obj: SvmEndpoint) => any;
4157
- }
4158
3811
  /**
4159
3812
  * <p>An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has
4160
3813
  * the following endpoints that are used to access data or to manage
@@ -4178,12 +3831,6 @@ export interface SvmEndpoints {
4178
3831
  */
4179
3832
  Smb?: SvmEndpoint;
4180
3833
  }
4181
- export declare namespace SvmEndpoints {
4182
- /**
4183
- * @internal
4184
- */
4185
- const filterSensitiveLog: (obj: SvmEndpoints) => any;
4186
- }
4187
3834
  export declare enum StorageVirtualMachineLifecycle {
4188
3835
  CREATED = "CREATED",
4189
3836
  CREATING = "CREATING",
@@ -4288,24 +3935,12 @@ export interface StorageVirtualMachine {
4288
3935
  */
4289
3936
  RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
4290
3937
  }
4291
- export declare namespace StorageVirtualMachine {
3938
+ export interface CreateStorageVirtualMachineResponse {
4292
3939
  /**
4293
- * @internal
4294
- */
4295
- const filterSensitiveLog: (obj: StorageVirtualMachine) => any;
4296
- }
4297
- export interface CreateStorageVirtualMachineResponse {
4298
- /**
4299
- * <p>Returned after a successful <code>CreateStorageVirtualMachine</code> operation; describes the SVM just created.</p>
3940
+ * <p>Returned after a successful <code>CreateStorageVirtualMachine</code> operation; describes the SVM just created.</p>
4300
3941
  */
4301
3942
  StorageVirtualMachine?: StorageVirtualMachine;
4302
3943
  }
4303
- export declare namespace CreateStorageVirtualMachineResponse {
4304
- /**
4305
- * @internal
4306
- */
4307
- const filterSensitiveLog: (obj: CreateStorageVirtualMachineResponse) => any;
4308
- }
4309
3944
  /**
4310
3945
  * <p>Specifies the configuration of the ONTAP volume that you are creating.</p>
4311
3946
  */
@@ -4384,12 +4019,6 @@ export interface CreateOntapVolumeConfiguration {
4384
4019
  */
4385
4020
  TieringPolicy?: TieringPolicy;
4386
4021
  }
4387
- export declare namespace CreateOntapVolumeConfiguration {
4388
- /**
4389
- * @internal
4390
- */
4391
- const filterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
4392
- }
4393
4022
  /**
4394
4023
  * <p>The snapshot configuration to use when creating an OpenZFS volume from a snapshot. </p>
4395
4024
  */
@@ -4420,12 +4049,6 @@ export interface CreateOpenZFSOriginSnapshotConfiguration {
4420
4049
  */
4421
4050
  CopyStrategy: OpenZFSCopyStrategy | string | undefined;
4422
4051
  }
4423
- export declare namespace CreateOpenZFSOriginSnapshotConfiguration {
4424
- /**
4425
- * @internal
4426
- */
4427
- const filterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
4428
- }
4429
4052
  /**
4430
4053
  * <p>Specifies the configuration of the Amazon FSx for OpenZFS volume that you are creating.</p>
4431
4054
  */
@@ -4523,12 +4146,6 @@ export interface CreateOpenZFSVolumeConfiguration {
4523
4146
  */
4524
4147
  UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
4525
4148
  }
4526
- export declare namespace CreateOpenZFSVolumeConfiguration {
4527
- /**
4528
- * @internal
4529
- */
4530
- const filterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
4531
- }
4532
4149
  export interface CreateVolumeRequest {
4533
4150
  /**
4534
4151
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -4558,12 +4175,6 @@ export interface CreateVolumeRequest {
4558
4175
  */
4559
4176
  OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
4560
4177
  }
4561
- export declare namespace CreateVolumeRequest {
4562
- /**
4563
- * @internal
4564
- */
4565
- const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
4566
- }
4567
4178
  /**
4568
4179
  * <p>A volume configuration is required for this operation.</p>
4569
4180
  */
@@ -4618,12 +4229,6 @@ export interface CreateVolumeFromBackupRequest {
4618
4229
  */
4619
4230
  Tags?: Tag[];
4620
4231
  }
4621
- export declare namespace CreateVolumeFromBackupRequest {
4622
- /**
4623
- * @internal
4624
- */
4625
- const filterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
4626
- }
4627
4232
  /**
4628
4233
  * <p>You can't delete a backup while it's being copied.</p>
4629
4234
  */
@@ -4678,12 +4283,6 @@ export interface DeleteBackupRequest {
4678
4283
  */
4679
4284
  ClientRequestToken?: string;
4680
4285
  }
4681
- export declare namespace DeleteBackupRequest {
4682
- /**
4683
- * @internal
4684
- */
4685
- const filterSensitiveLog: (obj: DeleteBackupRequest) => any;
4686
- }
4687
4286
  /**
4688
4287
  * <p>The response object for the <code>DeleteBackup</code> operation.</p>
4689
4288
  */
@@ -4698,12 +4297,6 @@ export interface DeleteBackupResponse {
4698
4297
  */
4699
4298
  Lifecycle?: BackupLifecycle | string;
4700
4299
  }
4701
- export declare namespace DeleteBackupResponse {
4702
- /**
4703
- * @internal
4704
- */
4705
- const filterSensitiveLog: (obj: DeleteBackupResponse) => any;
4706
- }
4707
4300
  /**
4708
4301
  * <p>No data repository associations were found based upon the supplied parameters.</p>
4709
4302
  */
@@ -4736,12 +4329,6 @@ export interface DeleteDataRepositoryAssociationRequest {
4736
4329
  */
4737
4330
  DeleteDataInFileSystem: boolean | undefined;
4738
4331
  }
4739
- export declare namespace DeleteDataRepositoryAssociationRequest {
4740
- /**
4741
- * @internal
4742
- */
4743
- const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
4744
- }
4745
4332
  export interface DeleteDataRepositoryAssociationResponse {
4746
4333
  /**
4747
4334
  * <p>The ID of the data repository association being deleted.</p>
@@ -4757,12 +4344,6 @@ export interface DeleteDataRepositoryAssociationResponse {
4757
4344
  */
4758
4345
  DeleteDataInFileSystem?: boolean;
4759
4346
  }
4760
- export declare namespace DeleteDataRepositoryAssociationResponse {
4761
- /**
4762
- * @internal
4763
- */
4764
- const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
4765
- }
4766
4347
  /**
4767
4348
  * <p>The configuration object for the Amazon FSx for Lustre file system being deleted in the
4768
4349
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4785,12 +4366,6 @@ export interface DeleteFileSystemLustreConfiguration {
4785
4366
  */
4786
4367
  FinalBackupTags?: Tag[];
4787
4368
  }
4788
- export declare namespace DeleteFileSystemLustreConfiguration {
4789
- /**
4790
- * @internal
4791
- */
4792
- const filterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
4793
- }
4794
4369
  export declare enum DeleteFileSystemOpenZFSOption {
4795
4370
  DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
4796
4371
  }
@@ -4817,12 +4392,6 @@ export interface DeleteFileSystemOpenZFSConfiguration {
4817
4392
  */
4818
4393
  Options?: (DeleteFileSystemOpenZFSOption | string)[];
4819
4394
  }
4820
- export declare namespace DeleteFileSystemOpenZFSConfiguration {
4821
- /**
4822
- * @internal
4823
- */
4824
- const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
4825
- }
4826
4395
  /**
4827
4396
  * <p>The configuration object for the Microsoft Windows file system used in the
4828
4397
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4840,12 +4409,6 @@ export interface DeleteFileSystemWindowsConfiguration {
4840
4409
  */
4841
4410
  FinalBackupTags?: Tag[];
4842
4411
  }
4843
- export declare namespace DeleteFileSystemWindowsConfiguration {
4844
- /**
4845
- * @internal
4846
- */
4847
- const filterSensitiveLog: (obj: DeleteFileSystemWindowsConfiguration) => any;
4848
- }
4849
4412
  /**
4850
4413
  * <p>The request object for <code>DeleteFileSystem</code> operation.</p>
4851
4414
  */
@@ -4876,12 +4439,6 @@ export interface DeleteFileSystemRequest {
4876
4439
  */
4877
4440
  OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
4878
4441
  }
4879
- export declare namespace DeleteFileSystemRequest {
4880
- /**
4881
- * @internal
4882
- */
4883
- const filterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
4884
- }
4885
4442
  /**
4886
4443
  * <p>The response object for the Amazon FSx for Lustre file system being deleted in the
4887
4444
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4896,12 +4453,6 @@ export interface DeleteFileSystemLustreResponse {
4896
4453
  */
4897
4454
  FinalBackupTags?: Tag[];
4898
4455
  }
4899
- export declare namespace DeleteFileSystemLustreResponse {
4900
- /**
4901
- * @internal
4902
- */
4903
- const filterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
4904
- }
4905
4456
  /**
4906
4457
  * <p>The response object for the Amazon FSx for OpenZFS file system that's being
4907
4458
  * deleted in the <code>DeleteFileSystem</code> operation.</p>
@@ -4916,12 +4467,6 @@ export interface DeleteFileSystemOpenZFSResponse {
4916
4467
  */
4917
4468
  FinalBackupTags?: Tag[];
4918
4469
  }
4919
- export declare namespace DeleteFileSystemOpenZFSResponse {
4920
- /**
4921
- * @internal
4922
- */
4923
- const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
4924
- }
4925
4470
  /**
4926
4471
  * <p>The response object for the Microsoft Windows file system used in the
4927
4472
  * <code>DeleteFileSystem</code> operation.</p>
@@ -4936,12 +4481,6 @@ export interface DeleteFileSystemWindowsResponse {
4936
4481
  */
4937
4482
  FinalBackupTags?: Tag[];
4938
4483
  }
4939
- export declare namespace DeleteFileSystemWindowsResponse {
4940
- /**
4941
- * @internal
4942
- */
4943
- const filterSensitiveLog: (obj: DeleteFileSystemWindowsResponse) => any;
4944
- }
4945
4484
  /**
4946
4485
  * <p>The response object for the <code>DeleteFileSystem</code> operation.</p>
4947
4486
  */
@@ -4972,12 +4511,6 @@ export interface DeleteFileSystemResponse {
4972
4511
  */
4973
4512
  OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
4974
4513
  }
4975
- export declare namespace DeleteFileSystemResponse {
4976
- /**
4977
- * @internal
4978
- */
4979
- const filterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
4980
- }
4981
4514
  export interface DeleteSnapshotRequest {
4982
4515
  /**
4983
4516
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -4990,12 +4523,6 @@ export interface DeleteSnapshotRequest {
4990
4523
  */
4991
4524
  SnapshotId: string | undefined;
4992
4525
  }
4993
- export declare namespace DeleteSnapshotRequest {
4994
- /**
4995
- * @internal
4996
- */
4997
- const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
4998
- }
4999
4526
  export interface DeleteSnapshotResponse {
5000
4527
  /**
5001
4528
  * <p>The ID of the deleted snapshot.</p>
@@ -5007,12 +4534,6 @@ export interface DeleteSnapshotResponse {
5007
4534
  */
5008
4535
  Lifecycle?: SnapshotLifecycle | string;
5009
4536
  }
5010
- export declare namespace DeleteSnapshotResponse {
5011
- /**
5012
- * @internal
5013
- */
5014
- const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
5015
- }
5016
4537
  /**
5017
4538
  * <p>No Amazon FSx snapshots were found based on the supplied parameters.</p>
5018
4539
  */
@@ -5040,12 +4561,6 @@ export interface DeleteStorageVirtualMachineRequest {
5040
4561
  */
5041
4562
  StorageVirtualMachineId: string | undefined;
5042
4563
  }
5043
- export declare namespace DeleteStorageVirtualMachineRequest {
5044
- /**
5045
- * @internal
5046
- */
5047
- const filterSensitiveLog: (obj: DeleteStorageVirtualMachineRequest) => any;
5048
- }
5049
4564
  export interface DeleteStorageVirtualMachineResponse {
5050
4565
  /**
5051
4566
  * <p>The ID of the SVM Amazon FSx is deleting.</p>
@@ -5056,12 +4571,6 @@ export interface DeleteStorageVirtualMachineResponse {
5056
4571
  */
5057
4572
  Lifecycle?: StorageVirtualMachineLifecycle | string;
5058
4573
  }
5059
- export declare namespace DeleteStorageVirtualMachineResponse {
5060
- /**
5061
- * @internal
5062
- */
5063
- const filterSensitiveLog: (obj: DeleteStorageVirtualMachineResponse) => any;
5064
- }
5065
4574
  /**
5066
4575
  * <p>Use to specify skipping a final backup, or to add tags to a final backup.</p>
5067
4576
  */
@@ -5076,12 +4585,6 @@ export interface DeleteVolumeOntapConfiguration {
5076
4585
  */
5077
4586
  FinalBackupTags?: Tag[];
5078
4587
  }
5079
- export declare namespace DeleteVolumeOntapConfiguration {
5080
- /**
5081
- * @internal
5082
- */
5083
- const filterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
5084
- }
5085
4588
  export declare enum DeleteOpenZFSVolumeOption {
5086
4589
  DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
5087
4590
  }
@@ -5095,12 +4598,6 @@ export interface DeleteVolumeOpenZFSConfiguration {
5095
4598
  */
5096
4599
  Options?: (DeleteOpenZFSVolumeOption | string)[];
5097
4600
  }
5098
- export declare namespace DeleteVolumeOpenZFSConfiguration {
5099
- /**
5100
- * @internal
5101
- */
5102
- const filterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
5103
- }
5104
4601
  export interface DeleteVolumeRequest {
5105
4602
  /**
5106
4603
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -5124,12 +4621,6 @@ export interface DeleteVolumeRequest {
5124
4621
  */
5125
4622
  OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
5126
4623
  }
5127
- export declare namespace DeleteVolumeRequest {
5128
- /**
5129
- * @internal
5130
- */
5131
- const filterSensitiveLog: (obj: DeleteVolumeRequest) => any;
5132
- }
5133
4624
  /**
5134
4625
  * <p>The response object for the Amazon FSx for NetApp ONTAP volume being deleted
5135
4626
  * in the <code>DeleteVolume</code> operation.</p>
@@ -5144,12 +4635,6 @@ export interface DeleteVolumeOntapResponse {
5144
4635
  */
5145
4636
  FinalBackupTags?: Tag[];
5146
4637
  }
5147
- export declare namespace DeleteVolumeOntapResponse {
5148
- /**
5149
- * @internal
5150
- */
5151
- const filterSensitiveLog: (obj: DeleteVolumeOntapResponse) => any;
5152
- }
5153
4638
  export interface DeleteVolumeResponse {
5154
4639
  /**
5155
4640
  * <p>The ID of the volume that's being deleted.</p>
@@ -5166,12 +4651,6 @@ export interface DeleteVolumeResponse {
5166
4651
  */
5167
4652
  OntapResponse?: DeleteVolumeOntapResponse;
5168
4653
  }
5169
- export declare namespace DeleteVolumeResponse {
5170
- /**
5171
- * @internal
5172
- */
5173
- const filterSensitiveLog: (obj: DeleteVolumeResponse) => any;
5174
- }
5175
4654
  export declare enum FilterName {
5176
4655
  BACKUP_TYPE = "backup-type",
5177
4656
  DATA_REPOSITORY_TYPE = "data-repository-type",
@@ -5194,12 +4673,6 @@ export interface Filter {
5194
4673
  */
5195
4674
  Values?: string[];
5196
4675
  }
5197
- export declare namespace Filter {
5198
- /**
5199
- * @internal
5200
- */
5201
- const filterSensitiveLog: (obj: Filter) => any;
5202
- }
5203
4676
  /**
5204
4677
  * <p>The request object for the <code>DescribeBackups</code> operation.</p>
5205
4678
  */
@@ -5229,12 +4702,6 @@ export interface DescribeBackupsRequest {
5229
4702
  */
5230
4703
  NextToken?: string;
5231
4704
  }
5232
- export declare namespace DescribeBackupsRequest {
5233
- /**
5234
- * @internal
5235
- */
5236
- const filterSensitiveLog: (obj: DescribeBackupsRequest) => any;
5237
- }
5238
4705
  export interface DescribeDataRepositoryAssociationsRequest {
5239
4706
  /**
5240
4707
  * <p>IDs of the data repository associations whose descriptions you want to retrieve
@@ -5257,12 +4724,6 @@ export interface DescribeDataRepositoryAssociationsRequest {
5257
4724
  */
5258
4725
  NextToken?: string;
5259
4726
  }
5260
- export declare namespace DescribeDataRepositoryAssociationsRequest {
5261
- /**
5262
- * @internal
5263
- */
5264
- const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
5265
- }
5266
4727
  export interface DescribeDataRepositoryAssociationsResponse {
5267
4728
  /**
5268
4729
  * <p>An array of one ore more data repository association descriptions.</p>
@@ -5275,12 +4736,6 @@ export interface DescribeDataRepositoryAssociationsResponse {
5275
4736
  */
5276
4737
  NextToken?: string;
5277
4738
  }
5278
- export declare namespace DescribeDataRepositoryAssociationsResponse {
5279
- /**
5280
- * @internal
5281
- */
5282
- const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
5283
- }
5284
4739
  /**
5285
4740
  * <p>You have filtered the response to a data repository type that is not supported.</p>
5286
4741
  */
@@ -5326,12 +4781,6 @@ export interface DataRepositoryTaskFilter {
5326
4781
  */
5327
4782
  Values?: string[];
5328
4783
  }
5329
- export declare namespace DataRepositoryTaskFilter {
5330
- /**
5331
- * @internal
5332
- */
5333
- const filterSensitiveLog: (obj: DataRepositoryTaskFilter) => any;
5334
- }
5335
4784
  export interface DescribeDataRepositoryTasksRequest {
5336
4785
  /**
5337
4786
  * <p>(Optional) IDs of the tasks whose descriptions you want to retrieve
@@ -5355,12 +4804,6 @@ export interface DescribeDataRepositoryTasksRequest {
5355
4804
  */
5356
4805
  NextToken?: string;
5357
4806
  }
5358
- export declare namespace DescribeDataRepositoryTasksRequest {
5359
- /**
5360
- * @internal
5361
- */
5362
- const filterSensitiveLog: (obj: DescribeDataRepositoryTasksRequest) => any;
5363
- }
5364
4807
  export interface DescribeDataRepositoryTasksResponse {
5365
4808
  /**
5366
4809
  * <p>The collection of data repository task descriptions returned.</p>
@@ -5373,12 +4816,6 @@ export interface DescribeDataRepositoryTasksResponse {
5373
4816
  */
5374
4817
  NextToken?: string;
5375
4818
  }
5376
- export declare namespace DescribeDataRepositoryTasksResponse {
5377
- /**
5378
- * @internal
5379
- */
5380
- const filterSensitiveLog: (obj: DescribeDataRepositoryTasksResponse) => any;
5381
- }
5382
4819
  /**
5383
4820
  * <p>The request object for <code>DescribeFileSystemAliases</code> operation.</p>
5384
4821
  */
@@ -5408,12 +4845,6 @@ export interface DescribeFileSystemAliasesRequest {
5408
4845
  */
5409
4846
  NextToken?: string;
5410
4847
  }
5411
- export declare namespace DescribeFileSystemAliasesRequest {
5412
- /**
5413
- * @internal
5414
- */
5415
- const filterSensitiveLog: (obj: DescribeFileSystemAliasesRequest) => any;
5416
- }
5417
4848
  /**
5418
4849
  * <p>The response object for <code>DescribeFileSystemAliases</code> operation.</p>
5419
4850
  */
@@ -5429,12 +4860,6 @@ export interface DescribeFileSystemAliasesResponse {
5429
4860
  */
5430
4861
  NextToken?: string;
5431
4862
  }
5432
- export declare namespace DescribeFileSystemAliasesResponse {
5433
- /**
5434
- * @internal
5435
- */
5436
- const filterSensitiveLog: (obj: DescribeFileSystemAliasesResponse) => any;
5437
- }
5438
4863
  /**
5439
4864
  * <p>The request object for <code>DescribeFileSystems</code> operation.</p>
5440
4865
  */
@@ -5458,12 +4883,6 @@ export interface DescribeFileSystemsRequest {
5458
4883
  */
5459
4884
  NextToken?: string;
5460
4885
  }
5461
- export declare namespace DescribeFileSystemsRequest {
5462
- /**
5463
- * @internal
5464
- */
5465
- const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
5466
- }
5467
4886
  export declare enum SnapshotFilterName {
5468
4887
  FILE_SYSTEM_ID = "file-system-id",
5469
4888
  VOLUME_ID = "volume-id"
@@ -5484,12 +4903,6 @@ export interface SnapshotFilter {
5484
4903
  */
5485
4904
  Values?: string[];
5486
4905
  }
5487
- export declare namespace SnapshotFilter {
5488
- /**
5489
- * @internal
5490
- */
5491
- const filterSensitiveLog: (obj: SnapshotFilter) => any;
5492
- }
5493
4906
  export interface DescribeSnapshotsRequest {
5494
4907
  /**
5495
4908
  * <p>The IDs of the snapshots that you want to retrieve. This parameter value overrides any
@@ -5513,12 +4926,6 @@ export interface DescribeSnapshotsRequest {
5513
4926
  */
5514
4927
  NextToken?: string;
5515
4928
  }
5516
- export declare namespace DescribeSnapshotsRequest {
5517
- /**
5518
- * @internal
5519
- */
5520
- const filterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
5521
- }
5522
4929
  export declare enum StorageVirtualMachineFilterName {
5523
4930
  FILE_SYSTEM_ID = "file-system-id"
5524
4931
  }
@@ -5538,12 +4945,6 @@ export interface StorageVirtualMachineFilter {
5538
4945
  */
5539
4946
  Values?: string[];
5540
4947
  }
5541
- export declare namespace StorageVirtualMachineFilter {
5542
- /**
5543
- * @internal
5544
- */
5545
- const filterSensitiveLog: (obj: StorageVirtualMachineFilter) => any;
5546
- }
5547
4948
  export interface DescribeStorageVirtualMachinesRequest {
5548
4949
  /**
5549
4950
  * <p>Enter the ID of one or more SVMs that you want to view.</p>
@@ -5565,12 +4966,6 @@ export interface DescribeStorageVirtualMachinesRequest {
5565
4966
  */
5566
4967
  NextToken?: string;
5567
4968
  }
5568
- export declare namespace DescribeStorageVirtualMachinesRequest {
5569
- /**
5570
- * @internal
5571
- */
5572
- const filterSensitiveLog: (obj: DescribeStorageVirtualMachinesRequest) => any;
5573
- }
5574
4969
  export interface DescribeStorageVirtualMachinesResponse {
5575
4970
  /**
5576
4971
  * <p>Returned after a successful <code>DescribeStorageVirtualMachines</code> operation, describing each SVM.</p>
@@ -5583,12 +4978,6 @@ export interface DescribeStorageVirtualMachinesResponse {
5583
4978
  */
5584
4979
  NextToken?: string;
5585
4980
  }
5586
- export declare namespace DescribeStorageVirtualMachinesResponse {
5587
- /**
5588
- * @internal
5589
- */
5590
- const filterSensitiveLog: (obj: DescribeStorageVirtualMachinesResponse) => any;
5591
- }
5592
4981
  export declare enum VolumeFilterName {
5593
4982
  FILE_SYSTEM_ID = "file-system-id",
5594
4983
  STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id"
@@ -5609,12 +4998,6 @@ export interface VolumeFilter {
5609
4998
  */
5610
4999
  Values?: string[];
5611
5000
  }
5612
- export declare namespace VolumeFilter {
5613
- /**
5614
- * @internal
5615
- */
5616
- const filterSensitiveLog: (obj: VolumeFilter) => any;
5617
- }
5618
5001
  export interface DescribeVolumesRequest {
5619
5002
  /**
5620
5003
  * <p>The IDs of the volumes whose descriptions you want to retrieve.</p>
@@ -5637,12 +5020,6 @@ export interface DescribeVolumesRequest {
5637
5020
  */
5638
5021
  NextToken?: string;
5639
5022
  }
5640
- export declare namespace DescribeVolumesRequest {
5641
- /**
5642
- * @internal
5643
- */
5644
- const filterSensitiveLog: (obj: DescribeVolumesRequest) => any;
5645
- }
5646
5023
  /**
5647
5024
  * <p>The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.</p>
5648
5025
  */
@@ -5662,12 +5039,6 @@ export interface DisassociateFileSystemAliasesRequest {
5662
5039
  */
5663
5040
  Aliases: string[] | undefined;
5664
5041
  }
5665
- export declare namespace DisassociateFileSystemAliasesRequest {
5666
- /**
5667
- * @internal
5668
- */
5669
- const filterSensitiveLog: (obj: DisassociateFileSystemAliasesRequest) => any;
5670
- }
5671
5042
  /**
5672
5043
  * <p>The system generated response showing the DNS aliases that Amazon FSx is attempting to disassociate from the file system.
5673
5044
  * Use the API operation to monitor the status of the aliases Amazon FSx is removing from the file system.</p>
@@ -5678,12 +5049,6 @@ export interface DisassociateFileSystemAliasesResponse {
5678
5049
  */
5679
5050
  Aliases?: Alias[];
5680
5051
  }
5681
- export declare namespace DisassociateFileSystemAliasesResponse {
5682
- /**
5683
- * @internal
5684
- */
5685
- const filterSensitiveLog: (obj: DisassociateFileSystemAliasesResponse) => any;
5686
- }
5687
5052
  /**
5688
5053
  * <p>The request object for <code>ListTagsForResource</code> operation.</p>
5689
5054
  */
@@ -5706,12 +5071,6 @@ export interface ListTagsForResourceRequest {
5706
5071
  */
5707
5072
  NextToken?: string;
5708
5073
  }
5709
- export declare namespace ListTagsForResourceRequest {
5710
- /**
5711
- * @internal
5712
- */
5713
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5714
- }
5715
5074
  /**
5716
5075
  * <p>The response object for <code>ListTagsForResource</code> operation.</p>
5717
5076
  */
@@ -5727,12 +5086,6 @@ export interface ListTagsForResourceResponse {
5727
5086
  */
5728
5087
  NextToken?: string;
5729
5088
  }
5730
- export declare namespace ListTagsForResourceResponse {
5731
- /**
5732
- * @internal
5733
- */
5734
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5735
- }
5736
5089
  /**
5737
5090
  * <p>The resource specified for the tagging operation is not a resource type owned by
5738
5091
  * Amazon FSx. Use the API of the relevant service to perform the operation. </p>
@@ -5804,12 +5157,6 @@ export interface ReleaseFileSystemNfsV3LocksRequest {
5804
5157
  */
5805
5158
  ClientRequestToken?: string;
5806
5159
  }
5807
- export declare namespace ReleaseFileSystemNfsV3LocksRequest {
5808
- /**
5809
- * @internal
5810
- */
5811
- const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
5812
- }
5813
5160
  export declare enum RestoreOpenZFSVolumeOption {
5814
5161
  DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
5815
5162
  DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS"
@@ -5849,12 +5196,6 @@ export interface RestoreVolumeFromSnapshotRequest {
5849
5196
  */
5850
5197
  Options?: (RestoreOpenZFSVolumeOption | string)[];
5851
5198
  }
5852
- export declare namespace RestoreVolumeFromSnapshotRequest {
5853
- /**
5854
- * @internal
5855
- */
5856
- const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
5857
- }
5858
5199
  export interface RestoreVolumeFromSnapshotResponse {
5859
5200
  /**
5860
5201
  * <p>The ID of the volume that you restored.</p>
@@ -5865,12 +5206,6 @@ export interface RestoreVolumeFromSnapshotResponse {
5865
5206
  */
5866
5207
  Lifecycle?: VolumeLifecycle | string;
5867
5208
  }
5868
- export declare namespace RestoreVolumeFromSnapshotResponse {
5869
- /**
5870
- * @internal
5871
- */
5872
- const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
5873
- }
5874
5209
  /**
5875
5210
  * <p>The request object for the <code>TagResource</code> operation.</p>
5876
5211
  */
@@ -5886,23 +5221,11 @@ export interface TagResourceRequest {
5886
5221
  */
5887
5222
  Tags: Tag[] | undefined;
5888
5223
  }
5889
- export declare namespace TagResourceRequest {
5890
- /**
5891
- * @internal
5892
- */
5893
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
5894
- }
5895
5224
  /**
5896
5225
  * <p>The response object for the <code>TagResource</code> operation.</p>
5897
5226
  */
5898
5227
  export interface TagResourceResponse {
5899
5228
  }
5900
- export declare namespace TagResourceResponse {
5901
- /**
5902
- * @internal
5903
- */
5904
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
5905
- }
5906
5229
  /**
5907
5230
  * <p>The request object for <code>UntagResource</code> action.</p>
5908
5231
  */
@@ -5917,23 +5240,11 @@ export interface UntagResourceRequest {
5917
5240
  */
5918
5241
  TagKeys: string[] | undefined;
5919
5242
  }
5920
- export declare namespace UntagResourceRequest {
5921
- /**
5922
- * @internal
5923
- */
5924
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
5925
- }
5926
5243
  /**
5927
5244
  * <p>The response object for <code>UntagResource</code> action.</p>
5928
5245
  */
5929
5246
  export interface UntagResourceResponse {
5930
5247
  }
5931
- export declare namespace UntagResourceResponse {
5932
- /**
5933
- * @internal
5934
- */
5935
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
5936
- }
5937
5248
  export interface UpdateDataRepositoryAssociationRequest {
5938
5249
  /**
5939
5250
  * <p>The ID of the data repository association that you are updating.</p>
@@ -5965,24 +5276,12 @@ export interface UpdateDataRepositoryAssociationRequest {
5965
5276
  */
5966
5277
  S3?: S3DataRepositoryConfiguration;
5967
5278
  }
5968
- export declare namespace UpdateDataRepositoryAssociationRequest {
5969
- /**
5970
- * @internal
5971
- */
5972
- const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
5973
- }
5974
5279
  export interface UpdateDataRepositoryAssociationResponse {
5975
5280
  /**
5976
5281
  * <p>The response object returned after the data repository association is updated.</p>
5977
5282
  */
5978
5283
  Association?: DataRepositoryAssociation;
5979
5284
  }
5980
- export declare namespace UpdateDataRepositoryAssociationResponse {
5981
- /**
5982
- * @internal
5983
- */
5984
- const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
5985
- }
5986
5285
  /**
5987
5286
  * <p>The configuration object for Amazon FSx for Lustre file systems used in the
5988
5287
  * <code>UpdateFileSystem</code> operation.</p>
@@ -6076,12 +5375,6 @@ export interface UpdateFileSystemLustreConfiguration {
6076
5375
  */
6077
5376
  RootSquashConfiguration?: LustreRootSquashConfiguration;
6078
5377
  }
6079
- export declare namespace UpdateFileSystemLustreConfiguration {
6080
- /**
6081
- * @internal
6082
- */
6083
- const filterSensitiveLog: (obj: UpdateFileSystemLustreConfiguration) => any;
6084
- }
6085
5378
  /**
6086
5379
  * <p>The configuration updates for an Amazon FSx for NetApp ONTAP file system.</p>
6087
5380
  */
@@ -6126,12 +5419,6 @@ export interface UpdateFileSystemOntapConfiguration {
6126
5419
  */
6127
5420
  ThroughputCapacity?: number;
6128
5421
  }
6129
- export declare namespace UpdateFileSystemOntapConfiguration {
6130
- /**
6131
- * @internal
6132
- */
6133
- const filterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
6134
- }
6135
5422
  /**
6136
5423
  * <p>The configuration updates for an Amazon FSx for OpenZFS file system.</p>
6137
5424
  */
@@ -6191,12 +5478,6 @@ export interface UpdateFileSystemOpenZFSConfiguration {
6191
5478
  */
6192
5479
  DiskIopsConfiguration?: DiskIopsConfiguration;
6193
5480
  }
6194
- export declare namespace UpdateFileSystemOpenZFSConfiguration {
6195
- /**
6196
- * @internal
6197
- */
6198
- const filterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
6199
- }
6200
5481
  /**
6201
5482
  * <p>The configuration that Amazon FSx uses to join the Windows File Server instance to a
6202
5483
  * self-managed Microsoft Active Directory (AD) directory.</p>
@@ -6220,12 +5501,6 @@ export interface SelfManagedActiveDirectoryConfigurationUpdates {
6220
5501
  */
6221
5502
  DnsIps?: string[];
6222
5503
  }
6223
- export declare namespace SelfManagedActiveDirectoryConfigurationUpdates {
6224
- /**
6225
- * @internal
6226
- */
6227
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryConfigurationUpdates) => any;
6228
- }
6229
5504
  /**
6230
5505
  * <p>Updates the configuration for an existing Amazon FSx for Windows
6231
5506
  * File Server file system. Amazon FSx only overwrites existing properties with non-null values
@@ -6266,12 +5541,6 @@ export interface UpdateFileSystemWindowsConfiguration {
6266
5541
  */
6267
5542
  AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
6268
5543
  }
6269
- export declare namespace UpdateFileSystemWindowsConfiguration {
6270
- /**
6271
- * @internal
6272
- */
6273
- const filterSensitiveLog: (obj: UpdateFileSystemWindowsConfiguration) => any;
6274
- }
6275
5544
  /**
6276
5545
  * <p>The request object for the <code>UpdateFileSystem</code> operation.</p>
6277
5546
  */
@@ -6342,13 +5611,7 @@ export interface UpdateFileSystemRequest {
6342
5611
  */
6343
5612
  OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
6344
5613
  }
6345
- export declare namespace UpdateFileSystemRequest {
6346
- /**
6347
- * @internal
6348
- */
6349
- const filterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
6350
- }
6351
- export interface UpdateSnapshotRequest {
5614
+ export interface UpdateSnapshotRequest {
6352
5615
  /**
6353
5616
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
6354
5617
  * ASCII characters. This token is automatically filled on your behalf when you use the
@@ -6365,12 +5628,6 @@ export interface UpdateSnapshotRequest {
6365
5628
  */
6366
5629
  SnapshotId: string | undefined;
6367
5630
  }
6368
- export declare namespace UpdateSnapshotRequest {
6369
- /**
6370
- * @internal
6371
- */
6372
- const filterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
6373
- }
6374
5631
  /**
6375
5632
  * <p>Updates the Microsoft Active Directory (AD) configuration of an SVM joined to an AD.
6376
5633
  * Please note, account credentials are not returned in the response payload.</p>
@@ -6382,12 +5639,6 @@ export interface UpdateSvmActiveDirectoryConfiguration {
6382
5639
  */
6383
5640
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
6384
5641
  }
6385
- export declare namespace UpdateSvmActiveDirectoryConfiguration {
6386
- /**
6387
- * @internal
6388
- */
6389
- const filterSensitiveLog: (obj: UpdateSvmActiveDirectoryConfiguration) => any;
6390
- }
6391
5642
  export interface UpdateStorageVirtualMachineRequest {
6392
5643
  /**
6393
5644
  * <p>Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.</p>
@@ -6408,24 +5659,12 @@ export interface UpdateStorageVirtualMachineRequest {
6408
5659
  */
6409
5660
  SvmAdminPassword?: string;
6410
5661
  }
6411
- export declare namespace UpdateStorageVirtualMachineRequest {
6412
- /**
6413
- * @internal
6414
- */
6415
- const filterSensitiveLog: (obj: UpdateStorageVirtualMachineRequest) => any;
6416
- }
6417
5662
  export interface UpdateStorageVirtualMachineResponse {
6418
5663
  /**
6419
5664
  * <p>Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.</p>
6420
5665
  */
6421
5666
  StorageVirtualMachine?: StorageVirtualMachine;
6422
5667
  }
6423
- export declare namespace UpdateStorageVirtualMachineResponse {
6424
- /**
6425
- * @internal
6426
- */
6427
- const filterSensitiveLog: (obj: UpdateStorageVirtualMachineResponse) => any;
6428
- }
6429
5668
  /**
6430
5669
  * <p>Used to specify changes to the ONTAP configuration for the volume you are updating.</p>
6431
5670
  */
@@ -6454,12 +5693,6 @@ export interface UpdateOntapVolumeConfiguration {
6454
5693
  */
6455
5694
  TieringPolicy?: TieringPolicy;
6456
5695
  }
6457
- export declare namespace UpdateOntapVolumeConfiguration {
6458
- /**
6459
- * @internal
6460
- */
6461
- const filterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
6462
- }
6463
5696
  /**
6464
5697
  * <p>Used to specify changes to the OpenZFS configuration for the volume
6465
5698
  * that you are updating.</p>
@@ -6524,12 +5757,6 @@ export interface UpdateOpenZFSVolumeConfiguration {
6524
5757
  */
6525
5758
  ReadOnly?: boolean;
6526
5759
  }
6527
- export declare namespace UpdateOpenZFSVolumeConfiguration {
6528
- /**
6529
- * @internal
6530
- */
6531
- const filterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
6532
- }
6533
5760
  export interface UpdateVolumeRequest {
6534
5761
  /**
6535
5762
  * <p>(Optional) An idempotency token for resource creation, in a string of up to 64
@@ -6557,12 +5784,6 @@ export interface UpdateVolumeRequest {
6557
5784
  */
6558
5785
  OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
6559
5786
  }
6560
- export declare namespace UpdateVolumeRequest {
6561
- /**
6562
- * @internal
6563
- */
6564
- const filterSensitiveLog: (obj: UpdateVolumeRequest) => any;
6565
- }
6566
5787
  /**
6567
5788
  * <p>Describes a specific Amazon FSx administrative action for the current Windows,
6568
5789
  * Lustre, or OpenZFS file system.</p>
@@ -6698,12 +5919,6 @@ export interface AdministrativeAction {
6698
5919
  */
6699
5920
  TargetSnapshotValues?: Snapshot;
6700
5921
  }
6701
- export declare namespace AdministrativeAction {
6702
- /**
6703
- * @internal
6704
- */
6705
- const filterSensitiveLog: (obj: AdministrativeAction) => any;
6706
- }
6707
5922
  /**
6708
5923
  * <p>A description of a specific Amazon FSx file system.</p>
6709
5924
  */
@@ -6873,12 +6088,6 @@ export interface FileSystem {
6873
6088
  */
6874
6089
  OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
6875
6090
  }
6876
- export declare namespace FileSystem {
6877
- /**
6878
- * @internal
6879
- */
6880
- const filterSensitiveLog: (obj: FileSystem) => any;
6881
- }
6882
6091
  /**
6883
6092
  * <p>A snapshot of an Amazon FSx for OpenZFS volume.</p>
6884
6093
  */
@@ -6945,12 +6154,6 @@ export interface Snapshot {
6945
6154
  */
6946
6155
  AdministrativeActions?: AdministrativeAction[];
6947
6156
  }
6948
- export declare namespace Snapshot {
6949
- /**
6950
- * @internal
6951
- */
6952
- const filterSensitiveLog: (obj: Snapshot) => any;
6953
- }
6954
6157
  /**
6955
6158
  * <p>Describes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS
6956
6159
  * volume.</p>
@@ -7046,12 +6249,6 @@ export interface Volume {
7046
6249
  */
7047
6250
  OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
7048
6251
  }
7049
- export declare namespace Volume {
7050
- /**
7051
- * @internal
7052
- */
7053
- const filterSensitiveLog: (obj: Volume) => any;
7054
- }
7055
6252
  /**
7056
6253
  * <p>The response object for the <code>CreateFileSystemFromBackup</code>
7057
6254
  * operation.</p>
@@ -7062,12 +6259,6 @@ export interface CreateFileSystemFromBackupResponse {
7062
6259
  */
7063
6260
  FileSystem?: FileSystem;
7064
6261
  }
7065
- export declare namespace CreateFileSystemFromBackupResponse {
7066
- /**
7067
- * @internal
7068
- */
7069
- const filterSensitiveLog: (obj: CreateFileSystemFromBackupResponse) => any;
7070
- }
7071
6262
  /**
7072
6263
  * <p>The response object returned after the file system is created.</p>
7073
6264
  */
@@ -7077,24 +6268,12 @@ export interface CreateFileSystemResponse {
7077
6268
  */
7078
6269
  FileSystem?: FileSystem;
7079
6270
  }
7080
- export declare namespace CreateFileSystemResponse {
7081
- /**
7082
- * @internal
7083
- */
7084
- const filterSensitiveLog: (obj: CreateFileSystemResponse) => any;
7085
- }
7086
6271
  export interface CreateSnapshotResponse {
7087
6272
  /**
7088
6273
  * <p>A description of the snapshot.</p>
7089
6274
  */
7090
6275
  Snapshot?: Snapshot;
7091
6276
  }
7092
- export declare namespace CreateSnapshotResponse {
7093
- /**
7094
- * @internal
7095
- */
7096
- const filterSensitiveLog: (obj: CreateSnapshotResponse) => any;
7097
- }
7098
6277
  export interface CreateVolumeFromBackupResponse {
7099
6278
  /**
7100
6279
  * <p>Returned after a successful <code>CreateVolumeFromBackup</code> API operation,
@@ -7102,36 +6281,18 @@ export interface CreateVolumeFromBackupResponse {
7102
6281
  */
7103
6282
  Volume?: Volume;
7104
6283
  }
7105
- export declare namespace CreateVolumeFromBackupResponse {
7106
- /**
7107
- * @internal
7108
- */
7109
- const filterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
7110
- }
7111
6284
  export interface CreateVolumeResponse {
7112
6285
  /**
7113
6286
  * <p>Returned after a successful <code>CreateVolume</code> API operation, describing the volume just created.</p>
7114
6287
  */
7115
6288
  Volume?: Volume;
7116
6289
  }
7117
- export declare namespace CreateVolumeResponse {
7118
- /**
7119
- * @internal
7120
- */
7121
- const filterSensitiveLog: (obj: CreateVolumeResponse) => any;
7122
- }
7123
6290
  export interface ReleaseFileSystemNfsV3LocksResponse {
7124
6291
  /**
7125
6292
  * <p>A description of a specific Amazon FSx file system.</p>
7126
6293
  */
7127
6294
  FileSystem?: FileSystem;
7128
6295
  }
7129
- export declare namespace ReleaseFileSystemNfsV3LocksResponse {
7130
- /**
7131
- * @internal
7132
- */
7133
- const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
7134
- }
7135
6296
  /**
7136
6297
  * <p>The response object for the <code>UpdateFileSystem</code> operation.</p>
7137
6298
  */
@@ -7141,12 +6302,6 @@ export interface UpdateFileSystemResponse {
7141
6302
  */
7142
6303
  FileSystem?: FileSystem;
7143
6304
  }
7144
- export declare namespace UpdateFileSystemResponse {
7145
- /**
7146
- * @internal
7147
- */
7148
- const filterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
7149
- }
7150
6305
  export interface UpdateSnapshotResponse {
7151
6306
  /**
7152
6307
  * <p>Returned after a successful <code>UpdateSnapshot</code> operation, describing the
@@ -7154,12 +6309,6 @@ export interface UpdateSnapshotResponse {
7154
6309
  */
7155
6310
  Snapshot?: Snapshot;
7156
6311
  }
7157
- export declare namespace UpdateSnapshotResponse {
7158
- /**
7159
- * @internal
7160
- */
7161
- const filterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
7162
- }
7163
6312
  export interface UpdateVolumeResponse {
7164
6313
  /**
7165
6314
  * <p>A description of the volume just updated. Returned after a successful
@@ -7167,12 +6316,6 @@ export interface UpdateVolumeResponse {
7167
6316
  */
7168
6317
  Volume?: Volume;
7169
6318
  }
7170
- export declare namespace UpdateVolumeResponse {
7171
- /**
7172
- * @internal
7173
- */
7174
- const filterSensitiveLog: (obj: UpdateVolumeResponse) => any;
7175
- }
7176
6319
  /**
7177
6320
  * <p>The response object for <code>DescribeFileSystems</code> operation.</p>
7178
6321
  */
@@ -7188,12 +6331,6 @@ export interface DescribeFileSystemsResponse {
7188
6331
  */
7189
6332
  NextToken?: string;
7190
6333
  }
7191
- export declare namespace DescribeFileSystemsResponse {
7192
- /**
7193
- * @internal
7194
- */
7195
- const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
7196
- }
7197
6334
  export interface DescribeSnapshotsResponse {
7198
6335
  /**
7199
6336
  * <p>An array of snapshots.</p>
@@ -7206,12 +6343,6 @@ export interface DescribeSnapshotsResponse {
7206
6343
  */
7207
6344
  NextToken?: string;
7208
6345
  }
7209
- export declare namespace DescribeSnapshotsResponse {
7210
- /**
7211
- * @internal
7212
- */
7213
- const filterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
7214
- }
7215
6346
  export interface DescribeVolumesResponse {
7216
6347
  /**
7217
6348
  * <p>Returned after a successful <code>DescribeVolumes</code> operation, describing each volume.</p>
@@ -7224,12 +6355,6 @@ export interface DescribeVolumesResponse {
7224
6355
  */
7225
6356
  NextToken?: string;
7226
6357
  }
7227
- export declare namespace DescribeVolumesResponse {
7228
- /**
7229
- * @internal
7230
- */
7231
- const filterSensitiveLog: (obj: DescribeVolumesResponse) => any;
7232
- }
7233
6358
  /**
7234
6359
  * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
7235
6360
  * Lustre file system, Amazon FSx for NetApp ONTAP volume, or Amazon FSx
@@ -7338,12 +6463,6 @@ export interface Backup {
7338
6463
  */
7339
6464
  Volume?: Volume;
7340
6465
  }
7341
- export declare namespace Backup {
7342
- /**
7343
- * @internal
7344
- */
7345
- const filterSensitiveLog: (obj: Backup) => any;
7346
- }
7347
6466
  export interface CopyBackupResponse {
7348
6467
  /**
7349
6468
  * <p>A backup of an Amazon FSx for Windows File Server, Amazon FSx for
@@ -7352,12 +6471,6 @@ export interface CopyBackupResponse {
7352
6471
  */
7353
6472
  Backup?: Backup;
7354
6473
  }
7355
- export declare namespace CopyBackupResponse {
7356
- /**
7357
- * @internal
7358
- */
7359
- const filterSensitiveLog: (obj: CopyBackupResponse) => any;
7360
- }
7361
6474
  /**
7362
6475
  * <p>The response object for the <code>CreateBackup</code> operation.</p>
7363
6476
  */
@@ -7367,12 +6480,6 @@ export interface CreateBackupResponse {
7367
6480
  */
7368
6481
  Backup?: Backup;
7369
6482
  }
7370
- export declare namespace CreateBackupResponse {
7371
- /**
7372
- * @internal
7373
- */
7374
- const filterSensitiveLog: (obj: CreateBackupResponse) => any;
7375
- }
7376
6483
  /**
7377
6484
  * <p>Response object for the <code>DescribeBackups</code> operation.</p>
7378
6485
  */
@@ -7388,9 +6495,611 @@ export interface DescribeBackupsResponse {
7388
6495
  */
7389
6496
  NextToken?: string;
7390
6497
  }
7391
- export declare namespace DescribeBackupsResponse {
7392
- /**
7393
- * @internal
7394
- */
7395
- const filterSensitiveLog: (obj: DescribeBackupsResponse) => any;
7396
- }
6498
+ /**
6499
+ * @internal
6500
+ */
6501
+ export declare const ActiveDirectoryBackupAttributesFilterSensitiveLog: (obj: ActiveDirectoryBackupAttributes) => any;
6502
+ /**
6503
+ * @internal
6504
+ */
6505
+ export declare const AdministrativeActionFailureDetailsFilterSensitiveLog: (obj: AdministrativeActionFailureDetails) => any;
6506
+ /**
6507
+ * @internal
6508
+ */
6509
+ export declare const FileSystemFailureDetailsFilterSensitiveLog: (obj: FileSystemFailureDetails) => any;
6510
+ /**
6511
+ * @internal
6512
+ */
6513
+ export declare const DataRepositoryFailureDetailsFilterSensitiveLog: (obj: DataRepositoryFailureDetails) => any;
6514
+ /**
6515
+ * @internal
6516
+ */
6517
+ export declare const DataRepositoryConfigurationFilterSensitiveLog: (obj: DataRepositoryConfiguration) => any;
6518
+ /**
6519
+ * @internal
6520
+ */
6521
+ export declare const LustreLogConfigurationFilterSensitiveLog: (obj: LustreLogConfiguration) => any;
6522
+ /**
6523
+ * @internal
6524
+ */
6525
+ export declare const LustreRootSquashConfigurationFilterSensitiveLog: (obj: LustreRootSquashConfiguration) => any;
6526
+ /**
6527
+ * @internal
6528
+ */
6529
+ export declare const LustreFileSystemConfigurationFilterSensitiveLog: (obj: LustreFileSystemConfiguration) => any;
6530
+ /**
6531
+ * @internal
6532
+ */
6533
+ export declare const DiskIopsConfigurationFilterSensitiveLog: (obj: DiskIopsConfiguration) => any;
6534
+ /**
6535
+ * @internal
6536
+ */
6537
+ export declare const FileSystemEndpointFilterSensitiveLog: (obj: FileSystemEndpoint) => any;
6538
+ /**
6539
+ * @internal
6540
+ */
6541
+ export declare const FileSystemEndpointsFilterSensitiveLog: (obj: FileSystemEndpoints) => any;
6542
+ /**
6543
+ * @internal
6544
+ */
6545
+ export declare const OntapFileSystemConfigurationFilterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
6546
+ /**
6547
+ * @internal
6548
+ */
6549
+ export declare const OpenZFSFileSystemConfigurationFilterSensitiveLog: (obj: OpenZFSFileSystemConfiguration) => any;
6550
+ /**
6551
+ * @internal
6552
+ */
6553
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6554
+ /**
6555
+ * @internal
6556
+ */
6557
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
6558
+ /**
6559
+ * @internal
6560
+ */
6561
+ export declare const WindowsAuditLogConfigurationFilterSensitiveLog: (obj: WindowsAuditLogConfiguration) => any;
6562
+ /**
6563
+ * @internal
6564
+ */
6565
+ export declare const SelfManagedActiveDirectoryAttributesFilterSensitiveLog: (obj: SelfManagedActiveDirectoryAttributes) => any;
6566
+ /**
6567
+ * @internal
6568
+ */
6569
+ export declare const WindowsFileSystemConfigurationFilterSensitiveLog: (obj: WindowsFileSystemConfiguration) => any;
6570
+ /**
6571
+ * @internal
6572
+ */
6573
+ export declare const LifecycleTransitionReasonFilterSensitiveLog: (obj: LifecycleTransitionReason) => any;
6574
+ /**
6575
+ * @internal
6576
+ */
6577
+ export declare const TieringPolicyFilterSensitiveLog: (obj: TieringPolicy) => any;
6578
+ /**
6579
+ * @internal
6580
+ */
6581
+ export declare const OntapVolumeConfigurationFilterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
6582
+ /**
6583
+ * @internal
6584
+ */
6585
+ export declare const OpenZFSClientConfigurationFilterSensitiveLog: (obj: OpenZFSClientConfiguration) => any;
6586
+ /**
6587
+ * @internal
6588
+ */
6589
+ export declare const OpenZFSNfsExportFilterSensitiveLog: (obj: OpenZFSNfsExport) => any;
6590
+ /**
6591
+ * @internal
6592
+ */
6593
+ export declare const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (obj: OpenZFSOriginSnapshotConfiguration) => any;
6594
+ /**
6595
+ * @internal
6596
+ */
6597
+ export declare const OpenZFSUserOrGroupQuotaFilterSensitiveLog: (obj: OpenZFSUserOrGroupQuota) => any;
6598
+ /**
6599
+ * @internal
6600
+ */
6601
+ export declare const OpenZFSVolumeConfigurationFilterSensitiveLog: (obj: OpenZFSVolumeConfiguration) => any;
6602
+ /**
6603
+ * @internal
6604
+ */
6605
+ export declare const AssociateFileSystemAliasesRequestFilterSensitiveLog: (obj: AssociateFileSystemAliasesRequest) => any;
6606
+ /**
6607
+ * @internal
6608
+ */
6609
+ export declare const AssociateFileSystemAliasesResponseFilterSensitiveLog: (obj: AssociateFileSystemAliasesResponse) => any;
6610
+ /**
6611
+ * @internal
6612
+ */
6613
+ export declare const AutoExportPolicyFilterSensitiveLog: (obj: AutoExportPolicy) => any;
6614
+ /**
6615
+ * @internal
6616
+ */
6617
+ export declare const AutoImportPolicyFilterSensitiveLog: (obj: AutoImportPolicy) => any;
6618
+ /**
6619
+ * @internal
6620
+ */
6621
+ export declare const CancelDataRepositoryTaskRequestFilterSensitiveLog: (obj: CancelDataRepositoryTaskRequest) => any;
6622
+ /**
6623
+ * @internal
6624
+ */
6625
+ export declare const CancelDataRepositoryTaskResponseFilterSensitiveLog: (obj: CancelDataRepositoryTaskResponse) => any;
6626
+ /**
6627
+ * @internal
6628
+ */
6629
+ export declare const CopyBackupRequestFilterSensitiveLog: (obj: CopyBackupRequest) => any;
6630
+ /**
6631
+ * @internal
6632
+ */
6633
+ export declare const BackupFailureDetailsFilterSensitiveLog: (obj: BackupFailureDetails) => any;
6634
+ /**
6635
+ * @internal
6636
+ */
6637
+ export declare const CreateBackupRequestFilterSensitiveLog: (obj: CreateBackupRequest) => any;
6638
+ /**
6639
+ * @internal
6640
+ */
6641
+ export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (obj: S3DataRepositoryConfiguration) => any;
6642
+ /**
6643
+ * @internal
6644
+ */
6645
+ export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (obj: CreateDataRepositoryAssociationRequest) => any;
6646
+ /**
6647
+ * @internal
6648
+ */
6649
+ export declare const DataRepositoryAssociationFilterSensitiveLog: (obj: DataRepositoryAssociation) => any;
6650
+ /**
6651
+ * @internal
6652
+ */
6653
+ export declare const CreateDataRepositoryAssociationResponseFilterSensitiveLog: (obj: CreateDataRepositoryAssociationResponse) => any;
6654
+ /**
6655
+ * @internal
6656
+ */
6657
+ export declare const CompletionReportFilterSensitiveLog: (obj: CompletionReport) => any;
6658
+ /**
6659
+ * @internal
6660
+ */
6661
+ export declare const CreateDataRepositoryTaskRequestFilterSensitiveLog: (obj: CreateDataRepositoryTaskRequest) => any;
6662
+ /**
6663
+ * @internal
6664
+ */
6665
+ export declare const DataRepositoryTaskFailureDetailsFilterSensitiveLog: (obj: DataRepositoryTaskFailureDetails) => any;
6666
+ /**
6667
+ * @internal
6668
+ */
6669
+ export declare const DataRepositoryTaskStatusFilterSensitiveLog: (obj: DataRepositoryTaskStatus) => any;
6670
+ /**
6671
+ * @internal
6672
+ */
6673
+ export declare const DataRepositoryTaskFilterSensitiveLog: (obj: DataRepositoryTask) => any;
6674
+ /**
6675
+ * @internal
6676
+ */
6677
+ export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (obj: CreateDataRepositoryTaskResponse) => any;
6678
+ /**
6679
+ * @internal
6680
+ */
6681
+ export declare const LustreLogCreateConfigurationFilterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
6682
+ /**
6683
+ * @internal
6684
+ */
6685
+ export declare const CreateFileSystemLustreConfigurationFilterSensitiveLog: (obj: CreateFileSystemLustreConfiguration) => any;
6686
+ /**
6687
+ * @internal
6688
+ */
6689
+ export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
6690
+ /**
6691
+ * @internal
6692
+ */
6693
+ export declare const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
6694
+ /**
6695
+ * @internal
6696
+ */
6697
+ export declare const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
6698
+ /**
6699
+ * @internal
6700
+ */
6701
+ export declare const WindowsAuditLogCreateConfigurationFilterSensitiveLog: (obj: WindowsAuditLogCreateConfiguration) => any;
6702
+ /**
6703
+ * @internal
6704
+ */
6705
+ export declare const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: (obj: SelfManagedActiveDirectoryConfiguration) => any;
6706
+ /**
6707
+ * @internal
6708
+ */
6709
+ export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (obj: CreateFileSystemWindowsConfiguration) => any;
6710
+ /**
6711
+ * @internal
6712
+ */
6713
+ export declare const CreateFileSystemRequestFilterSensitiveLog: (obj: CreateFileSystemRequest) => any;
6714
+ /**
6715
+ * @internal
6716
+ */
6717
+ export declare const CreateFileSystemFromBackupRequestFilterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
6718
+ /**
6719
+ * @internal
6720
+ */
6721
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
6722
+ /**
6723
+ * @internal
6724
+ */
6725
+ export declare const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: CreateSvmActiveDirectoryConfiguration) => any;
6726
+ /**
6727
+ * @internal
6728
+ */
6729
+ export declare const CreateStorageVirtualMachineRequestFilterSensitiveLog: (obj: CreateStorageVirtualMachineRequest) => any;
6730
+ /**
6731
+ * @internal
6732
+ */
6733
+ export declare const SvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: SvmActiveDirectoryConfiguration) => any;
6734
+ /**
6735
+ * @internal
6736
+ */
6737
+ export declare const SvmEndpointFilterSensitiveLog: (obj: SvmEndpoint) => any;
6738
+ /**
6739
+ * @internal
6740
+ */
6741
+ export declare const SvmEndpointsFilterSensitiveLog: (obj: SvmEndpoints) => any;
6742
+ /**
6743
+ * @internal
6744
+ */
6745
+ export declare const StorageVirtualMachineFilterSensitiveLog: (obj: StorageVirtualMachine) => any;
6746
+ /**
6747
+ * @internal
6748
+ */
6749
+ export declare const CreateStorageVirtualMachineResponseFilterSensitiveLog: (obj: CreateStorageVirtualMachineResponse) => any;
6750
+ /**
6751
+ * @internal
6752
+ */
6753
+ export declare const CreateOntapVolumeConfigurationFilterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
6754
+ /**
6755
+ * @internal
6756
+ */
6757
+ export declare const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
6758
+ /**
6759
+ * @internal
6760
+ */
6761
+ export declare const CreateOpenZFSVolumeConfigurationFilterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
6762
+ /**
6763
+ * @internal
6764
+ */
6765
+ export declare const CreateVolumeRequestFilterSensitiveLog: (obj: CreateVolumeRequest) => any;
6766
+ /**
6767
+ * @internal
6768
+ */
6769
+ export declare const CreateVolumeFromBackupRequestFilterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
6770
+ /**
6771
+ * @internal
6772
+ */
6773
+ export declare const DeleteBackupRequestFilterSensitiveLog: (obj: DeleteBackupRequest) => any;
6774
+ /**
6775
+ * @internal
6776
+ */
6777
+ export declare const DeleteBackupResponseFilterSensitiveLog: (obj: DeleteBackupResponse) => any;
6778
+ /**
6779
+ * @internal
6780
+ */
6781
+ export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
6782
+ /**
6783
+ * @internal
6784
+ */
6785
+ export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
6786
+ /**
6787
+ * @internal
6788
+ */
6789
+ export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
6790
+ /**
6791
+ * @internal
6792
+ */
6793
+ export declare const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
6794
+ /**
6795
+ * @internal
6796
+ */
6797
+ export declare const DeleteFileSystemWindowsConfigurationFilterSensitiveLog: (obj: DeleteFileSystemWindowsConfiguration) => any;
6798
+ /**
6799
+ * @internal
6800
+ */
6801
+ export declare const DeleteFileSystemRequestFilterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
6802
+ /**
6803
+ * @internal
6804
+ */
6805
+ export declare const DeleteFileSystemLustreResponseFilterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
6806
+ /**
6807
+ * @internal
6808
+ */
6809
+ export declare const DeleteFileSystemOpenZFSResponseFilterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
6810
+ /**
6811
+ * @internal
6812
+ */
6813
+ export declare const DeleteFileSystemWindowsResponseFilterSensitiveLog: (obj: DeleteFileSystemWindowsResponse) => any;
6814
+ /**
6815
+ * @internal
6816
+ */
6817
+ export declare const DeleteFileSystemResponseFilterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
6818
+ /**
6819
+ * @internal
6820
+ */
6821
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
6822
+ /**
6823
+ * @internal
6824
+ */
6825
+ export declare const DeleteSnapshotResponseFilterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
6826
+ /**
6827
+ * @internal
6828
+ */
6829
+ export declare const DeleteStorageVirtualMachineRequestFilterSensitiveLog: (obj: DeleteStorageVirtualMachineRequest) => any;
6830
+ /**
6831
+ * @internal
6832
+ */
6833
+ export declare const DeleteStorageVirtualMachineResponseFilterSensitiveLog: (obj: DeleteStorageVirtualMachineResponse) => any;
6834
+ /**
6835
+ * @internal
6836
+ */
6837
+ export declare const DeleteVolumeOntapConfigurationFilterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
6838
+ /**
6839
+ * @internal
6840
+ */
6841
+ export declare const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
6842
+ /**
6843
+ * @internal
6844
+ */
6845
+ export declare const DeleteVolumeRequestFilterSensitiveLog: (obj: DeleteVolumeRequest) => any;
6846
+ /**
6847
+ * @internal
6848
+ */
6849
+ export declare const DeleteVolumeOntapResponseFilterSensitiveLog: (obj: DeleteVolumeOntapResponse) => any;
6850
+ /**
6851
+ * @internal
6852
+ */
6853
+ export declare const DeleteVolumeResponseFilterSensitiveLog: (obj: DeleteVolumeResponse) => any;
6854
+ /**
6855
+ * @internal
6856
+ */
6857
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
6858
+ /**
6859
+ * @internal
6860
+ */
6861
+ export declare const DescribeBackupsRequestFilterSensitiveLog: (obj: DescribeBackupsRequest) => any;
6862
+ /**
6863
+ * @internal
6864
+ */
6865
+ export declare const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
6866
+ /**
6867
+ * @internal
6868
+ */
6869
+ export declare const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
6870
+ /**
6871
+ * @internal
6872
+ */
6873
+ export declare const DataRepositoryTaskFilterFilterSensitiveLog: (obj: DataRepositoryTaskFilter) => any;
6874
+ /**
6875
+ * @internal
6876
+ */
6877
+ export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (obj: DescribeDataRepositoryTasksRequest) => any;
6878
+ /**
6879
+ * @internal
6880
+ */
6881
+ export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (obj: DescribeDataRepositoryTasksResponse) => any;
6882
+ /**
6883
+ * @internal
6884
+ */
6885
+ export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (obj: DescribeFileSystemAliasesRequest) => any;
6886
+ /**
6887
+ * @internal
6888
+ */
6889
+ export declare const DescribeFileSystemAliasesResponseFilterSensitiveLog: (obj: DescribeFileSystemAliasesResponse) => any;
6890
+ /**
6891
+ * @internal
6892
+ */
6893
+ export declare const DescribeFileSystemsRequestFilterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
6894
+ /**
6895
+ * @internal
6896
+ */
6897
+ export declare const SnapshotFilterFilterSensitiveLog: (obj: SnapshotFilter) => any;
6898
+ /**
6899
+ * @internal
6900
+ */
6901
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
6902
+ /**
6903
+ * @internal
6904
+ */
6905
+ export declare const StorageVirtualMachineFilterFilterSensitiveLog: (obj: StorageVirtualMachineFilter) => any;
6906
+ /**
6907
+ * @internal
6908
+ */
6909
+ export declare const DescribeStorageVirtualMachinesRequestFilterSensitiveLog: (obj: DescribeStorageVirtualMachinesRequest) => any;
6910
+ /**
6911
+ * @internal
6912
+ */
6913
+ export declare const DescribeStorageVirtualMachinesResponseFilterSensitiveLog: (obj: DescribeStorageVirtualMachinesResponse) => any;
6914
+ /**
6915
+ * @internal
6916
+ */
6917
+ export declare const VolumeFilterFilterSensitiveLog: (obj: VolumeFilter) => any;
6918
+ /**
6919
+ * @internal
6920
+ */
6921
+ export declare const DescribeVolumesRequestFilterSensitiveLog: (obj: DescribeVolumesRequest) => any;
6922
+ /**
6923
+ * @internal
6924
+ */
6925
+ export declare const DisassociateFileSystemAliasesRequestFilterSensitiveLog: (obj: DisassociateFileSystemAliasesRequest) => any;
6926
+ /**
6927
+ * @internal
6928
+ */
6929
+ export declare const DisassociateFileSystemAliasesResponseFilterSensitiveLog: (obj: DisassociateFileSystemAliasesResponse) => any;
6930
+ /**
6931
+ * @internal
6932
+ */
6933
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6934
+ /**
6935
+ * @internal
6936
+ */
6937
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6938
+ /**
6939
+ * @internal
6940
+ */
6941
+ export declare const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
6942
+ /**
6943
+ * @internal
6944
+ */
6945
+ export declare const RestoreVolumeFromSnapshotRequestFilterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
6946
+ /**
6947
+ * @internal
6948
+ */
6949
+ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
6950
+ /**
6951
+ * @internal
6952
+ */
6953
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
6954
+ /**
6955
+ * @internal
6956
+ */
6957
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
6958
+ /**
6959
+ * @internal
6960
+ */
6961
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
6962
+ /**
6963
+ * @internal
6964
+ */
6965
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
6966
+ /**
6967
+ * @internal
6968
+ */
6969
+ export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
6970
+ /**
6971
+ * @internal
6972
+ */
6973
+ export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
6974
+ /**
6975
+ * @internal
6976
+ */
6977
+ export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (obj: UpdateFileSystemLustreConfiguration) => any;
6978
+ /**
6979
+ * @internal
6980
+ */
6981
+ export declare const UpdateFileSystemOntapConfigurationFilterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
6982
+ /**
6983
+ * @internal
6984
+ */
6985
+ export declare const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
6986
+ /**
6987
+ * @internal
6988
+ */
6989
+ export declare const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: (obj: SelfManagedActiveDirectoryConfigurationUpdates) => any;
6990
+ /**
6991
+ * @internal
6992
+ */
6993
+ export declare const UpdateFileSystemWindowsConfigurationFilterSensitiveLog: (obj: UpdateFileSystemWindowsConfiguration) => any;
6994
+ /**
6995
+ * @internal
6996
+ */
6997
+ export declare const UpdateFileSystemRequestFilterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
6998
+ /**
6999
+ * @internal
7000
+ */
7001
+ export declare const UpdateSnapshotRequestFilterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
7002
+ /**
7003
+ * @internal
7004
+ */
7005
+ export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: UpdateSvmActiveDirectoryConfiguration) => any;
7006
+ /**
7007
+ * @internal
7008
+ */
7009
+ export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (obj: UpdateStorageVirtualMachineRequest) => any;
7010
+ /**
7011
+ * @internal
7012
+ */
7013
+ export declare const UpdateStorageVirtualMachineResponseFilterSensitiveLog: (obj: UpdateStorageVirtualMachineResponse) => any;
7014
+ /**
7015
+ * @internal
7016
+ */
7017
+ export declare const UpdateOntapVolumeConfigurationFilterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
7018
+ /**
7019
+ * @internal
7020
+ */
7021
+ export declare const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
7022
+ /**
7023
+ * @internal
7024
+ */
7025
+ export declare const UpdateVolumeRequestFilterSensitiveLog: (obj: UpdateVolumeRequest) => any;
7026
+ /**
7027
+ * @internal
7028
+ */
7029
+ export declare const AdministrativeActionFilterSensitiveLog: (obj: AdministrativeAction) => any;
7030
+ /**
7031
+ * @internal
7032
+ */
7033
+ export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
7034
+ /**
7035
+ * @internal
7036
+ */
7037
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
7038
+ /**
7039
+ * @internal
7040
+ */
7041
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
7042
+ /**
7043
+ * @internal
7044
+ */
7045
+ export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (obj: CreateFileSystemFromBackupResponse) => any;
7046
+ /**
7047
+ * @internal
7048
+ */
7049
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (obj: CreateFileSystemResponse) => any;
7050
+ /**
7051
+ * @internal
7052
+ */
7053
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (obj: CreateSnapshotResponse) => any;
7054
+ /**
7055
+ * @internal
7056
+ */
7057
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
7058
+ /**
7059
+ * @internal
7060
+ */
7061
+ export declare const CreateVolumeResponseFilterSensitiveLog: (obj: CreateVolumeResponse) => any;
7062
+ /**
7063
+ * @internal
7064
+ */
7065
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
7066
+ /**
7067
+ * @internal
7068
+ */
7069
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
7070
+ /**
7071
+ * @internal
7072
+ */
7073
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
7074
+ /**
7075
+ * @internal
7076
+ */
7077
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (obj: UpdateVolumeResponse) => any;
7078
+ /**
7079
+ * @internal
7080
+ */
7081
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
7082
+ /**
7083
+ * @internal
7084
+ */
7085
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
7086
+ /**
7087
+ * @internal
7088
+ */
7089
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (obj: DescribeVolumesResponse) => any;
7090
+ /**
7091
+ * @internal
7092
+ */
7093
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
7094
+ /**
7095
+ * @internal
7096
+ */
7097
+ export declare const CopyBackupResponseFilterSensitiveLog: (obj: CopyBackupResponse) => any;
7098
+ /**
7099
+ * @internal
7100
+ */
7101
+ export declare const CreateBackupResponseFilterSensitiveLog: (obj: CreateBackupResponse) => any;
7102
+ /**
7103
+ * @internal
7104
+ */
7105
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (obj: DescribeBackupsResponse) => any;