@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
@@ -9,10 +9,6 @@ export interface ActiveDirectoryBackupAttributes {
9
9
 
10
10
  ResourceARN?: string;
11
11
  }
12
- export declare namespace ActiveDirectoryBackupAttributes {
13
-
14
- const filterSensitiveLog: (obj: ActiveDirectoryBackupAttributes) => any;
15
- }
16
12
  export declare enum ActiveDirectoryErrorType {
17
13
  DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
18
14
  INCOMPATIBLE_DOMAIN_MODE = "INCOMPATIBLE_DOMAIN_MODE",
@@ -46,10 +42,6 @@ export interface AdministrativeActionFailureDetails {
46
42
 
47
43
  Message?: string;
48
44
  }
49
- export declare namespace AdministrativeActionFailureDetails {
50
-
51
- const filterSensitiveLog: (obj: AdministrativeActionFailureDetails) => any;
52
- }
53
45
  export declare enum Status {
54
46
  COMPLETED = "COMPLETED",
55
47
  FAILED = "FAILED",
@@ -62,10 +54,6 @@ export interface FileSystemFailureDetails {
62
54
 
63
55
  Message?: string;
64
56
  }
65
- export declare namespace FileSystemFailureDetails {
66
-
67
- const filterSensitiveLog: (obj: FileSystemFailureDetails) => any;
68
- }
69
57
  export declare enum FileSystemType {
70
58
  LUSTRE = "LUSTRE",
71
59
  ONTAP = "ONTAP",
@@ -96,10 +84,6 @@ export interface DataRepositoryFailureDetails {
96
84
 
97
85
  Message?: string;
98
86
  }
99
- export declare namespace DataRepositoryFailureDetails {
100
-
101
- const filterSensitiveLog: (obj: DataRepositoryFailureDetails) => any;
102
- }
103
87
  export declare enum DataRepositoryLifecycle {
104
88
  AVAILABLE = "AVAILABLE",
105
89
  CREATING = "CREATING",
@@ -123,10 +107,6 @@ export interface DataRepositoryConfiguration {
123
107
 
124
108
  FailureDetails?: DataRepositoryFailureDetails;
125
109
  }
126
- export declare namespace DataRepositoryConfiguration {
127
-
128
- const filterSensitiveLog: (obj: DataRepositoryConfiguration) => any;
129
- }
130
110
  export declare enum LustreDeploymentType {
131
111
  PERSISTENT_1 = "PERSISTENT_1",
132
112
  PERSISTENT_2 = "PERSISTENT_2",
@@ -150,10 +130,6 @@ export interface LustreLogConfiguration {
150
130
 
151
131
  Destination?: string;
152
132
  }
153
- export declare namespace LustreLogConfiguration {
154
-
155
- const filterSensitiveLog: (obj: LustreLogConfiguration) => any;
156
- }
157
133
 
158
134
  export interface LustreRootSquashConfiguration {
159
135
 
@@ -161,10 +137,6 @@ export interface LustreRootSquashConfiguration {
161
137
 
162
138
  NoSquashNids?: string[];
163
139
  }
164
- export declare namespace LustreRootSquashConfiguration {
165
-
166
- const filterSensitiveLog: (obj: LustreRootSquashConfiguration) => any;
167
- }
168
140
 
169
141
  export interface LustreFileSystemConfiguration {
170
142
 
@@ -192,10 +164,6 @@ export interface LustreFileSystemConfiguration {
192
164
 
193
165
  RootSquashConfiguration?: LustreRootSquashConfiguration;
194
166
  }
195
- export declare namespace LustreFileSystemConfiguration {
196
-
197
- const filterSensitiveLog: (obj: LustreFileSystemConfiguration) => any;
198
- }
199
167
  export declare enum OntapDeploymentType {
200
168
  MULTI_AZ_1 = "MULTI_AZ_1",
201
169
  SINGLE_AZ_1 = "SINGLE_AZ_1"
@@ -211,10 +179,6 @@ export interface DiskIopsConfiguration {
211
179
 
212
180
  Iops?: number;
213
181
  }
214
- export declare namespace DiskIopsConfiguration {
215
-
216
- const filterSensitiveLog: (obj: DiskIopsConfiguration) => any;
217
- }
218
182
 
219
183
  export interface FileSystemEndpoint {
220
184
 
@@ -222,10 +186,6 @@ export interface FileSystemEndpoint {
222
186
 
223
187
  IpAddresses?: string[];
224
188
  }
225
- export declare namespace FileSystemEndpoint {
226
-
227
- const filterSensitiveLog: (obj: FileSystemEndpoint) => any;
228
- }
229
189
 
230
190
  export interface FileSystemEndpoints {
231
191
 
@@ -233,10 +193,6 @@ export interface FileSystemEndpoints {
233
193
 
234
194
  Management?: FileSystemEndpoint;
235
195
  }
236
- export declare namespace FileSystemEndpoints {
237
-
238
- const filterSensitiveLog: (obj: FileSystemEndpoints) => any;
239
- }
240
196
 
241
197
  export interface OntapFileSystemConfiguration {
242
198
 
@@ -260,10 +216,6 @@ export interface OntapFileSystemConfiguration {
260
216
 
261
217
  WeeklyMaintenanceStartTime?: string;
262
218
  }
263
- export declare namespace OntapFileSystemConfiguration {
264
-
265
- const filterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
266
- }
267
219
  export declare enum OpenZFSDeploymentType {
268
220
  SINGLE_AZ_1 = "SINGLE_AZ_1"
269
221
  }
@@ -288,10 +240,6 @@ export interface OpenZFSFileSystemConfiguration {
288
240
 
289
241
  RootVolumeId?: string;
290
242
  }
291
- export declare namespace OpenZFSFileSystemConfiguration {
292
-
293
- const filterSensitiveLog: (obj: OpenZFSFileSystemConfiguration) => any;
294
- }
295
243
  export declare enum StorageType {
296
244
  HDD = "HDD",
297
245
  SSD = "SSD"
@@ -303,10 +251,6 @@ export interface Tag {
303
251
 
304
252
  Value: string | undefined;
305
253
  }
306
- export declare namespace Tag {
307
-
308
- const filterSensitiveLog: (obj: Tag) => any;
309
- }
310
254
  export declare enum AliasLifecycle {
311
255
  AVAILABLE = "AVAILABLE",
312
256
  CREATE_FAILED = "CREATE_FAILED",
@@ -321,10 +265,6 @@ export interface Alias {
321
265
 
322
266
  Lifecycle?: AliasLifecycle | string;
323
267
  }
324
- export declare namespace Alias {
325
-
326
- const filterSensitiveLog: (obj: Alias) => any;
327
- }
328
268
  export declare enum WindowsAccessAuditLogLevel {
329
269
  DISABLED = "DISABLED",
330
270
  FAILURE_ONLY = "FAILURE_ONLY",
@@ -340,10 +280,6 @@ export interface WindowsAuditLogConfiguration {
340
280
 
341
281
  AuditLogDestination?: string;
342
282
  }
343
- export declare namespace WindowsAuditLogConfiguration {
344
-
345
- const filterSensitiveLog: (obj: WindowsAuditLogConfiguration) => any;
346
- }
347
283
  export declare enum WindowsDeploymentType {
348
284
  MULTI_AZ_1 = "MULTI_AZ_1",
349
285
  SINGLE_AZ_1 = "SINGLE_AZ_1",
@@ -366,10 +302,6 @@ export interface SelfManagedActiveDirectoryAttributes {
366
302
 
367
303
  DnsIps?: string[];
368
304
  }
369
- export declare namespace SelfManagedActiveDirectoryAttributes {
370
-
371
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryAttributes) => any;
372
- }
373
305
 
374
306
  export interface WindowsFileSystemConfiguration {
375
307
 
@@ -401,10 +333,6 @@ export interface WindowsFileSystemConfiguration {
401
333
 
402
334
  AuditLogConfiguration?: WindowsAuditLogConfiguration;
403
335
  }
404
- export declare namespace WindowsFileSystemConfiguration {
405
-
406
- const filterSensitiveLog: (obj: WindowsFileSystemConfiguration) => any;
407
- }
408
336
  export declare enum SnapshotLifecycle {
409
337
  AVAILABLE = "AVAILABLE",
410
338
  CREATING = "CREATING",
@@ -416,10 +344,6 @@ export interface LifecycleTransitionReason {
416
344
 
417
345
  Message?: string;
418
346
  }
419
- export declare namespace LifecycleTransitionReason {
420
-
421
- const filterSensitiveLog: (obj: LifecycleTransitionReason) => any;
422
- }
423
347
  export declare enum VolumeLifecycle {
424
348
  AVAILABLE = "AVAILABLE",
425
349
  CREATED = "CREATED",
@@ -457,10 +381,6 @@ export interface TieringPolicy {
457
381
 
458
382
  Name?: TieringPolicyName | string;
459
383
  }
460
- export declare namespace TieringPolicy {
461
-
462
- const filterSensitiveLog: (obj: TieringPolicy) => any;
463
- }
464
384
 
465
385
  export interface OntapVolumeConfiguration {
466
386
 
@@ -484,10 +404,6 @@ export interface OntapVolumeConfiguration {
484
404
 
485
405
  OntapVolumeType?: OntapVolumeType | string;
486
406
  }
487
- export declare namespace OntapVolumeConfiguration {
488
-
489
- const filterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
490
- }
491
407
  export declare enum OpenZFSDataCompressionType {
492
408
  LZ4 = "LZ4",
493
409
  NONE = "NONE",
@@ -500,19 +416,11 @@ export interface OpenZFSClientConfiguration {
500
416
 
501
417
  Options: string[] | undefined;
502
418
  }
503
- export declare namespace OpenZFSClientConfiguration {
504
-
505
- const filterSensitiveLog: (obj: OpenZFSClientConfiguration) => any;
506
- }
507
419
 
508
420
  export interface OpenZFSNfsExport {
509
421
 
510
422
  ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
511
423
  }
512
- export declare namespace OpenZFSNfsExport {
513
-
514
- const filterSensitiveLog: (obj: OpenZFSNfsExport) => any;
515
- }
516
424
  export declare enum OpenZFSCopyStrategy {
517
425
  CLONE = "CLONE",
518
426
  FULL_COPY = "FULL_COPY"
@@ -524,10 +432,6 @@ export interface OpenZFSOriginSnapshotConfiguration {
524
432
 
525
433
  CopyStrategy?: OpenZFSCopyStrategy | string;
526
434
  }
527
- export declare namespace OpenZFSOriginSnapshotConfiguration {
528
-
529
- const filterSensitiveLog: (obj: OpenZFSOriginSnapshotConfiguration) => any;
530
- }
531
435
  export declare enum OpenZFSQuotaType {
532
436
  GROUP = "GROUP",
533
437
  USER = "USER"
@@ -541,10 +445,6 @@ export interface OpenZFSUserOrGroupQuota {
541
445
 
542
446
  StorageCapacityQuotaGiB: number | undefined;
543
447
  }
544
- export declare namespace OpenZFSUserOrGroupQuota {
545
-
546
- const filterSensitiveLog: (obj: OpenZFSUserOrGroupQuota) => any;
547
- }
548
448
 
549
449
  export interface OpenZFSVolumeConfiguration {
550
450
 
@@ -570,10 +470,6 @@ export interface OpenZFSVolumeConfiguration {
570
470
 
571
471
  UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
572
472
  }
573
- export declare namespace OpenZFSVolumeConfiguration {
574
-
575
- const filterSensitiveLog: (obj: OpenZFSVolumeConfiguration) => any;
576
- }
577
473
  export declare enum VolumeType {
578
474
  ONTAP = "ONTAP",
579
475
  OPENZFS = "OPENZFS"
@@ -587,19 +483,11 @@ export interface AssociateFileSystemAliasesRequest {
587
483
 
588
484
  Aliases: string[] | undefined;
589
485
  }
590
- export declare namespace AssociateFileSystemAliasesRequest {
591
-
592
- const filterSensitiveLog: (obj: AssociateFileSystemAliasesRequest) => any;
593
- }
594
486
 
595
487
  export interface AssociateFileSystemAliasesResponse {
596
488
 
597
489
  Aliases?: Alias[];
598
490
  }
599
- export declare namespace AssociateFileSystemAliasesResponse {
600
-
601
- const filterSensitiveLog: (obj: AssociateFileSystemAliasesResponse) => any;
602
- }
603
491
 
604
492
  export declare class BadRequest extends __BaseException {
605
493
  readonly name: "BadRequest";
@@ -637,28 +525,16 @@ export interface AutoExportPolicy {
637
525
 
638
526
  Events?: (EventType | string)[];
639
527
  }
640
- export declare namespace AutoExportPolicy {
641
-
642
- const filterSensitiveLog: (obj: AutoExportPolicy) => any;
643
- }
644
528
 
645
529
  export interface AutoImportPolicy {
646
530
 
647
531
  Events?: (EventType | string)[];
648
532
  }
649
- export declare namespace AutoImportPolicy {
650
-
651
- const filterSensitiveLog: (obj: AutoImportPolicy) => any;
652
- }
653
533
 
654
534
  export interface CancelDataRepositoryTaskRequest {
655
535
 
656
536
  TaskId: string | undefined;
657
537
  }
658
- export declare namespace CancelDataRepositoryTaskRequest {
659
-
660
- const filterSensitiveLog: (obj: CancelDataRepositoryTaskRequest) => any;
661
- }
662
538
  export declare enum DataRepositoryTaskLifecycle {
663
539
  CANCELED = "CANCELED",
664
540
  CANCELING = "CANCELING",
@@ -673,10 +549,6 @@ export interface CancelDataRepositoryTaskResponse {
673
549
 
674
550
  TaskId?: string;
675
551
  }
676
- export declare namespace CancelDataRepositoryTaskResponse {
677
-
678
- const filterSensitiveLog: (obj: CancelDataRepositoryTaskResponse) => any;
679
- }
680
552
 
681
553
  export declare class DataRepositoryTaskEnded extends __BaseException {
682
554
  readonly name: "DataRepositoryTaskEnded";
@@ -727,19 +599,11 @@ export interface CopyBackupRequest {
727
599
 
728
600
  Tags?: Tag[];
729
601
  }
730
- export declare namespace CopyBackupRequest {
731
-
732
- const filterSensitiveLog: (obj: CopyBackupRequest) => any;
733
- }
734
602
 
735
603
  export interface BackupFailureDetails {
736
604
 
737
605
  Message?: string;
738
606
  }
739
- export declare namespace BackupFailureDetails {
740
-
741
- const filterSensitiveLog: (obj: BackupFailureDetails) => any;
742
- }
743
607
  export declare enum BackupLifecycle {
744
608
  AVAILABLE = "AVAILABLE",
745
609
  COPYING = "COPYING",
@@ -858,10 +722,6 @@ export interface CreateBackupRequest {
858
722
 
859
723
  VolumeId?: string;
860
724
  }
861
- export declare namespace CreateBackupRequest {
862
-
863
- const filterSensitiveLog: (obj: CreateBackupRequest) => any;
864
- }
865
725
 
866
726
  export declare class VolumeNotFound extends __BaseException {
867
727
  readonly name: "VolumeNotFound";
@@ -878,10 +738,6 @@ export interface S3DataRepositoryConfiguration {
878
738
 
879
739
  AutoExportPolicy?: AutoExportPolicy;
880
740
  }
881
- export declare namespace S3DataRepositoryConfiguration {
882
-
883
- const filterSensitiveLog: (obj: S3DataRepositoryConfiguration) => any;
884
- }
885
741
  export interface CreateDataRepositoryAssociationRequest {
886
742
 
887
743
  FileSystemId: string | undefined;
@@ -900,10 +756,6 @@ export interface CreateDataRepositoryAssociationRequest {
900
756
 
901
757
  Tags?: Tag[];
902
758
  }
903
- export declare namespace CreateDataRepositoryAssociationRequest {
904
-
905
- const filterSensitiveLog: (obj: CreateDataRepositoryAssociationRequest) => any;
906
- }
907
759
 
908
760
  export interface DataRepositoryAssociation {
909
761
 
@@ -931,18 +783,10 @@ export interface DataRepositoryAssociation {
931
783
 
932
784
  CreationTime?: Date;
933
785
  }
934
- export declare namespace DataRepositoryAssociation {
935
-
936
- const filterSensitiveLog: (obj: DataRepositoryAssociation) => any;
937
- }
938
786
  export interface CreateDataRepositoryAssociationResponse {
939
787
 
940
788
  Association?: DataRepositoryAssociation;
941
789
  }
942
- export declare namespace CreateDataRepositoryAssociationResponse {
943
-
944
- const filterSensitiveLog: (obj: CreateDataRepositoryAssociationResponse) => any;
945
- }
946
790
  export declare enum ReportFormat {
947
791
  REPORT_CSV_20191124 = "REPORT_CSV_20191124"
948
792
  }
@@ -960,10 +804,6 @@ export interface CompletionReport {
960
804
 
961
805
  Scope?: ReportScope | string;
962
806
  }
963
- export declare namespace CompletionReport {
964
-
965
- const filterSensitiveLog: (obj: CompletionReport) => any;
966
- }
967
807
  export declare enum DataRepositoryTaskType {
968
808
  EXPORT = "EXPORT_TO_REPOSITORY",
969
809
  IMPORT = "IMPORT_METADATA_FROM_REPOSITORY"
@@ -982,19 +822,11 @@ export interface CreateDataRepositoryTaskRequest {
982
822
 
983
823
  Tags?: Tag[];
984
824
  }
985
- export declare namespace CreateDataRepositoryTaskRequest {
986
-
987
- const filterSensitiveLog: (obj: CreateDataRepositoryTaskRequest) => any;
988
- }
989
825
 
990
826
  export interface DataRepositoryTaskFailureDetails {
991
827
 
992
828
  Message?: string;
993
829
  }
994
- export declare namespace DataRepositoryTaskFailureDetails {
995
-
996
- const filterSensitiveLog: (obj: DataRepositoryTaskFailureDetails) => any;
997
- }
998
830
 
999
831
  export interface DataRepositoryTaskStatus {
1000
832
 
@@ -1006,10 +838,6 @@ export interface DataRepositoryTaskStatus {
1006
838
 
1007
839
  LastUpdatedTime?: Date;
1008
840
  }
1009
- export declare namespace DataRepositoryTaskStatus {
1010
-
1011
- const filterSensitiveLog: (obj: DataRepositoryTaskStatus) => any;
1012
- }
1013
841
 
1014
842
  export interface DataRepositoryTask {
1015
843
 
@@ -1039,18 +867,10 @@ export interface DataRepositoryTask {
1039
867
 
1040
868
  Report?: CompletionReport;
1041
869
  }
1042
- export declare namespace DataRepositoryTask {
1043
-
1044
- const filterSensitiveLog: (obj: DataRepositoryTask) => any;
1045
- }
1046
870
  export interface CreateDataRepositoryTaskResponse {
1047
871
 
1048
872
  DataRepositoryTask?: DataRepositoryTask;
1049
873
  }
1050
- export declare namespace CreateDataRepositoryTaskResponse {
1051
-
1052
- const filterSensitiveLog: (obj: CreateDataRepositoryTaskResponse) => any;
1053
- }
1054
874
 
1055
875
  export declare class DataRepositoryTaskExecuting extends __BaseException {
1056
876
  readonly name: "DataRepositoryTaskExecuting";
@@ -1067,10 +887,6 @@ export interface LustreLogCreateConfiguration {
1067
887
 
1068
888
  Destination?: string;
1069
889
  }
1070
- export declare namespace LustreLogCreateConfiguration {
1071
-
1072
- const filterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
1073
- }
1074
890
 
1075
891
  export interface CreateFileSystemLustreConfiguration {
1076
892
 
@@ -1102,10 +918,6 @@ export interface CreateFileSystemLustreConfiguration {
1102
918
 
1103
919
  RootSquashConfiguration?: LustreRootSquashConfiguration;
1104
920
  }
1105
- export declare namespace CreateFileSystemLustreConfiguration {
1106
-
1107
- const filterSensitiveLog: (obj: CreateFileSystemLustreConfiguration) => any;
1108
- }
1109
921
 
1110
922
  export interface CreateFileSystemOntapConfiguration {
1111
923
 
@@ -1129,10 +941,6 @@ export interface CreateFileSystemOntapConfiguration {
1129
941
 
1130
942
  WeeklyMaintenanceStartTime?: string;
1131
943
  }
1132
- export declare namespace CreateFileSystemOntapConfiguration {
1133
-
1134
- const filterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
1135
- }
1136
944
 
1137
945
  export interface OpenZFSCreateRootVolumeConfiguration {
1138
946
 
@@ -1148,10 +956,6 @@ export interface OpenZFSCreateRootVolumeConfiguration {
1148
956
 
1149
957
  ReadOnly?: boolean;
1150
958
  }
1151
- export declare namespace OpenZFSCreateRootVolumeConfiguration {
1152
-
1153
- const filterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
1154
- }
1155
959
 
1156
960
  export interface CreateFileSystemOpenZFSConfiguration {
1157
961
 
@@ -1173,10 +977,6 @@ export interface CreateFileSystemOpenZFSConfiguration {
1173
977
 
1174
978
  RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
1175
979
  }
1176
- export declare namespace CreateFileSystemOpenZFSConfiguration {
1177
-
1178
- const filterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
1179
- }
1180
980
 
1181
981
  export interface WindowsAuditLogCreateConfiguration {
1182
982
 
@@ -1186,10 +986,6 @@ export interface WindowsAuditLogCreateConfiguration {
1186
986
 
1187
987
  AuditLogDestination?: string;
1188
988
  }
1189
- export declare namespace WindowsAuditLogCreateConfiguration {
1190
-
1191
- const filterSensitiveLog: (obj: WindowsAuditLogCreateConfiguration) => any;
1192
- }
1193
989
 
1194
990
  export interface SelfManagedActiveDirectoryConfiguration {
1195
991
 
@@ -1205,10 +1001,6 @@ export interface SelfManagedActiveDirectoryConfiguration {
1205
1001
 
1206
1002
  DnsIps: string[] | undefined;
1207
1003
  }
1208
- export declare namespace SelfManagedActiveDirectoryConfiguration {
1209
-
1210
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryConfiguration) => any;
1211
- }
1212
1004
 
1213
1005
  export interface CreateFileSystemWindowsConfiguration {
1214
1006
 
@@ -1234,10 +1026,6 @@ export interface CreateFileSystemWindowsConfiguration {
1234
1026
 
1235
1027
  AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
1236
1028
  }
1237
- export declare namespace CreateFileSystemWindowsConfiguration {
1238
-
1239
- const filterSensitiveLog: (obj: CreateFileSystemWindowsConfiguration) => any;
1240
- }
1241
1029
 
1242
1030
  export interface CreateFileSystemRequest {
1243
1031
 
@@ -1267,10 +1055,6 @@ export interface CreateFileSystemRequest {
1267
1055
 
1268
1056
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1269
1057
  }
1270
- export declare namespace CreateFileSystemRequest {
1271
-
1272
- const filterSensitiveLog: (obj: CreateFileSystemRequest) => any;
1273
- }
1274
1058
 
1275
1059
  export declare class InvalidExportPath extends __BaseException {
1276
1060
  readonly name: "InvalidExportPath";
@@ -1347,10 +1131,6 @@ export interface CreateFileSystemFromBackupRequest {
1347
1131
 
1348
1132
  OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1349
1133
  }
1350
- export declare namespace CreateFileSystemFromBackupRequest {
1351
-
1352
- const filterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
1353
- }
1354
1134
  export interface CreateSnapshotRequest {
1355
1135
 
1356
1136
  ClientRequestToken?: string;
@@ -1361,10 +1141,6 @@ export interface CreateSnapshotRequest {
1361
1141
 
1362
1142
  Tags?: Tag[];
1363
1143
  }
1364
- export declare namespace CreateSnapshotRequest {
1365
-
1366
- const filterSensitiveLog: (obj: CreateSnapshotRequest) => any;
1367
- }
1368
1144
 
1369
1145
  export interface CreateSvmActiveDirectoryConfiguration {
1370
1146
 
@@ -1372,10 +1148,6 @@ export interface CreateSvmActiveDirectoryConfiguration {
1372
1148
 
1373
1149
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
1374
1150
  }
1375
- export declare namespace CreateSvmActiveDirectoryConfiguration {
1376
-
1377
- const filterSensitiveLog: (obj: CreateSvmActiveDirectoryConfiguration) => any;
1378
- }
1379
1151
  export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
1380
1152
  MIXED = "MIXED",
1381
1153
  NTFS = "NTFS",
@@ -1397,10 +1169,6 @@ export interface CreateStorageVirtualMachineRequest {
1397
1169
 
1398
1170
  RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
1399
1171
  }
1400
- export declare namespace CreateStorageVirtualMachineRequest {
1401
-
1402
- const filterSensitiveLog: (obj: CreateStorageVirtualMachineRequest) => any;
1403
- }
1404
1172
 
1405
1173
  export interface SvmActiveDirectoryConfiguration {
1406
1174
 
@@ -1408,10 +1176,6 @@ export interface SvmActiveDirectoryConfiguration {
1408
1176
 
1409
1177
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
1410
1178
  }
1411
- export declare namespace SvmActiveDirectoryConfiguration {
1412
-
1413
- const filterSensitiveLog: (obj: SvmActiveDirectoryConfiguration) => any;
1414
- }
1415
1179
 
1416
1180
  export interface SvmEndpoint {
1417
1181
 
@@ -1419,10 +1183,6 @@ export interface SvmEndpoint {
1419
1183
 
1420
1184
  IpAddresses?: string[];
1421
1185
  }
1422
- export declare namespace SvmEndpoint {
1423
-
1424
- const filterSensitiveLog: (obj: SvmEndpoint) => any;
1425
- }
1426
1186
 
1427
1187
  export interface SvmEndpoints {
1428
1188
 
@@ -1434,10 +1194,6 @@ export interface SvmEndpoints {
1434
1194
 
1435
1195
  Smb?: SvmEndpoint;
1436
1196
  }
1437
- export declare namespace SvmEndpoints {
1438
-
1439
- const filterSensitiveLog: (obj: SvmEndpoints) => any;
1440
- }
1441
1197
  export declare enum StorageVirtualMachineLifecycle {
1442
1198
  CREATED = "CREATED",
1443
1199
  CREATING = "CREATING",
@@ -1481,18 +1237,10 @@ export interface StorageVirtualMachine {
1481
1237
 
1482
1238
  RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
1483
1239
  }
1484
- export declare namespace StorageVirtualMachine {
1485
-
1486
- const filterSensitiveLog: (obj: StorageVirtualMachine) => any;
1487
- }
1488
1240
  export interface CreateStorageVirtualMachineResponse {
1489
1241
 
1490
1242
  StorageVirtualMachine?: StorageVirtualMachine;
1491
1243
  }
1492
- export declare namespace CreateStorageVirtualMachineResponse {
1493
-
1494
- const filterSensitiveLog: (obj: CreateStorageVirtualMachineResponse) => any;
1495
- }
1496
1244
 
1497
1245
  export interface CreateOntapVolumeConfiguration {
1498
1246
 
@@ -1508,10 +1256,6 @@ export interface CreateOntapVolumeConfiguration {
1508
1256
 
1509
1257
  TieringPolicy?: TieringPolicy;
1510
1258
  }
1511
- export declare namespace CreateOntapVolumeConfiguration {
1512
-
1513
- const filterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
1514
- }
1515
1259
 
1516
1260
  export interface CreateOpenZFSOriginSnapshotConfiguration {
1517
1261
 
@@ -1519,10 +1263,6 @@ export interface CreateOpenZFSOriginSnapshotConfiguration {
1519
1263
 
1520
1264
  CopyStrategy: OpenZFSCopyStrategy | string | undefined;
1521
1265
  }
1522
- export declare namespace CreateOpenZFSOriginSnapshotConfiguration {
1523
-
1524
- const filterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
1525
- }
1526
1266
 
1527
1267
  export interface CreateOpenZFSVolumeConfiguration {
1528
1268
 
@@ -1546,10 +1286,6 @@ export interface CreateOpenZFSVolumeConfiguration {
1546
1286
 
1547
1287
  UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1548
1288
  }
1549
- export declare namespace CreateOpenZFSVolumeConfiguration {
1550
-
1551
- const filterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
1552
- }
1553
1289
  export interface CreateVolumeRequest {
1554
1290
 
1555
1291
  ClientRequestToken?: string;
@@ -1564,10 +1300,6 @@ export interface CreateVolumeRequest {
1564
1300
 
1565
1301
  OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
1566
1302
  }
1567
- export declare namespace CreateVolumeRequest {
1568
-
1569
- const filterSensitiveLog: (obj: CreateVolumeRequest) => any;
1570
- }
1571
1303
 
1572
1304
  export declare class MissingVolumeConfiguration extends __BaseException {
1573
1305
  readonly name: "MissingVolumeConfiguration";
@@ -1598,10 +1330,6 @@ export interface CreateVolumeFromBackupRequest {
1598
1330
 
1599
1331
  Tags?: Tag[];
1600
1332
  }
1601
- export declare namespace CreateVolumeFromBackupRequest {
1602
-
1603
- const filterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
1604
- }
1605
1333
 
1606
1334
  export declare class BackupBeingCopied extends __BaseException {
1607
1335
  readonly name: "BackupBeingCopied";
@@ -1631,10 +1359,6 @@ export interface DeleteBackupRequest {
1631
1359
 
1632
1360
  ClientRequestToken?: string;
1633
1361
  }
1634
- export declare namespace DeleteBackupRequest {
1635
-
1636
- const filterSensitiveLog: (obj: DeleteBackupRequest) => any;
1637
- }
1638
1362
 
1639
1363
  export interface DeleteBackupResponse {
1640
1364
 
@@ -1642,10 +1366,6 @@ export interface DeleteBackupResponse {
1642
1366
 
1643
1367
  Lifecycle?: BackupLifecycle | string;
1644
1368
  }
1645
- export declare namespace DeleteBackupResponse {
1646
-
1647
- const filterSensitiveLog: (obj: DeleteBackupResponse) => any;
1648
- }
1649
1369
 
1650
1370
  export declare class DataRepositoryAssociationNotFound extends __BaseException {
1651
1371
  readonly name: "DataRepositoryAssociationNotFound";
@@ -1663,10 +1383,6 @@ export interface DeleteDataRepositoryAssociationRequest {
1663
1383
 
1664
1384
  DeleteDataInFileSystem: boolean | undefined;
1665
1385
  }
1666
- export declare namespace DeleteDataRepositoryAssociationRequest {
1667
-
1668
- const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
1669
- }
1670
1386
  export interface DeleteDataRepositoryAssociationResponse {
1671
1387
 
1672
1388
  AssociationId?: string;
@@ -1675,10 +1391,6 @@ export interface DeleteDataRepositoryAssociationResponse {
1675
1391
 
1676
1392
  DeleteDataInFileSystem?: boolean;
1677
1393
  }
1678
- export declare namespace DeleteDataRepositoryAssociationResponse {
1679
-
1680
- const filterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
1681
- }
1682
1394
 
1683
1395
  export interface DeleteFileSystemLustreConfiguration {
1684
1396
 
@@ -1686,10 +1398,6 @@ export interface DeleteFileSystemLustreConfiguration {
1686
1398
 
1687
1399
  FinalBackupTags?: Tag[];
1688
1400
  }
1689
- export declare namespace DeleteFileSystemLustreConfiguration {
1690
-
1691
- const filterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
1692
- }
1693
1401
  export declare enum DeleteFileSystemOpenZFSOption {
1694
1402
  DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
1695
1403
  }
@@ -1702,10 +1410,6 @@ export interface DeleteFileSystemOpenZFSConfiguration {
1702
1410
 
1703
1411
  Options?: (DeleteFileSystemOpenZFSOption | string)[];
1704
1412
  }
1705
- export declare namespace DeleteFileSystemOpenZFSConfiguration {
1706
-
1707
- const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
1708
- }
1709
1413
 
1710
1414
  export interface DeleteFileSystemWindowsConfiguration {
1711
1415
 
@@ -1713,10 +1417,6 @@ export interface DeleteFileSystemWindowsConfiguration {
1713
1417
 
1714
1418
  FinalBackupTags?: Tag[];
1715
1419
  }
1716
- export declare namespace DeleteFileSystemWindowsConfiguration {
1717
-
1718
- const filterSensitiveLog: (obj: DeleteFileSystemWindowsConfiguration) => any;
1719
- }
1720
1420
 
1721
1421
  export interface DeleteFileSystemRequest {
1722
1422
 
@@ -1730,10 +1430,6 @@ export interface DeleteFileSystemRequest {
1730
1430
 
1731
1431
  OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
1732
1432
  }
1733
- export declare namespace DeleteFileSystemRequest {
1734
-
1735
- const filterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
1736
- }
1737
1433
 
1738
1434
  export interface DeleteFileSystemLustreResponse {
1739
1435
 
@@ -1741,10 +1437,6 @@ export interface DeleteFileSystemLustreResponse {
1741
1437
 
1742
1438
  FinalBackupTags?: Tag[];
1743
1439
  }
1744
- export declare namespace DeleteFileSystemLustreResponse {
1745
-
1746
- const filterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
1747
- }
1748
1440
 
1749
1441
  export interface DeleteFileSystemOpenZFSResponse {
1750
1442
 
@@ -1752,10 +1444,6 @@ export interface DeleteFileSystemOpenZFSResponse {
1752
1444
 
1753
1445
  FinalBackupTags?: Tag[];
1754
1446
  }
1755
- export declare namespace DeleteFileSystemOpenZFSResponse {
1756
-
1757
- const filterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
1758
- }
1759
1447
 
1760
1448
  export interface DeleteFileSystemWindowsResponse {
1761
1449
 
@@ -1763,10 +1451,6 @@ export interface DeleteFileSystemWindowsResponse {
1763
1451
 
1764
1452
  FinalBackupTags?: Tag[];
1765
1453
  }
1766
- export declare namespace DeleteFileSystemWindowsResponse {
1767
-
1768
- const filterSensitiveLog: (obj: DeleteFileSystemWindowsResponse) => any;
1769
- }
1770
1454
 
1771
1455
  export interface DeleteFileSystemResponse {
1772
1456
 
@@ -1780,30 +1464,18 @@ export interface DeleteFileSystemResponse {
1780
1464
 
1781
1465
  OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
1782
1466
  }
1783
- export declare namespace DeleteFileSystemResponse {
1784
-
1785
- const filterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
1786
- }
1787
1467
  export interface DeleteSnapshotRequest {
1788
1468
 
1789
1469
  ClientRequestToken?: string;
1790
1470
 
1791
1471
  SnapshotId: string | undefined;
1792
1472
  }
1793
- export declare namespace DeleteSnapshotRequest {
1794
-
1795
- const filterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
1796
- }
1797
1473
  export interface DeleteSnapshotResponse {
1798
1474
 
1799
1475
  SnapshotId?: string;
1800
1476
 
1801
1477
  Lifecycle?: SnapshotLifecycle | string;
1802
1478
  }
1803
- export declare namespace DeleteSnapshotResponse {
1804
-
1805
- const filterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
1806
- }
1807
1479
 
1808
1480
  export declare class SnapshotNotFound extends __BaseException {
1809
1481
  readonly name: "SnapshotNotFound";
@@ -1819,20 +1491,12 @@ export interface DeleteStorageVirtualMachineRequest {
1819
1491
 
1820
1492
  StorageVirtualMachineId: string | undefined;
1821
1493
  }
1822
- export declare namespace DeleteStorageVirtualMachineRequest {
1823
-
1824
- const filterSensitiveLog: (obj: DeleteStorageVirtualMachineRequest) => any;
1825
- }
1826
1494
  export interface DeleteStorageVirtualMachineResponse {
1827
1495
 
1828
1496
  StorageVirtualMachineId?: string;
1829
1497
 
1830
1498
  Lifecycle?: StorageVirtualMachineLifecycle | string;
1831
1499
  }
1832
- export declare namespace DeleteStorageVirtualMachineResponse {
1833
-
1834
- const filterSensitiveLog: (obj: DeleteStorageVirtualMachineResponse) => any;
1835
- }
1836
1500
 
1837
1501
  export interface DeleteVolumeOntapConfiguration {
1838
1502
 
@@ -1840,10 +1504,6 @@ export interface DeleteVolumeOntapConfiguration {
1840
1504
 
1841
1505
  FinalBackupTags?: Tag[];
1842
1506
  }
1843
- export declare namespace DeleteVolumeOntapConfiguration {
1844
-
1845
- const filterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
1846
- }
1847
1507
  export declare enum DeleteOpenZFSVolumeOption {
1848
1508
  DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
1849
1509
  }
@@ -1852,10 +1512,6 @@ export interface DeleteVolumeOpenZFSConfiguration {
1852
1512
 
1853
1513
  Options?: (DeleteOpenZFSVolumeOption | string)[];
1854
1514
  }
1855
- export declare namespace DeleteVolumeOpenZFSConfiguration {
1856
-
1857
- const filterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
1858
- }
1859
1515
  export interface DeleteVolumeRequest {
1860
1516
 
1861
1517
  ClientRequestToken?: string;
@@ -1866,10 +1522,6 @@ export interface DeleteVolumeRequest {
1866
1522
 
1867
1523
  OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
1868
1524
  }
1869
- export declare namespace DeleteVolumeRequest {
1870
-
1871
- const filterSensitiveLog: (obj: DeleteVolumeRequest) => any;
1872
- }
1873
1525
 
1874
1526
  export interface DeleteVolumeOntapResponse {
1875
1527
 
@@ -1877,10 +1529,6 @@ export interface DeleteVolumeOntapResponse {
1877
1529
 
1878
1530
  FinalBackupTags?: Tag[];
1879
1531
  }
1880
- export declare namespace DeleteVolumeOntapResponse {
1881
-
1882
- const filterSensitiveLog: (obj: DeleteVolumeOntapResponse) => any;
1883
- }
1884
1532
  export interface DeleteVolumeResponse {
1885
1533
 
1886
1534
  VolumeId?: string;
@@ -1889,10 +1537,6 @@ export interface DeleteVolumeResponse {
1889
1537
 
1890
1538
  OntapResponse?: DeleteVolumeOntapResponse;
1891
1539
  }
1892
- export declare namespace DeleteVolumeResponse {
1893
-
1894
- const filterSensitiveLog: (obj: DeleteVolumeResponse) => any;
1895
- }
1896
1540
  export declare enum FilterName {
1897
1541
  BACKUP_TYPE = "backup-type",
1898
1542
  DATA_REPOSITORY_TYPE = "data-repository-type",
@@ -1907,10 +1551,6 @@ export interface Filter {
1907
1551
 
1908
1552
  Values?: string[];
1909
1553
  }
1910
- export declare namespace Filter {
1911
-
1912
- const filterSensitiveLog: (obj: Filter) => any;
1913
- }
1914
1554
 
1915
1555
  export interface DescribeBackupsRequest {
1916
1556
 
@@ -1922,10 +1562,6 @@ export interface DescribeBackupsRequest {
1922
1562
 
1923
1563
  NextToken?: string;
1924
1564
  }
1925
- export declare namespace DescribeBackupsRequest {
1926
-
1927
- const filterSensitiveLog: (obj: DescribeBackupsRequest) => any;
1928
- }
1929
1565
  export interface DescribeDataRepositoryAssociationsRequest {
1930
1566
 
1931
1567
  AssociationIds?: string[];
@@ -1936,20 +1572,12 @@ export interface DescribeDataRepositoryAssociationsRequest {
1936
1572
 
1937
1573
  NextToken?: string;
1938
1574
  }
1939
- export declare namespace DescribeDataRepositoryAssociationsRequest {
1940
-
1941
- const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
1942
- }
1943
1575
  export interface DescribeDataRepositoryAssociationsResponse {
1944
1576
 
1945
1577
  Associations?: DataRepositoryAssociation[];
1946
1578
 
1947
1579
  NextToken?: string;
1948
1580
  }
1949
- export declare namespace DescribeDataRepositoryAssociationsResponse {
1950
-
1951
- const filterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
1952
- }
1953
1581
 
1954
1582
  export declare class InvalidDataRepositoryType extends __BaseException {
1955
1583
  readonly name: "InvalidDataRepositoryType";
@@ -1971,10 +1599,6 @@ export interface DataRepositoryTaskFilter {
1971
1599
 
1972
1600
  Values?: string[];
1973
1601
  }
1974
- export declare namespace DataRepositoryTaskFilter {
1975
-
1976
- const filterSensitiveLog: (obj: DataRepositoryTaskFilter) => any;
1977
- }
1978
1602
  export interface DescribeDataRepositoryTasksRequest {
1979
1603
 
1980
1604
  TaskIds?: string[];
@@ -1985,20 +1609,12 @@ export interface DescribeDataRepositoryTasksRequest {
1985
1609
 
1986
1610
  NextToken?: string;
1987
1611
  }
1988
- export declare namespace DescribeDataRepositoryTasksRequest {
1989
-
1990
- const filterSensitiveLog: (obj: DescribeDataRepositoryTasksRequest) => any;
1991
- }
1992
1612
  export interface DescribeDataRepositoryTasksResponse {
1993
1613
 
1994
1614
  DataRepositoryTasks?: DataRepositoryTask[];
1995
1615
 
1996
1616
  NextToken?: string;
1997
1617
  }
1998
- export declare namespace DescribeDataRepositoryTasksResponse {
1999
-
2000
- const filterSensitiveLog: (obj: DescribeDataRepositoryTasksResponse) => any;
2001
- }
2002
1618
 
2003
1619
  export interface DescribeFileSystemAliasesRequest {
2004
1620
 
@@ -2010,10 +1626,6 @@ export interface DescribeFileSystemAliasesRequest {
2010
1626
 
2011
1627
  NextToken?: string;
2012
1628
  }
2013
- export declare namespace DescribeFileSystemAliasesRequest {
2014
-
2015
- const filterSensitiveLog: (obj: DescribeFileSystemAliasesRequest) => any;
2016
- }
2017
1629
 
2018
1630
  export interface DescribeFileSystemAliasesResponse {
2019
1631
 
@@ -2021,10 +1633,6 @@ export interface DescribeFileSystemAliasesResponse {
2021
1633
 
2022
1634
  NextToken?: string;
2023
1635
  }
2024
- export declare namespace DescribeFileSystemAliasesResponse {
2025
-
2026
- const filterSensitiveLog: (obj: DescribeFileSystemAliasesResponse) => any;
2027
- }
2028
1636
 
2029
1637
  export interface DescribeFileSystemsRequest {
2030
1638
 
@@ -2034,10 +1642,6 @@ export interface DescribeFileSystemsRequest {
2034
1642
 
2035
1643
  NextToken?: string;
2036
1644
  }
2037
- export declare namespace DescribeFileSystemsRequest {
2038
-
2039
- const filterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
2040
- }
2041
1645
  export declare enum SnapshotFilterName {
2042
1646
  FILE_SYSTEM_ID = "file-system-id",
2043
1647
  VOLUME_ID = "volume-id"
@@ -2049,10 +1653,6 @@ export interface SnapshotFilter {
2049
1653
 
2050
1654
  Values?: string[];
2051
1655
  }
2052
- export declare namespace SnapshotFilter {
2053
-
2054
- const filterSensitiveLog: (obj: SnapshotFilter) => any;
2055
- }
2056
1656
  export interface DescribeSnapshotsRequest {
2057
1657
 
2058
1658
  SnapshotIds?: string[];
@@ -2063,10 +1663,6 @@ export interface DescribeSnapshotsRequest {
2063
1663
 
2064
1664
  NextToken?: string;
2065
1665
  }
2066
- export declare namespace DescribeSnapshotsRequest {
2067
-
2068
- const filterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
2069
- }
2070
1666
  export declare enum StorageVirtualMachineFilterName {
2071
1667
  FILE_SYSTEM_ID = "file-system-id"
2072
1668
  }
@@ -2077,10 +1673,6 @@ export interface StorageVirtualMachineFilter {
2077
1673
 
2078
1674
  Values?: string[];
2079
1675
  }
2080
- export declare namespace StorageVirtualMachineFilter {
2081
-
2082
- const filterSensitiveLog: (obj: StorageVirtualMachineFilter) => any;
2083
- }
2084
1676
  export interface DescribeStorageVirtualMachinesRequest {
2085
1677
 
2086
1678
  StorageVirtualMachineIds?: string[];
@@ -2091,20 +1683,12 @@ export interface DescribeStorageVirtualMachinesRequest {
2091
1683
 
2092
1684
  NextToken?: string;
2093
1685
  }
2094
- export declare namespace DescribeStorageVirtualMachinesRequest {
2095
-
2096
- const filterSensitiveLog: (obj: DescribeStorageVirtualMachinesRequest) => any;
2097
- }
2098
1686
  export interface DescribeStorageVirtualMachinesResponse {
2099
1687
 
2100
1688
  StorageVirtualMachines?: StorageVirtualMachine[];
2101
1689
 
2102
1690
  NextToken?: string;
2103
1691
  }
2104
- export declare namespace DescribeStorageVirtualMachinesResponse {
2105
-
2106
- const filterSensitiveLog: (obj: DescribeStorageVirtualMachinesResponse) => any;
2107
- }
2108
1692
  export declare enum VolumeFilterName {
2109
1693
  FILE_SYSTEM_ID = "file-system-id",
2110
1694
  STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id"
@@ -2116,10 +1700,6 @@ export interface VolumeFilter {
2116
1700
 
2117
1701
  Values?: string[];
2118
1702
  }
2119
- export declare namespace VolumeFilter {
2120
-
2121
- const filterSensitiveLog: (obj: VolumeFilter) => any;
2122
- }
2123
1703
  export interface DescribeVolumesRequest {
2124
1704
 
2125
1705
  VolumeIds?: string[];
@@ -2130,10 +1710,6 @@ export interface DescribeVolumesRequest {
2130
1710
 
2131
1711
  NextToken?: string;
2132
1712
  }
2133
- export declare namespace DescribeVolumesRequest {
2134
-
2135
- const filterSensitiveLog: (obj: DescribeVolumesRequest) => any;
2136
- }
2137
1713
 
2138
1714
  export interface DisassociateFileSystemAliasesRequest {
2139
1715
 
@@ -2143,19 +1719,11 @@ export interface DisassociateFileSystemAliasesRequest {
2143
1719
 
2144
1720
  Aliases: string[] | undefined;
2145
1721
  }
2146
- export declare namespace DisassociateFileSystemAliasesRequest {
2147
-
2148
- const filterSensitiveLog: (obj: DisassociateFileSystemAliasesRequest) => any;
2149
- }
2150
1722
 
2151
1723
  export interface DisassociateFileSystemAliasesResponse {
2152
1724
 
2153
1725
  Aliases?: Alias[];
2154
1726
  }
2155
- export declare namespace DisassociateFileSystemAliasesResponse {
2156
-
2157
- const filterSensitiveLog: (obj: DisassociateFileSystemAliasesResponse) => any;
2158
- }
2159
1727
 
2160
1728
  export interface ListTagsForResourceRequest {
2161
1729
 
@@ -2165,10 +1733,6 @@ export interface ListTagsForResourceRequest {
2165
1733
 
2166
1734
  NextToken?: string;
2167
1735
  }
2168
- export declare namespace ListTagsForResourceRequest {
2169
-
2170
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2171
- }
2172
1736
 
2173
1737
  export interface ListTagsForResourceResponse {
2174
1738
 
@@ -2176,10 +1740,6 @@ export interface ListTagsForResourceResponse {
2176
1740
 
2177
1741
  NextToken?: string;
2178
1742
  }
2179
- export declare namespace ListTagsForResourceResponse {
2180
-
2181
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2182
- }
2183
1743
 
2184
1744
  export declare class NotServiceResourceError extends __BaseException {
2185
1745
  readonly name: "NotServiceResourceError";
@@ -2219,10 +1779,6 @@ export interface ReleaseFileSystemNfsV3LocksRequest {
2219
1779
 
2220
1780
  ClientRequestToken?: string;
2221
1781
  }
2222
- export declare namespace ReleaseFileSystemNfsV3LocksRequest {
2223
-
2224
- const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
2225
- }
2226
1782
  export declare enum RestoreOpenZFSVolumeOption {
2227
1783
  DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
2228
1784
  DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS"
@@ -2237,20 +1793,12 @@ export interface RestoreVolumeFromSnapshotRequest {
2237
1793
 
2238
1794
  Options?: (RestoreOpenZFSVolumeOption | string)[];
2239
1795
  }
2240
- export declare namespace RestoreVolumeFromSnapshotRequest {
2241
-
2242
- const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
2243
- }
2244
1796
  export interface RestoreVolumeFromSnapshotResponse {
2245
1797
 
2246
1798
  VolumeId?: string;
2247
1799
 
2248
1800
  Lifecycle?: VolumeLifecycle | string;
2249
1801
  }
2250
- export declare namespace RestoreVolumeFromSnapshotResponse {
2251
-
2252
- const filterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
2253
- }
2254
1802
 
2255
1803
  export interface TagResourceRequest {
2256
1804
 
@@ -2258,17 +1806,9 @@ export interface TagResourceRequest {
2258
1806
 
2259
1807
  Tags: Tag[] | undefined;
2260
1808
  }
2261
- export declare namespace TagResourceRequest {
2262
-
2263
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2264
- }
2265
1809
 
2266
1810
  export interface TagResourceResponse {
2267
1811
  }
2268
- export declare namespace TagResourceResponse {
2269
-
2270
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2271
- }
2272
1812
 
2273
1813
  export interface UntagResourceRequest {
2274
1814
 
@@ -2276,17 +1816,9 @@ export interface UntagResourceRequest {
2276
1816
 
2277
1817
  TagKeys: string[] | undefined;
2278
1818
  }
2279
- export declare namespace UntagResourceRequest {
2280
-
2281
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2282
- }
2283
1819
 
2284
1820
  export interface UntagResourceResponse {
2285
1821
  }
2286
- export declare namespace UntagResourceResponse {
2287
-
2288
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2289
- }
2290
1822
  export interface UpdateDataRepositoryAssociationRequest {
2291
1823
 
2292
1824
  AssociationId: string | undefined;
@@ -2297,18 +1829,10 @@ export interface UpdateDataRepositoryAssociationRequest {
2297
1829
 
2298
1830
  S3?: S3DataRepositoryConfiguration;
2299
1831
  }
2300
- export declare namespace UpdateDataRepositoryAssociationRequest {
2301
-
2302
- const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
2303
- }
2304
1832
  export interface UpdateDataRepositoryAssociationResponse {
2305
1833
 
2306
1834
  Association?: DataRepositoryAssociation;
2307
1835
  }
2308
- export declare namespace UpdateDataRepositoryAssociationResponse {
2309
-
2310
- const filterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
2311
- }
2312
1836
 
2313
1837
  export interface UpdateFileSystemLustreConfiguration {
2314
1838
 
@@ -2326,10 +1850,6 @@ export interface UpdateFileSystemLustreConfiguration {
2326
1850
 
2327
1851
  RootSquashConfiguration?: LustreRootSquashConfiguration;
2328
1852
  }
2329
- export declare namespace UpdateFileSystemLustreConfiguration {
2330
-
2331
- const filterSensitiveLog: (obj: UpdateFileSystemLustreConfiguration) => any;
2332
- }
2333
1853
 
2334
1854
  export interface UpdateFileSystemOntapConfiguration {
2335
1855
 
@@ -2345,10 +1865,6 @@ export interface UpdateFileSystemOntapConfiguration {
2345
1865
 
2346
1866
  ThroughputCapacity?: number;
2347
1867
  }
2348
- export declare namespace UpdateFileSystemOntapConfiguration {
2349
-
2350
- const filterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
2351
- }
2352
1868
 
2353
1869
  export interface UpdateFileSystemOpenZFSConfiguration {
2354
1870
 
@@ -2366,10 +1882,6 @@ export interface UpdateFileSystemOpenZFSConfiguration {
2366
1882
 
2367
1883
  DiskIopsConfiguration?: DiskIopsConfiguration;
2368
1884
  }
2369
- export declare namespace UpdateFileSystemOpenZFSConfiguration {
2370
-
2371
- const filterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
2372
- }
2373
1885
 
2374
1886
  export interface SelfManagedActiveDirectoryConfigurationUpdates {
2375
1887
 
@@ -2379,10 +1891,6 @@ export interface SelfManagedActiveDirectoryConfigurationUpdates {
2379
1891
 
2380
1892
  DnsIps?: string[];
2381
1893
  }
2382
- export declare namespace SelfManagedActiveDirectoryConfigurationUpdates {
2383
-
2384
- const filterSensitiveLog: (obj: SelfManagedActiveDirectoryConfigurationUpdates) => any;
2385
- }
2386
1894
 
2387
1895
  export interface UpdateFileSystemWindowsConfiguration {
2388
1896
 
@@ -2398,10 +1906,6 @@ export interface UpdateFileSystemWindowsConfiguration {
2398
1906
 
2399
1907
  AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
2400
1908
  }
2401
- export declare namespace UpdateFileSystemWindowsConfiguration {
2402
-
2403
- const filterSensitiveLog: (obj: UpdateFileSystemWindowsConfiguration) => any;
2404
- }
2405
1909
 
2406
1910
  export interface UpdateFileSystemRequest {
2407
1911
 
@@ -2419,10 +1923,6 @@ export interface UpdateFileSystemRequest {
2419
1923
 
2420
1924
  OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
2421
1925
  }
2422
- export declare namespace UpdateFileSystemRequest {
2423
-
2424
- const filterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
2425
- }
2426
1926
  export interface UpdateSnapshotRequest {
2427
1927
 
2428
1928
  ClientRequestToken?: string;
@@ -2431,19 +1931,11 @@ export interface UpdateSnapshotRequest {
2431
1931
 
2432
1932
  SnapshotId: string | undefined;
2433
1933
  }
2434
- export declare namespace UpdateSnapshotRequest {
2435
-
2436
- const filterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
2437
- }
2438
1934
 
2439
1935
  export interface UpdateSvmActiveDirectoryConfiguration {
2440
1936
 
2441
1937
  SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
2442
1938
  }
2443
- export declare namespace UpdateSvmActiveDirectoryConfiguration {
2444
-
2445
- const filterSensitiveLog: (obj: UpdateSvmActiveDirectoryConfiguration) => any;
2446
- }
2447
1939
  export interface UpdateStorageVirtualMachineRequest {
2448
1940
 
2449
1941
  ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
@@ -2454,18 +1946,10 @@ export interface UpdateStorageVirtualMachineRequest {
2454
1946
 
2455
1947
  SvmAdminPassword?: string;
2456
1948
  }
2457
- export declare namespace UpdateStorageVirtualMachineRequest {
2458
-
2459
- const filterSensitiveLog: (obj: UpdateStorageVirtualMachineRequest) => any;
2460
- }
2461
1949
  export interface UpdateStorageVirtualMachineResponse {
2462
1950
 
2463
1951
  StorageVirtualMachine?: StorageVirtualMachine;
2464
1952
  }
2465
- export declare namespace UpdateStorageVirtualMachineResponse {
2466
-
2467
- const filterSensitiveLog: (obj: UpdateStorageVirtualMachineResponse) => any;
2468
- }
2469
1953
 
2470
1954
  export interface UpdateOntapVolumeConfiguration {
2471
1955
 
@@ -2479,10 +1963,6 @@ export interface UpdateOntapVolumeConfiguration {
2479
1963
 
2480
1964
  TieringPolicy?: TieringPolicy;
2481
1965
  }
2482
- export declare namespace UpdateOntapVolumeConfiguration {
2483
-
2484
- const filterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
2485
- }
2486
1966
 
2487
1967
  export interface UpdateOpenZFSVolumeConfiguration {
2488
1968
 
@@ -2500,10 +1980,6 @@ export interface UpdateOpenZFSVolumeConfiguration {
2500
1980
 
2501
1981
  ReadOnly?: boolean;
2502
1982
  }
2503
- export declare namespace UpdateOpenZFSVolumeConfiguration {
2504
-
2505
- const filterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
2506
- }
2507
1983
  export interface UpdateVolumeRequest {
2508
1984
 
2509
1985
  ClientRequestToken?: string;
@@ -2516,10 +1992,6 @@ export interface UpdateVolumeRequest {
2516
1992
 
2517
1993
  OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
2518
1994
  }
2519
- export declare namespace UpdateVolumeRequest {
2520
-
2521
- const filterSensitiveLog: (obj: UpdateVolumeRequest) => any;
2522
- }
2523
1995
 
2524
1996
  export interface AdministrativeAction {
2525
1997
 
@@ -2539,10 +2011,6 @@ export interface AdministrativeAction {
2539
2011
 
2540
2012
  TargetSnapshotValues?: Snapshot;
2541
2013
  }
2542
- export declare namespace AdministrativeAction {
2543
-
2544
- const filterSensitiveLog: (obj: AdministrativeAction) => any;
2545
- }
2546
2014
 
2547
2015
  export interface FileSystem {
2548
2016
 
@@ -2588,10 +2056,6 @@ export interface FileSystem {
2588
2056
 
2589
2057
  OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
2590
2058
  }
2591
- export declare namespace FileSystem {
2592
-
2593
- const filterSensitiveLog: (obj: FileSystem) => any;
2594
- }
2595
2059
 
2596
2060
  export interface Snapshot {
2597
2061
 
@@ -2613,10 +2077,6 @@ export interface Snapshot {
2613
2077
 
2614
2078
  AdministrativeActions?: AdministrativeAction[];
2615
2079
  }
2616
- export declare namespace Snapshot {
2617
-
2618
- const filterSensitiveLog: (obj: Snapshot) => any;
2619
- }
2620
2080
 
2621
2081
  export interface Volume {
2622
2082
 
@@ -2644,85 +2104,45 @@ export interface Volume {
2644
2104
 
2645
2105
  OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
2646
2106
  }
2647
- export declare namespace Volume {
2648
-
2649
- const filterSensitiveLog: (obj: Volume) => any;
2650
- }
2651
2107
 
2652
2108
  export interface CreateFileSystemFromBackupResponse {
2653
2109
 
2654
2110
  FileSystem?: FileSystem;
2655
2111
  }
2656
- export declare namespace CreateFileSystemFromBackupResponse {
2657
-
2658
- const filterSensitiveLog: (obj: CreateFileSystemFromBackupResponse) => any;
2659
- }
2660
2112
 
2661
2113
  export interface CreateFileSystemResponse {
2662
2114
 
2663
2115
  FileSystem?: FileSystem;
2664
2116
  }
2665
- export declare namespace CreateFileSystemResponse {
2666
-
2667
- const filterSensitiveLog: (obj: CreateFileSystemResponse) => any;
2668
- }
2669
2117
  export interface CreateSnapshotResponse {
2670
2118
 
2671
2119
  Snapshot?: Snapshot;
2672
2120
  }
2673
- export declare namespace CreateSnapshotResponse {
2674
-
2675
- const filterSensitiveLog: (obj: CreateSnapshotResponse) => any;
2676
- }
2677
2121
  export interface CreateVolumeFromBackupResponse {
2678
2122
 
2679
2123
  Volume?: Volume;
2680
2124
  }
2681
- export declare namespace CreateVolumeFromBackupResponse {
2682
-
2683
- const filterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
2684
- }
2685
2125
  export interface CreateVolumeResponse {
2686
2126
 
2687
2127
  Volume?: Volume;
2688
2128
  }
2689
- export declare namespace CreateVolumeResponse {
2690
-
2691
- const filterSensitiveLog: (obj: CreateVolumeResponse) => any;
2692
- }
2693
2129
  export interface ReleaseFileSystemNfsV3LocksResponse {
2694
2130
 
2695
2131
  FileSystem?: FileSystem;
2696
2132
  }
2697
- export declare namespace ReleaseFileSystemNfsV3LocksResponse {
2698
-
2699
- const filterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
2700
- }
2701
2133
 
2702
2134
  export interface UpdateFileSystemResponse {
2703
2135
 
2704
2136
  FileSystem?: FileSystem;
2705
2137
  }
2706
- export declare namespace UpdateFileSystemResponse {
2707
-
2708
- const filterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
2709
- }
2710
2138
  export interface UpdateSnapshotResponse {
2711
2139
 
2712
2140
  Snapshot?: Snapshot;
2713
2141
  }
2714
- export declare namespace UpdateSnapshotResponse {
2715
-
2716
- const filterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
2717
- }
2718
2142
  export interface UpdateVolumeResponse {
2719
2143
 
2720
2144
  Volume?: Volume;
2721
2145
  }
2722
- export declare namespace UpdateVolumeResponse {
2723
-
2724
- const filterSensitiveLog: (obj: UpdateVolumeResponse) => any;
2725
- }
2726
2146
 
2727
2147
  export interface DescribeFileSystemsResponse {
2728
2148
 
@@ -2730,30 +2150,18 @@ export interface DescribeFileSystemsResponse {
2730
2150
 
2731
2151
  NextToken?: string;
2732
2152
  }
2733
- export declare namespace DescribeFileSystemsResponse {
2734
-
2735
- const filterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
2736
- }
2737
2153
  export interface DescribeSnapshotsResponse {
2738
2154
 
2739
2155
  Snapshots?: Snapshot[];
2740
2156
 
2741
2157
  NextToken?: string;
2742
2158
  }
2743
- export declare namespace DescribeSnapshotsResponse {
2744
-
2745
- const filterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
2746
- }
2747
2159
  export interface DescribeVolumesResponse {
2748
2160
 
2749
2161
  Volumes?: Volume[];
2750
2162
 
2751
2163
  NextToken?: string;
2752
2164
  }
2753
- export declare namespace DescribeVolumesResponse {
2754
-
2755
- const filterSensitiveLog: (obj: DescribeVolumesResponse) => any;
2756
- }
2757
2165
 
2758
2166
  export interface Backup {
2759
2167
 
@@ -2789,27 +2197,15 @@ export interface Backup {
2789
2197
 
2790
2198
  Volume?: Volume;
2791
2199
  }
2792
- export declare namespace Backup {
2793
-
2794
- const filterSensitiveLog: (obj: Backup) => any;
2795
- }
2796
2200
  export interface CopyBackupResponse {
2797
2201
 
2798
2202
  Backup?: Backup;
2799
2203
  }
2800
- export declare namespace CopyBackupResponse {
2801
-
2802
- const filterSensitiveLog: (obj: CopyBackupResponse) => any;
2803
- }
2804
2204
 
2805
2205
  export interface CreateBackupResponse {
2806
2206
 
2807
2207
  Backup?: Backup;
2808
2208
  }
2809
- export declare namespace CreateBackupResponse {
2810
-
2811
- const filterSensitiveLog: (obj: CreateBackupResponse) => any;
2812
- }
2813
2209
 
2814
2210
  export interface DescribeBackupsResponse {
2815
2211
 
@@ -2817,7 +2213,307 @@ export interface DescribeBackupsResponse {
2817
2213
 
2818
2214
  NextToken?: string;
2819
2215
  }
2820
- export declare namespace DescribeBackupsResponse {
2821
-
2822
- const filterSensitiveLog: (obj: DescribeBackupsResponse) => any;
2823
- }
2216
+
2217
+ export declare const ActiveDirectoryBackupAttributesFilterSensitiveLog: (obj: ActiveDirectoryBackupAttributes) => any;
2218
+
2219
+ export declare const AdministrativeActionFailureDetailsFilterSensitiveLog: (obj: AdministrativeActionFailureDetails) => any;
2220
+
2221
+ export declare const FileSystemFailureDetailsFilterSensitiveLog: (obj: FileSystemFailureDetails) => any;
2222
+
2223
+ export declare const DataRepositoryFailureDetailsFilterSensitiveLog: (obj: DataRepositoryFailureDetails) => any;
2224
+
2225
+ export declare const DataRepositoryConfigurationFilterSensitiveLog: (obj: DataRepositoryConfiguration) => any;
2226
+
2227
+ export declare const LustreLogConfigurationFilterSensitiveLog: (obj: LustreLogConfiguration) => any;
2228
+
2229
+ export declare const LustreRootSquashConfigurationFilterSensitiveLog: (obj: LustreRootSquashConfiguration) => any;
2230
+
2231
+ export declare const LustreFileSystemConfigurationFilterSensitiveLog: (obj: LustreFileSystemConfiguration) => any;
2232
+
2233
+ export declare const DiskIopsConfigurationFilterSensitiveLog: (obj: DiskIopsConfiguration) => any;
2234
+
2235
+ export declare const FileSystemEndpointFilterSensitiveLog: (obj: FileSystemEndpoint) => any;
2236
+
2237
+ export declare const FileSystemEndpointsFilterSensitiveLog: (obj: FileSystemEndpoints) => any;
2238
+
2239
+ export declare const OntapFileSystemConfigurationFilterSensitiveLog: (obj: OntapFileSystemConfiguration) => any;
2240
+
2241
+ export declare const OpenZFSFileSystemConfigurationFilterSensitiveLog: (obj: OpenZFSFileSystemConfiguration) => any;
2242
+
2243
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2244
+
2245
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
2246
+
2247
+ export declare const WindowsAuditLogConfigurationFilterSensitiveLog: (obj: WindowsAuditLogConfiguration) => any;
2248
+
2249
+ export declare const SelfManagedActiveDirectoryAttributesFilterSensitiveLog: (obj: SelfManagedActiveDirectoryAttributes) => any;
2250
+
2251
+ export declare const WindowsFileSystemConfigurationFilterSensitiveLog: (obj: WindowsFileSystemConfiguration) => any;
2252
+
2253
+ export declare const LifecycleTransitionReasonFilterSensitiveLog: (obj: LifecycleTransitionReason) => any;
2254
+
2255
+ export declare const TieringPolicyFilterSensitiveLog: (obj: TieringPolicy) => any;
2256
+
2257
+ export declare const OntapVolumeConfigurationFilterSensitiveLog: (obj: OntapVolumeConfiguration) => any;
2258
+
2259
+ export declare const OpenZFSClientConfigurationFilterSensitiveLog: (obj: OpenZFSClientConfiguration) => any;
2260
+
2261
+ export declare const OpenZFSNfsExportFilterSensitiveLog: (obj: OpenZFSNfsExport) => any;
2262
+
2263
+ export declare const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (obj: OpenZFSOriginSnapshotConfiguration) => any;
2264
+
2265
+ export declare const OpenZFSUserOrGroupQuotaFilterSensitiveLog: (obj: OpenZFSUserOrGroupQuota) => any;
2266
+
2267
+ export declare const OpenZFSVolumeConfigurationFilterSensitiveLog: (obj: OpenZFSVolumeConfiguration) => any;
2268
+
2269
+ export declare const AssociateFileSystemAliasesRequestFilterSensitiveLog: (obj: AssociateFileSystemAliasesRequest) => any;
2270
+
2271
+ export declare const AssociateFileSystemAliasesResponseFilterSensitiveLog: (obj: AssociateFileSystemAliasesResponse) => any;
2272
+
2273
+ export declare const AutoExportPolicyFilterSensitiveLog: (obj: AutoExportPolicy) => any;
2274
+
2275
+ export declare const AutoImportPolicyFilterSensitiveLog: (obj: AutoImportPolicy) => any;
2276
+
2277
+ export declare const CancelDataRepositoryTaskRequestFilterSensitiveLog: (obj: CancelDataRepositoryTaskRequest) => any;
2278
+
2279
+ export declare const CancelDataRepositoryTaskResponseFilterSensitiveLog: (obj: CancelDataRepositoryTaskResponse) => any;
2280
+
2281
+ export declare const CopyBackupRequestFilterSensitiveLog: (obj: CopyBackupRequest) => any;
2282
+
2283
+ export declare const BackupFailureDetailsFilterSensitiveLog: (obj: BackupFailureDetails) => any;
2284
+
2285
+ export declare const CreateBackupRequestFilterSensitiveLog: (obj: CreateBackupRequest) => any;
2286
+
2287
+ export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (obj: S3DataRepositoryConfiguration) => any;
2288
+
2289
+ export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (obj: CreateDataRepositoryAssociationRequest) => any;
2290
+
2291
+ export declare const DataRepositoryAssociationFilterSensitiveLog: (obj: DataRepositoryAssociation) => any;
2292
+
2293
+ export declare const CreateDataRepositoryAssociationResponseFilterSensitiveLog: (obj: CreateDataRepositoryAssociationResponse) => any;
2294
+
2295
+ export declare const CompletionReportFilterSensitiveLog: (obj: CompletionReport) => any;
2296
+
2297
+ export declare const CreateDataRepositoryTaskRequestFilterSensitiveLog: (obj: CreateDataRepositoryTaskRequest) => any;
2298
+
2299
+ export declare const DataRepositoryTaskFailureDetailsFilterSensitiveLog: (obj: DataRepositoryTaskFailureDetails) => any;
2300
+
2301
+ export declare const DataRepositoryTaskStatusFilterSensitiveLog: (obj: DataRepositoryTaskStatus) => any;
2302
+
2303
+ export declare const DataRepositoryTaskFilterSensitiveLog: (obj: DataRepositoryTask) => any;
2304
+
2305
+ export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (obj: CreateDataRepositoryTaskResponse) => any;
2306
+
2307
+ export declare const LustreLogCreateConfigurationFilterSensitiveLog: (obj: LustreLogCreateConfiguration) => any;
2308
+
2309
+ export declare const CreateFileSystemLustreConfigurationFilterSensitiveLog: (obj: CreateFileSystemLustreConfiguration) => any;
2310
+
2311
+ export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (obj: CreateFileSystemOntapConfiguration) => any;
2312
+
2313
+ export declare const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog: (obj: OpenZFSCreateRootVolumeConfiguration) => any;
2314
+
2315
+ export declare const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: CreateFileSystemOpenZFSConfiguration) => any;
2316
+
2317
+ export declare const WindowsAuditLogCreateConfigurationFilterSensitiveLog: (obj: WindowsAuditLogCreateConfiguration) => any;
2318
+
2319
+ export declare const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: (obj: SelfManagedActiveDirectoryConfiguration) => any;
2320
+
2321
+ export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (obj: CreateFileSystemWindowsConfiguration) => any;
2322
+
2323
+ export declare const CreateFileSystemRequestFilterSensitiveLog: (obj: CreateFileSystemRequest) => any;
2324
+
2325
+ export declare const CreateFileSystemFromBackupRequestFilterSensitiveLog: (obj: CreateFileSystemFromBackupRequest) => any;
2326
+
2327
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (obj: CreateSnapshotRequest) => any;
2328
+
2329
+ export declare const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: CreateSvmActiveDirectoryConfiguration) => any;
2330
+
2331
+ export declare const CreateStorageVirtualMachineRequestFilterSensitiveLog: (obj: CreateStorageVirtualMachineRequest) => any;
2332
+
2333
+ export declare const SvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: SvmActiveDirectoryConfiguration) => any;
2334
+
2335
+ export declare const SvmEndpointFilterSensitiveLog: (obj: SvmEndpoint) => any;
2336
+
2337
+ export declare const SvmEndpointsFilterSensitiveLog: (obj: SvmEndpoints) => any;
2338
+
2339
+ export declare const StorageVirtualMachineFilterSensitiveLog: (obj: StorageVirtualMachine) => any;
2340
+
2341
+ export declare const CreateStorageVirtualMachineResponseFilterSensitiveLog: (obj: CreateStorageVirtualMachineResponse) => any;
2342
+
2343
+ export declare const CreateOntapVolumeConfigurationFilterSensitiveLog: (obj: CreateOntapVolumeConfiguration) => any;
2344
+
2345
+ export declare const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (obj: CreateOpenZFSOriginSnapshotConfiguration) => any;
2346
+
2347
+ export declare const CreateOpenZFSVolumeConfigurationFilterSensitiveLog: (obj: CreateOpenZFSVolumeConfiguration) => any;
2348
+
2349
+ export declare const CreateVolumeRequestFilterSensitiveLog: (obj: CreateVolumeRequest) => any;
2350
+
2351
+ export declare const CreateVolumeFromBackupRequestFilterSensitiveLog: (obj: CreateVolumeFromBackupRequest) => any;
2352
+
2353
+ export declare const DeleteBackupRequestFilterSensitiveLog: (obj: DeleteBackupRequest) => any;
2354
+
2355
+ export declare const DeleteBackupResponseFilterSensitiveLog: (obj: DeleteBackupResponse) => any;
2356
+
2357
+ export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (obj: DeleteDataRepositoryAssociationRequest) => any;
2358
+
2359
+ export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (obj: DeleteDataRepositoryAssociationResponse) => any;
2360
+
2361
+ export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (obj: DeleteFileSystemLustreConfiguration) => any;
2362
+
2363
+ export declare const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: DeleteFileSystemOpenZFSConfiguration) => any;
2364
+
2365
+ export declare const DeleteFileSystemWindowsConfigurationFilterSensitiveLog: (obj: DeleteFileSystemWindowsConfiguration) => any;
2366
+
2367
+ export declare const DeleteFileSystemRequestFilterSensitiveLog: (obj: DeleteFileSystemRequest) => any;
2368
+
2369
+ export declare const DeleteFileSystemLustreResponseFilterSensitiveLog: (obj: DeleteFileSystemLustreResponse) => any;
2370
+
2371
+ export declare const DeleteFileSystemOpenZFSResponseFilterSensitiveLog: (obj: DeleteFileSystemOpenZFSResponse) => any;
2372
+
2373
+ export declare const DeleteFileSystemWindowsResponseFilterSensitiveLog: (obj: DeleteFileSystemWindowsResponse) => any;
2374
+
2375
+ export declare const DeleteFileSystemResponseFilterSensitiveLog: (obj: DeleteFileSystemResponse) => any;
2376
+
2377
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapshotRequest) => any;
2378
+
2379
+ export declare const DeleteSnapshotResponseFilterSensitiveLog: (obj: DeleteSnapshotResponse) => any;
2380
+
2381
+ export declare const DeleteStorageVirtualMachineRequestFilterSensitiveLog: (obj: DeleteStorageVirtualMachineRequest) => any;
2382
+
2383
+ export declare const DeleteStorageVirtualMachineResponseFilterSensitiveLog: (obj: DeleteStorageVirtualMachineResponse) => any;
2384
+
2385
+ export declare const DeleteVolumeOntapConfigurationFilterSensitiveLog: (obj: DeleteVolumeOntapConfiguration) => any;
2386
+
2387
+ export declare const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog: (obj: DeleteVolumeOpenZFSConfiguration) => any;
2388
+
2389
+ export declare const DeleteVolumeRequestFilterSensitiveLog: (obj: DeleteVolumeRequest) => any;
2390
+
2391
+ export declare const DeleteVolumeOntapResponseFilterSensitiveLog: (obj: DeleteVolumeOntapResponse) => any;
2392
+
2393
+ export declare const DeleteVolumeResponseFilterSensitiveLog: (obj: DeleteVolumeResponse) => any;
2394
+
2395
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
2396
+
2397
+ export declare const DescribeBackupsRequestFilterSensitiveLog: (obj: DescribeBackupsRequest) => any;
2398
+
2399
+ export declare const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog: (obj: DescribeDataRepositoryAssociationsRequest) => any;
2400
+
2401
+ export declare const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog: (obj: DescribeDataRepositoryAssociationsResponse) => any;
2402
+
2403
+ export declare const DataRepositoryTaskFilterFilterSensitiveLog: (obj: DataRepositoryTaskFilter) => any;
2404
+
2405
+ export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (obj: DescribeDataRepositoryTasksRequest) => any;
2406
+
2407
+ export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (obj: DescribeDataRepositoryTasksResponse) => any;
2408
+
2409
+ export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (obj: DescribeFileSystemAliasesRequest) => any;
2410
+
2411
+ export declare const DescribeFileSystemAliasesResponseFilterSensitiveLog: (obj: DescribeFileSystemAliasesResponse) => any;
2412
+
2413
+ export declare const DescribeFileSystemsRequestFilterSensitiveLog: (obj: DescribeFileSystemsRequest) => any;
2414
+
2415
+ export declare const SnapshotFilterFilterSensitiveLog: (obj: SnapshotFilter) => any;
2416
+
2417
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (obj: DescribeSnapshotsRequest) => any;
2418
+
2419
+ export declare const StorageVirtualMachineFilterFilterSensitiveLog: (obj: StorageVirtualMachineFilter) => any;
2420
+
2421
+ export declare const DescribeStorageVirtualMachinesRequestFilterSensitiveLog: (obj: DescribeStorageVirtualMachinesRequest) => any;
2422
+
2423
+ export declare const DescribeStorageVirtualMachinesResponseFilterSensitiveLog: (obj: DescribeStorageVirtualMachinesResponse) => any;
2424
+
2425
+ export declare const VolumeFilterFilterSensitiveLog: (obj: VolumeFilter) => any;
2426
+
2427
+ export declare const DescribeVolumesRequestFilterSensitiveLog: (obj: DescribeVolumesRequest) => any;
2428
+
2429
+ export declare const DisassociateFileSystemAliasesRequestFilterSensitiveLog: (obj: DisassociateFileSystemAliasesRequest) => any;
2430
+
2431
+ export declare const DisassociateFileSystemAliasesResponseFilterSensitiveLog: (obj: DisassociateFileSystemAliasesResponse) => any;
2432
+
2433
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2434
+
2435
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2436
+
2437
+ export declare const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksRequest) => any;
2438
+
2439
+ export declare const RestoreVolumeFromSnapshotRequestFilterSensitiveLog: (obj: RestoreVolumeFromSnapshotRequest) => any;
2440
+
2441
+ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (obj: RestoreVolumeFromSnapshotResponse) => any;
2442
+
2443
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2444
+
2445
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2446
+
2447
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2448
+
2449
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2450
+
2451
+ export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (obj: UpdateDataRepositoryAssociationRequest) => any;
2452
+
2453
+ export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (obj: UpdateDataRepositoryAssociationResponse) => any;
2454
+
2455
+ export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (obj: UpdateFileSystemLustreConfiguration) => any;
2456
+
2457
+ export declare const UpdateFileSystemOntapConfigurationFilterSensitiveLog: (obj: UpdateFileSystemOntapConfiguration) => any;
2458
+
2459
+ export declare const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog: (obj: UpdateFileSystemOpenZFSConfiguration) => any;
2460
+
2461
+ export declare const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: (obj: SelfManagedActiveDirectoryConfigurationUpdates) => any;
2462
+
2463
+ export declare const UpdateFileSystemWindowsConfigurationFilterSensitiveLog: (obj: UpdateFileSystemWindowsConfiguration) => any;
2464
+
2465
+ export declare const UpdateFileSystemRequestFilterSensitiveLog: (obj: UpdateFileSystemRequest) => any;
2466
+
2467
+ export declare const UpdateSnapshotRequestFilterSensitiveLog: (obj: UpdateSnapshotRequest) => any;
2468
+
2469
+ export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (obj: UpdateSvmActiveDirectoryConfiguration) => any;
2470
+
2471
+ export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (obj: UpdateStorageVirtualMachineRequest) => any;
2472
+
2473
+ export declare const UpdateStorageVirtualMachineResponseFilterSensitiveLog: (obj: UpdateStorageVirtualMachineResponse) => any;
2474
+
2475
+ export declare const UpdateOntapVolumeConfigurationFilterSensitiveLog: (obj: UpdateOntapVolumeConfiguration) => any;
2476
+
2477
+ export declare const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog: (obj: UpdateOpenZFSVolumeConfiguration) => any;
2478
+
2479
+ export declare const UpdateVolumeRequestFilterSensitiveLog: (obj: UpdateVolumeRequest) => any;
2480
+
2481
+ export declare const AdministrativeActionFilterSensitiveLog: (obj: AdministrativeAction) => any;
2482
+
2483
+ export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
2484
+
2485
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
2486
+
2487
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
2488
+
2489
+ export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (obj: CreateFileSystemFromBackupResponse) => any;
2490
+
2491
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (obj: CreateFileSystemResponse) => any;
2492
+
2493
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (obj: CreateSnapshotResponse) => any;
2494
+
2495
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (obj: CreateVolumeFromBackupResponse) => any;
2496
+
2497
+ export declare const CreateVolumeResponseFilterSensitiveLog: (obj: CreateVolumeResponse) => any;
2498
+
2499
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (obj: ReleaseFileSystemNfsV3LocksResponse) => any;
2500
+
2501
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (obj: UpdateFileSystemResponse) => any;
2502
+
2503
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (obj: UpdateSnapshotResponse) => any;
2504
+
2505
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (obj: UpdateVolumeResponse) => any;
2506
+
2507
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (obj: DescribeFileSystemsResponse) => any;
2508
+
2509
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (obj: DescribeSnapshotsResponse) => any;
2510
+
2511
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (obj: DescribeVolumesResponse) => any;
2512
+
2513
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
2514
+
2515
+ export declare const CopyBackupResponseFilterSensitiveLog: (obj: CopyBackupResponse) => any;
2516
+
2517
+ export declare const CreateBackupResponseFilterSensitiveLog: (obj: CreateBackupResponse) => any;
2518
+
2519
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (obj: DescribeBackupsResponse) => any;