@aws-sdk/client-fsx 3.169.0 → 3.170.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 (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/FSx.d.ts +676 -190
  3. package/dist-types/ts3.4/FSxClient.d.ts +350 -110
  4. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/FSxServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +2703 -2519
  47. package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/DescribeDataRepositoryTasksPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/DescribeFileSystemAliasesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  56. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,2519 +1,2703 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { FSxServiceException as __BaseException } from "./FSxServiceException";
3
-
4
- export interface ActiveDirectoryBackupAttributes {
5
-
6
- DomainName?: string;
7
-
8
- ActiveDirectoryId?: string;
9
-
10
- ResourceARN?: string;
11
- }
12
- export declare enum ActiveDirectoryErrorType {
13
- DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
14
- INCOMPATIBLE_DOMAIN_MODE = "INCOMPATIBLE_DOMAIN_MODE",
15
- INVALID_DOMAIN_STAGE = "INVALID_DOMAIN_STAGE",
16
- WRONG_VPC = "WRONG_VPC"
17
- }
18
-
19
- export declare class ActiveDirectoryError extends __BaseException {
20
- readonly name: "ActiveDirectoryError";
21
- readonly $fault: "client";
22
-
23
- ActiveDirectoryId: string | undefined;
24
-
25
- Type?: ActiveDirectoryErrorType | string;
26
-
27
- Message?: string;
28
-
29
- constructor(opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>);
30
- }
31
- export declare enum AdministrativeActionType {
32
- FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
33
- FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
34
- FILE_SYSTEM_UPDATE = "FILE_SYSTEM_UPDATE",
35
- RELEASE_NFS_V3_LOCKS = "RELEASE_NFS_V3_LOCKS",
36
- SNAPSHOT_UPDATE = "SNAPSHOT_UPDATE",
37
- STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION",
38
- VOLUME_UPDATE = "VOLUME_UPDATE"
39
- }
40
-
41
- export interface AdministrativeActionFailureDetails {
42
-
43
- Message?: string;
44
- }
45
- export declare enum Status {
46
- COMPLETED = "COMPLETED",
47
- FAILED = "FAILED",
48
- IN_PROGRESS = "IN_PROGRESS",
49
- PENDING = "PENDING",
50
- UPDATED_OPTIMIZING = "UPDATED_OPTIMIZING"
51
- }
52
-
53
- export interface FileSystemFailureDetails {
54
-
55
- Message?: string;
56
- }
57
- export declare enum FileSystemType {
58
- LUSTRE = "LUSTRE",
59
- ONTAP = "ONTAP",
60
- OPENZFS = "OPENZFS",
61
- WINDOWS = "WINDOWS"
62
- }
63
- export declare enum FileSystemLifecycle {
64
- AVAILABLE = "AVAILABLE",
65
- CREATING = "CREATING",
66
- DELETING = "DELETING",
67
- FAILED = "FAILED",
68
- MISCONFIGURED = "MISCONFIGURED",
69
- MISCONFIGURED_UNAVAILABLE = "MISCONFIGURED_UNAVAILABLE",
70
- UPDATING = "UPDATING"
71
- }
72
- export declare enum DataCompressionType {
73
- LZ4 = "LZ4",
74
- NONE = "NONE"
75
- }
76
- export declare enum AutoImportPolicyType {
77
- NEW = "NEW",
78
- NEW_CHANGED = "NEW_CHANGED",
79
- NEW_CHANGED_DELETED = "NEW_CHANGED_DELETED",
80
- NONE = "NONE"
81
- }
82
-
83
- export interface DataRepositoryFailureDetails {
84
-
85
- Message?: string;
86
- }
87
- export declare enum DataRepositoryLifecycle {
88
- AVAILABLE = "AVAILABLE",
89
- CREATING = "CREATING",
90
- DELETING = "DELETING",
91
- FAILED = "FAILED",
92
- MISCONFIGURED = "MISCONFIGURED",
93
- UPDATING = "UPDATING"
94
- }
95
-
96
- export interface DataRepositoryConfiguration {
97
-
98
- Lifecycle?: DataRepositoryLifecycle | string;
99
-
100
- ImportPath?: string;
101
-
102
- ExportPath?: string;
103
-
104
- ImportedFileChunkSize?: number;
105
-
106
- AutoImportPolicy?: AutoImportPolicyType | string;
107
-
108
- FailureDetails?: DataRepositoryFailureDetails;
109
- }
110
- export declare enum LustreDeploymentType {
111
- PERSISTENT_1 = "PERSISTENT_1",
112
- PERSISTENT_2 = "PERSISTENT_2",
113
- SCRATCH_1 = "SCRATCH_1",
114
- SCRATCH_2 = "SCRATCH_2"
115
- }
116
- export declare enum DriveCacheType {
117
- NONE = "NONE",
118
- READ = "READ"
119
- }
120
- export declare enum LustreAccessAuditLogLevel {
121
- DISABLED = "DISABLED",
122
- ERROR_ONLY = "ERROR_ONLY",
123
- WARN_ERROR = "WARN_ERROR",
124
- WARN_ONLY = "WARN_ONLY"
125
- }
126
-
127
- export interface LustreLogConfiguration {
128
-
129
- Level: LustreAccessAuditLogLevel | string | undefined;
130
-
131
- Destination?: string;
132
- }
133
-
134
- export interface LustreRootSquashConfiguration {
135
-
136
- RootSquash?: string;
137
-
138
- NoSquashNids?: string[];
139
- }
140
-
141
- export interface LustreFileSystemConfiguration {
142
-
143
- WeeklyMaintenanceStartTime?: string;
144
-
145
- DataRepositoryConfiguration?: DataRepositoryConfiguration;
146
-
147
- DeploymentType?: LustreDeploymentType | string;
148
-
149
- PerUnitStorageThroughput?: number;
150
-
151
- MountName?: string;
152
-
153
- DailyAutomaticBackupStartTime?: string;
154
-
155
- AutomaticBackupRetentionDays?: number;
156
-
157
- CopyTagsToBackups?: boolean;
158
-
159
- DriveCacheType?: DriveCacheType | string;
160
-
161
- DataCompressionType?: DataCompressionType | string;
162
-
163
- LogConfiguration?: LustreLogConfiguration;
164
-
165
- RootSquashConfiguration?: LustreRootSquashConfiguration;
166
- }
167
- export declare enum OntapDeploymentType {
168
- MULTI_AZ_1 = "MULTI_AZ_1",
169
- SINGLE_AZ_1 = "SINGLE_AZ_1"
170
- }
171
- export declare enum DiskIopsConfigurationMode {
172
- AUTOMATIC = "AUTOMATIC",
173
- USER_PROVISIONED = "USER_PROVISIONED"
174
- }
175
-
176
- export interface DiskIopsConfiguration {
177
-
178
- Mode?: DiskIopsConfigurationMode | string;
179
-
180
- Iops?: number;
181
- }
182
-
183
- export interface FileSystemEndpoint {
184
-
185
- DNSName?: string;
186
-
187
- IpAddresses?: string[];
188
- }
189
-
190
- export interface FileSystemEndpoints {
191
-
192
- Intercluster?: FileSystemEndpoint;
193
-
194
- Management?: FileSystemEndpoint;
195
- }
196
-
197
- export interface OntapFileSystemConfiguration {
198
-
199
- AutomaticBackupRetentionDays?: number;
200
-
201
- DailyAutomaticBackupStartTime?: string;
202
-
203
- DeploymentType?: OntapDeploymentType | string;
204
-
205
- EndpointIpAddressRange?: string;
206
-
207
- Endpoints?: FileSystemEndpoints;
208
-
209
- DiskIopsConfiguration?: DiskIopsConfiguration;
210
-
211
- PreferredSubnetId?: string;
212
-
213
- RouteTableIds?: string[];
214
-
215
- ThroughputCapacity?: number;
216
-
217
- WeeklyMaintenanceStartTime?: string;
218
- }
219
- export declare enum OpenZFSDeploymentType {
220
- SINGLE_AZ_1 = "SINGLE_AZ_1"
221
- }
222
-
223
- export interface OpenZFSFileSystemConfiguration {
224
-
225
- AutomaticBackupRetentionDays?: number;
226
-
227
- CopyTagsToBackups?: boolean;
228
-
229
- CopyTagsToVolumes?: boolean;
230
-
231
- DailyAutomaticBackupStartTime?: string;
232
-
233
- DeploymentType?: OpenZFSDeploymentType | string;
234
-
235
- ThroughputCapacity?: number;
236
-
237
- WeeklyMaintenanceStartTime?: string;
238
-
239
- DiskIopsConfiguration?: DiskIopsConfiguration;
240
-
241
- RootVolumeId?: string;
242
- }
243
- export declare enum StorageType {
244
- HDD = "HDD",
245
- SSD = "SSD"
246
- }
247
-
248
- export interface Tag {
249
-
250
- Key: string | undefined;
251
-
252
- Value: string | undefined;
253
- }
254
- export declare enum AliasLifecycle {
255
- AVAILABLE = "AVAILABLE",
256
- CREATE_FAILED = "CREATE_FAILED",
257
- CREATING = "CREATING",
258
- DELETE_FAILED = "DELETE_FAILED",
259
- DELETING = "DELETING"
260
- }
261
-
262
- export interface Alias {
263
-
264
- Name?: string;
265
-
266
- Lifecycle?: AliasLifecycle | string;
267
- }
268
- export declare enum WindowsAccessAuditLogLevel {
269
- DISABLED = "DISABLED",
270
- FAILURE_ONLY = "FAILURE_ONLY",
271
- SUCCESS_AND_FAILURE = "SUCCESS_AND_FAILURE",
272
- SUCCESS_ONLY = "SUCCESS_ONLY"
273
- }
274
-
275
- export interface WindowsAuditLogConfiguration {
276
-
277
- FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
278
-
279
- FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
280
-
281
- AuditLogDestination?: string;
282
- }
283
- export declare enum WindowsDeploymentType {
284
- MULTI_AZ_1 = "MULTI_AZ_1",
285
- SINGLE_AZ_1 = "SINGLE_AZ_1",
286
- SINGLE_AZ_2 = "SINGLE_AZ_2"
287
- }
288
- export declare enum FileSystemMaintenanceOperation {
289
- BACKING_UP = "BACKING_UP",
290
- PATCHING = "PATCHING"
291
- }
292
-
293
- export interface SelfManagedActiveDirectoryAttributes {
294
-
295
- DomainName?: string;
296
-
297
- OrganizationalUnitDistinguishedName?: string;
298
-
299
- FileSystemAdministratorsGroup?: string;
300
-
301
- UserName?: string;
302
-
303
- DnsIps?: string[];
304
- }
305
-
306
- export interface WindowsFileSystemConfiguration {
307
-
308
- ActiveDirectoryId?: string;
309
-
310
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
311
-
312
- DeploymentType?: WindowsDeploymentType | string;
313
-
314
- RemoteAdministrationEndpoint?: string;
315
-
316
- PreferredSubnetId?: string;
317
-
318
- PreferredFileServerIp?: string;
319
-
320
- ThroughputCapacity?: number;
321
-
322
- MaintenanceOperationsInProgress?: (FileSystemMaintenanceOperation | string)[];
323
-
324
- WeeklyMaintenanceStartTime?: string;
325
-
326
- DailyAutomaticBackupStartTime?: string;
327
-
328
- AutomaticBackupRetentionDays?: number;
329
-
330
- CopyTagsToBackups?: boolean;
331
-
332
- Aliases?: Alias[];
333
-
334
- AuditLogConfiguration?: WindowsAuditLogConfiguration;
335
- }
336
- export declare enum SnapshotLifecycle {
337
- AVAILABLE = "AVAILABLE",
338
- CREATING = "CREATING",
339
- DELETING = "DELETING",
340
- PENDING = "PENDING"
341
- }
342
-
343
- export interface LifecycleTransitionReason {
344
-
345
- Message?: string;
346
- }
347
- export declare enum VolumeLifecycle {
348
- AVAILABLE = "AVAILABLE",
349
- CREATED = "CREATED",
350
- CREATING = "CREATING",
351
- DELETING = "DELETING",
352
- FAILED = "FAILED",
353
- MISCONFIGURED = "MISCONFIGURED",
354
- PENDING = "PENDING"
355
- }
356
- export declare enum FlexCacheEndpointType {
357
- CACHE = "CACHE",
358
- NONE = "NONE",
359
- ORIGIN = "ORIGIN"
360
- }
361
- export declare enum OntapVolumeType {
362
- DP = "DP",
363
- LS = "LS",
364
- RW = "RW"
365
- }
366
- export declare enum SecurityStyle {
367
- MIXED = "MIXED",
368
- NTFS = "NTFS",
369
- UNIX = "UNIX"
370
- }
371
- export declare enum TieringPolicyName {
372
- ALL = "ALL",
373
- AUTO = "AUTO",
374
- NONE = "NONE",
375
- SNAPSHOT_ONLY = "SNAPSHOT_ONLY"
376
- }
377
-
378
- export interface TieringPolicy {
379
-
380
- CoolingPeriod?: number;
381
-
382
- Name?: TieringPolicyName | string;
383
- }
384
-
385
- export interface OntapVolumeConfiguration {
386
-
387
- FlexCacheEndpointType?: FlexCacheEndpointType | string;
388
-
389
- JunctionPath?: string;
390
-
391
- SecurityStyle?: SecurityStyle | string;
392
-
393
- SizeInMegabytes?: number;
394
-
395
- StorageEfficiencyEnabled?: boolean;
396
-
397
- StorageVirtualMachineId?: string;
398
-
399
- StorageVirtualMachineRoot?: boolean;
400
-
401
- TieringPolicy?: TieringPolicy;
402
-
403
- UUID?: string;
404
-
405
- OntapVolumeType?: OntapVolumeType | string;
406
- }
407
- export declare enum OpenZFSDataCompressionType {
408
- LZ4 = "LZ4",
409
- NONE = "NONE",
410
- ZSTD = "ZSTD"
411
- }
412
-
413
- export interface OpenZFSClientConfiguration {
414
-
415
- Clients: string | undefined;
416
-
417
- Options: string[] | undefined;
418
- }
419
-
420
- export interface OpenZFSNfsExport {
421
-
422
- ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
423
- }
424
- export declare enum OpenZFSCopyStrategy {
425
- CLONE = "CLONE",
426
- FULL_COPY = "FULL_COPY"
427
- }
428
-
429
- export interface OpenZFSOriginSnapshotConfiguration {
430
-
431
- SnapshotARN?: string;
432
-
433
- CopyStrategy?: OpenZFSCopyStrategy | string;
434
- }
435
- export declare enum OpenZFSQuotaType {
436
- GROUP = "GROUP",
437
- USER = "USER"
438
- }
439
-
440
- export interface OpenZFSUserOrGroupQuota {
441
-
442
- Type: OpenZFSQuotaType | string | undefined;
443
-
444
- Id: number | undefined;
445
-
446
- StorageCapacityQuotaGiB: number | undefined;
447
- }
448
-
449
- export interface OpenZFSVolumeConfiguration {
450
-
451
- ParentVolumeId?: string;
452
-
453
- VolumePath?: string;
454
-
455
- StorageCapacityReservationGiB?: number;
456
-
457
- StorageCapacityQuotaGiB?: number;
458
-
459
- RecordSizeKiB?: number;
460
-
461
- DataCompressionType?: OpenZFSDataCompressionType | string;
462
-
463
- CopyTagsToSnapshots?: boolean;
464
-
465
- OriginSnapshot?: OpenZFSOriginSnapshotConfiguration;
466
-
467
- ReadOnly?: boolean;
468
-
469
- NfsExports?: OpenZFSNfsExport[];
470
-
471
- UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
472
- }
473
- export declare enum VolumeType {
474
- ONTAP = "ONTAP",
475
- OPENZFS = "OPENZFS"
476
- }
477
-
478
- export interface AssociateFileSystemAliasesRequest {
479
-
480
- ClientRequestToken?: string;
481
-
482
- FileSystemId: string | undefined;
483
-
484
- Aliases: string[] | undefined;
485
- }
486
-
487
- export interface AssociateFileSystemAliasesResponse {
488
-
489
- Aliases?: Alias[];
490
- }
491
-
492
- export declare class BadRequest extends __BaseException {
493
- readonly name: "BadRequest";
494
- readonly $fault: "client";
495
-
496
- Message?: string;
497
-
498
- constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
499
- }
500
-
501
- export declare class FileSystemNotFound extends __BaseException {
502
- readonly name: "FileSystemNotFound";
503
- readonly $fault: "client";
504
-
505
- Message?: string;
506
-
507
- constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
508
- }
509
-
510
- export declare class InternalServerError extends __BaseException {
511
- readonly name: "InternalServerError";
512
- readonly $fault: "server";
513
-
514
- Message?: string;
515
-
516
- constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
517
- }
518
- export declare enum EventType {
519
- CHANGED = "CHANGED",
520
- DELETED = "DELETED",
521
- NEW = "NEW"
522
- }
523
-
524
- export interface AutoExportPolicy {
525
-
526
- Events?: (EventType | string)[];
527
- }
528
-
529
- export interface AutoImportPolicy {
530
-
531
- Events?: (EventType | string)[];
532
- }
533
-
534
- export interface CancelDataRepositoryTaskRequest {
535
-
536
- TaskId: string | undefined;
537
- }
538
- export declare enum DataRepositoryTaskLifecycle {
539
- CANCELED = "CANCELED",
540
- CANCELING = "CANCELING",
541
- EXECUTING = "EXECUTING",
542
- FAILED = "FAILED",
543
- PENDING = "PENDING",
544
- SUCCEEDED = "SUCCEEDED"
545
- }
546
- export interface CancelDataRepositoryTaskResponse {
547
-
548
- Lifecycle?: DataRepositoryTaskLifecycle | string;
549
-
550
- TaskId?: string;
551
- }
552
-
553
- export declare class DataRepositoryTaskEnded extends __BaseException {
554
- readonly name: "DataRepositoryTaskEnded";
555
- readonly $fault: "client";
556
-
557
- Message?: string;
558
-
559
- constructor(opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>);
560
- }
561
-
562
- export declare class DataRepositoryTaskNotFound extends __BaseException {
563
- readonly name: "DataRepositoryTaskNotFound";
564
- readonly $fault: "client";
565
-
566
- Message?: string;
567
-
568
- constructor(opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>);
569
- }
570
-
571
- export declare class UnsupportedOperation extends __BaseException {
572
- readonly name: "UnsupportedOperation";
573
- readonly $fault: "client";
574
-
575
- Message?: string;
576
-
577
- constructor(opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>);
578
- }
579
-
580
- export declare class BackupNotFound extends __BaseException {
581
- readonly name: "BackupNotFound";
582
- readonly $fault: "client";
583
-
584
- Message?: string;
585
-
586
- constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
587
- }
588
- export interface CopyBackupRequest {
589
-
590
- ClientRequestToken?: string;
591
-
592
- SourceBackupId: string | undefined;
593
-
594
- SourceRegion?: string;
595
-
596
- KmsKeyId?: string;
597
-
598
- CopyTags?: boolean;
599
-
600
- Tags?: Tag[];
601
- }
602
-
603
- export interface BackupFailureDetails {
604
-
605
- Message?: string;
606
- }
607
- export declare enum BackupLifecycle {
608
- AVAILABLE = "AVAILABLE",
609
- COPYING = "COPYING",
610
- CREATING = "CREATING",
611
- DELETED = "DELETED",
612
- FAILED = "FAILED",
613
- PENDING = "PENDING",
614
- TRANSFERRING = "TRANSFERRING"
615
- }
616
- export declare enum ResourceType {
617
- FILE_SYSTEM = "FILE_SYSTEM",
618
- VOLUME = "VOLUME"
619
- }
620
- export declare enum BackupType {
621
- AUTOMATIC = "AUTOMATIC",
622
- AWS_BACKUP = "AWS_BACKUP",
623
- USER_INITIATED = "USER_INITIATED"
624
- }
625
-
626
- export declare class IncompatibleParameterError extends __BaseException {
627
- readonly name: "IncompatibleParameterError";
628
- readonly $fault: "client";
629
-
630
- Parameter: string | undefined;
631
-
632
- Message?: string;
633
-
634
- constructor(opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>);
635
- }
636
-
637
- export declare class IncompatibleRegionForMultiAZ extends __BaseException {
638
- readonly name: "IncompatibleRegionForMultiAZ";
639
- readonly $fault: "client";
640
-
641
- Message?: string;
642
-
643
- constructor(opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>);
644
- }
645
-
646
- export declare class InvalidDestinationKmsKey extends __BaseException {
647
- readonly name: "InvalidDestinationKmsKey";
648
- readonly $fault: "client";
649
-
650
- Message?: string;
651
-
652
- constructor(opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>);
653
- }
654
-
655
- export declare class InvalidRegion extends __BaseException {
656
- readonly name: "InvalidRegion";
657
- readonly $fault: "client";
658
-
659
- Message?: string;
660
-
661
- constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
662
- }
663
-
664
- export declare class InvalidSourceKmsKey extends __BaseException {
665
- readonly name: "InvalidSourceKmsKey";
666
- readonly $fault: "client";
667
-
668
- Message?: string;
669
-
670
- constructor(opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>);
671
- }
672
- export declare enum ServiceLimit {
673
- FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
674
- STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
675
- TOTAL_IN_PROGRESS_COPY_BACKUPS = "TOTAL_IN_PROGRESS_COPY_BACKUPS",
676
- TOTAL_SSD_IOPS = "TOTAL_SSD_IOPS",
677
- TOTAL_STORAGE = "TOTAL_STORAGE",
678
- TOTAL_THROUGHPUT_CAPACITY = "TOTAL_THROUGHPUT_CAPACITY",
679
- TOTAL_USER_INITIATED_BACKUPS = "TOTAL_USER_INITIATED_BACKUPS",
680
- TOTAL_USER_TAGS = "TOTAL_USER_TAGS",
681
- VOLUMES_PER_FILE_SYSTEM = "VOLUMES_PER_FILE_SYSTEM"
682
- }
683
-
684
- export declare class ServiceLimitExceeded extends __BaseException {
685
- readonly name: "ServiceLimitExceeded";
686
- readonly $fault: "client";
687
-
688
- Limit: ServiceLimit | string | undefined;
689
-
690
- Message?: string;
691
-
692
- constructor(opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>);
693
- }
694
-
695
- export declare class SourceBackupUnavailable extends __BaseException {
696
- readonly name: "SourceBackupUnavailable";
697
- readonly $fault: "client";
698
-
699
- Message?: string;
700
-
701
- BackupId?: string;
702
-
703
- constructor(opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>);
704
- }
705
-
706
- export declare class BackupInProgress extends __BaseException {
707
- readonly name: "BackupInProgress";
708
- readonly $fault: "client";
709
-
710
- Message?: string;
711
-
712
- constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
713
- }
714
-
715
- export interface CreateBackupRequest {
716
-
717
- FileSystemId?: string;
718
-
719
- ClientRequestToken?: string;
720
-
721
- Tags?: Tag[];
722
-
723
- VolumeId?: string;
724
- }
725
-
726
- export declare class VolumeNotFound extends __BaseException {
727
- readonly name: "VolumeNotFound";
728
- readonly $fault: "client";
729
-
730
- Message?: string;
731
-
732
- constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
733
- }
734
-
735
- export interface S3DataRepositoryConfiguration {
736
-
737
- AutoImportPolicy?: AutoImportPolicy;
738
-
739
- AutoExportPolicy?: AutoExportPolicy;
740
- }
741
- export interface CreateDataRepositoryAssociationRequest {
742
-
743
- FileSystemId: string | undefined;
744
-
745
- FileSystemPath: string | undefined;
746
-
747
- DataRepositoryPath: string | undefined;
748
-
749
- BatchImportMetaDataOnCreate?: boolean;
750
-
751
- ImportedFileChunkSize?: number;
752
-
753
- S3?: S3DataRepositoryConfiguration;
754
-
755
- ClientRequestToken?: string;
756
-
757
- Tags?: Tag[];
758
- }
759
-
760
- export interface DataRepositoryAssociation {
761
-
762
- AssociationId?: string;
763
-
764
- ResourceARN?: string;
765
-
766
- FileSystemId?: string;
767
-
768
- Lifecycle?: DataRepositoryLifecycle | string;
769
-
770
- FailureDetails?: DataRepositoryFailureDetails;
771
-
772
- FileSystemPath?: string;
773
-
774
- DataRepositoryPath?: string;
775
-
776
- BatchImportMetaDataOnCreate?: boolean;
777
-
778
- ImportedFileChunkSize?: number;
779
-
780
- S3?: S3DataRepositoryConfiguration;
781
-
782
- Tags?: Tag[];
783
-
784
- CreationTime?: Date;
785
- }
786
- export interface CreateDataRepositoryAssociationResponse {
787
-
788
- Association?: DataRepositoryAssociation;
789
- }
790
- export declare enum ReportFormat {
791
- REPORT_CSV_20191124 = "REPORT_CSV_20191124"
792
- }
793
- export declare enum ReportScope {
794
- FAILED_FILES_ONLY = "FAILED_FILES_ONLY"
795
- }
796
-
797
- export interface CompletionReport {
798
-
799
- Enabled: boolean | undefined;
800
-
801
- Path?: string;
802
-
803
- Format?: ReportFormat | string;
804
-
805
- Scope?: ReportScope | string;
806
- }
807
- export declare enum DataRepositoryTaskType {
808
- EXPORT = "EXPORT_TO_REPOSITORY",
809
- IMPORT = "IMPORT_METADATA_FROM_REPOSITORY"
810
- }
811
- export interface CreateDataRepositoryTaskRequest {
812
-
813
- Type: DataRepositoryTaskType | string | undefined;
814
-
815
- Paths?: string[];
816
-
817
- FileSystemId: string | undefined;
818
-
819
- Report: CompletionReport | undefined;
820
-
821
- ClientRequestToken?: string;
822
-
823
- Tags?: Tag[];
824
- }
825
-
826
- export interface DataRepositoryTaskFailureDetails {
827
-
828
- Message?: string;
829
- }
830
-
831
- export interface DataRepositoryTaskStatus {
832
-
833
- TotalCount?: number;
834
-
835
- SucceededCount?: number;
836
-
837
- FailedCount?: number;
838
-
839
- LastUpdatedTime?: Date;
840
- }
841
-
842
- export interface DataRepositoryTask {
843
-
844
- TaskId: string | undefined;
845
-
846
- Lifecycle: DataRepositoryTaskLifecycle | string | undefined;
847
-
848
- Type: DataRepositoryTaskType | string | undefined;
849
-
850
- CreationTime: Date | undefined;
851
-
852
- StartTime?: Date;
853
-
854
- EndTime?: Date;
855
-
856
- ResourceARN?: string;
857
-
858
- Tags?: Tag[];
859
-
860
- FileSystemId: string | undefined;
861
-
862
- Paths?: string[];
863
-
864
- FailureDetails?: DataRepositoryTaskFailureDetails;
865
-
866
- Status?: DataRepositoryTaskStatus;
867
-
868
- Report?: CompletionReport;
869
- }
870
- export interface CreateDataRepositoryTaskResponse {
871
-
872
- DataRepositoryTask?: DataRepositoryTask;
873
- }
874
-
875
- export declare class DataRepositoryTaskExecuting extends __BaseException {
876
- readonly name: "DataRepositoryTaskExecuting";
877
- readonly $fault: "client";
878
-
879
- Message?: string;
880
-
881
- constructor(opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>);
882
- }
883
-
884
- export interface LustreLogCreateConfiguration {
885
-
886
- Level: LustreAccessAuditLogLevel | string | undefined;
887
-
888
- Destination?: string;
889
- }
890
-
891
- export interface CreateFileSystemLustreConfiguration {
892
-
893
- WeeklyMaintenanceStartTime?: string;
894
-
895
- ImportPath?: string;
896
-
897
- ExportPath?: string;
898
-
899
- ImportedFileChunkSize?: number;
900
-
901
- DeploymentType?: LustreDeploymentType | string;
902
-
903
- AutoImportPolicy?: AutoImportPolicyType | string;
904
-
905
- PerUnitStorageThroughput?: number;
906
-
907
- DailyAutomaticBackupStartTime?: string;
908
-
909
- AutomaticBackupRetentionDays?: number;
910
-
911
- CopyTagsToBackups?: boolean;
912
-
913
- DriveCacheType?: DriveCacheType | string;
914
-
915
- DataCompressionType?: DataCompressionType | string;
916
-
917
- LogConfiguration?: LustreLogCreateConfiguration;
918
-
919
- RootSquashConfiguration?: LustreRootSquashConfiguration;
920
- }
921
-
922
- export interface CreateFileSystemOntapConfiguration {
923
-
924
- AutomaticBackupRetentionDays?: number;
925
-
926
- DailyAutomaticBackupStartTime?: string;
927
-
928
- DeploymentType: OntapDeploymentType | string | undefined;
929
-
930
- EndpointIpAddressRange?: string;
931
-
932
- FsxAdminPassword?: string;
933
-
934
- DiskIopsConfiguration?: DiskIopsConfiguration;
935
-
936
- PreferredSubnetId?: string;
937
-
938
- RouteTableIds?: string[];
939
-
940
- ThroughputCapacity: number | undefined;
941
-
942
- WeeklyMaintenanceStartTime?: string;
943
- }
944
-
945
- export interface OpenZFSCreateRootVolumeConfiguration {
946
-
947
- RecordSizeKiB?: number;
948
-
949
- DataCompressionType?: OpenZFSDataCompressionType | string;
950
-
951
- NfsExports?: OpenZFSNfsExport[];
952
-
953
- UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
954
-
955
- CopyTagsToSnapshots?: boolean;
956
-
957
- ReadOnly?: boolean;
958
- }
959
-
960
- export interface CreateFileSystemOpenZFSConfiguration {
961
-
962
- AutomaticBackupRetentionDays?: number;
963
-
964
- CopyTagsToBackups?: boolean;
965
-
966
- CopyTagsToVolumes?: boolean;
967
-
968
- DailyAutomaticBackupStartTime?: string;
969
-
970
- DeploymentType: OpenZFSDeploymentType | string | undefined;
971
-
972
- ThroughputCapacity: number | undefined;
973
-
974
- WeeklyMaintenanceStartTime?: string;
975
-
976
- DiskIopsConfiguration?: DiskIopsConfiguration;
977
-
978
- RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
979
- }
980
-
981
- export interface WindowsAuditLogCreateConfiguration {
982
-
983
- FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
984
-
985
- FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
986
-
987
- AuditLogDestination?: string;
988
- }
989
-
990
- export interface SelfManagedActiveDirectoryConfiguration {
991
-
992
- DomainName: string | undefined;
993
-
994
- OrganizationalUnitDistinguishedName?: string;
995
-
996
- FileSystemAdministratorsGroup?: string;
997
-
998
- UserName: string | undefined;
999
-
1000
- Password: string | undefined;
1001
-
1002
- DnsIps: string[] | undefined;
1003
- }
1004
-
1005
- export interface CreateFileSystemWindowsConfiguration {
1006
-
1007
- ActiveDirectoryId?: string;
1008
-
1009
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
1010
-
1011
- DeploymentType?: WindowsDeploymentType | string;
1012
-
1013
- PreferredSubnetId?: string;
1014
-
1015
- ThroughputCapacity: number | undefined;
1016
-
1017
- WeeklyMaintenanceStartTime?: string;
1018
-
1019
- DailyAutomaticBackupStartTime?: string;
1020
-
1021
- AutomaticBackupRetentionDays?: number;
1022
-
1023
- CopyTagsToBackups?: boolean;
1024
-
1025
- Aliases?: string[];
1026
-
1027
- AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
1028
- }
1029
-
1030
- export interface CreateFileSystemRequest {
1031
-
1032
- ClientRequestToken?: string;
1033
-
1034
- FileSystemType: FileSystemType | string | undefined;
1035
-
1036
- StorageCapacity: number | undefined;
1037
-
1038
- StorageType?: StorageType | string;
1039
-
1040
- SubnetIds: string[] | undefined;
1041
-
1042
- SecurityGroupIds?: string[];
1043
-
1044
- Tags?: Tag[];
1045
-
1046
- KmsKeyId?: string;
1047
-
1048
- WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
1049
-
1050
- LustreConfiguration?: CreateFileSystemLustreConfiguration;
1051
-
1052
- OntapConfiguration?: CreateFileSystemOntapConfiguration;
1053
-
1054
- FileSystemTypeVersion?: string;
1055
-
1056
- OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1057
- }
1058
-
1059
- export declare class InvalidExportPath extends __BaseException {
1060
- readonly name: "InvalidExportPath";
1061
- readonly $fault: "client";
1062
-
1063
- Message?: string;
1064
-
1065
- constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
1066
- }
1067
-
1068
- export declare class InvalidImportPath extends __BaseException {
1069
- readonly name: "InvalidImportPath";
1070
- readonly $fault: "client";
1071
-
1072
- Message?: string;
1073
-
1074
- constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
1075
- }
1076
-
1077
- export declare class InvalidNetworkSettings extends __BaseException {
1078
- readonly name: "InvalidNetworkSettings";
1079
- readonly $fault: "client";
1080
-
1081
- Message?: string;
1082
-
1083
- InvalidSubnetId?: string;
1084
-
1085
- InvalidSecurityGroupId?: string;
1086
-
1087
- InvalidRouteTableId?: string;
1088
-
1089
- constructor(opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>);
1090
- }
1091
-
1092
- export declare class InvalidPerUnitStorageThroughput extends __BaseException {
1093
- readonly name: "InvalidPerUnitStorageThroughput";
1094
- readonly $fault: "client";
1095
-
1096
- Message?: string;
1097
-
1098
- constructor(opts: __ExceptionOptionType<InvalidPerUnitStorageThroughput, __BaseException>);
1099
- }
1100
-
1101
- export declare class MissingFileSystemConfiguration extends __BaseException {
1102
- readonly name: "MissingFileSystemConfiguration";
1103
- readonly $fault: "client";
1104
-
1105
- Message?: string;
1106
-
1107
- constructor(opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>);
1108
- }
1109
-
1110
- export interface CreateFileSystemFromBackupRequest {
1111
-
1112
- BackupId: string | undefined;
1113
-
1114
- ClientRequestToken?: string;
1115
-
1116
- SubnetIds: string[] | undefined;
1117
-
1118
- SecurityGroupIds?: string[];
1119
-
1120
- Tags?: Tag[];
1121
-
1122
- WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
1123
-
1124
- LustreConfiguration?: CreateFileSystemLustreConfiguration;
1125
-
1126
- StorageType?: StorageType | string;
1127
-
1128
- KmsKeyId?: string;
1129
-
1130
- FileSystemTypeVersion?: string;
1131
-
1132
- OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1133
- }
1134
- export interface CreateSnapshotRequest {
1135
-
1136
- ClientRequestToken?: string;
1137
-
1138
- Name: string | undefined;
1139
-
1140
- VolumeId: string | undefined;
1141
-
1142
- Tags?: Tag[];
1143
- }
1144
-
1145
- export interface CreateSvmActiveDirectoryConfiguration {
1146
-
1147
- NetBiosName: string | undefined;
1148
-
1149
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
1150
- }
1151
- export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
1152
- MIXED = "MIXED",
1153
- NTFS = "NTFS",
1154
- UNIX = "UNIX"
1155
- }
1156
- export interface CreateStorageVirtualMachineRequest {
1157
-
1158
- ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration;
1159
-
1160
- ClientRequestToken?: string;
1161
-
1162
- FileSystemId: string | undefined;
1163
-
1164
- Name: string | undefined;
1165
-
1166
- SvmAdminPassword?: string;
1167
-
1168
- Tags?: Tag[];
1169
-
1170
- RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
1171
- }
1172
-
1173
- export interface SvmActiveDirectoryConfiguration {
1174
-
1175
- NetBiosName?: string;
1176
-
1177
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
1178
- }
1179
-
1180
- export interface SvmEndpoint {
1181
-
1182
- DNSName?: string;
1183
-
1184
- IpAddresses?: string[];
1185
- }
1186
-
1187
- export interface SvmEndpoints {
1188
-
1189
- Iscsi?: SvmEndpoint;
1190
-
1191
- Management?: SvmEndpoint;
1192
-
1193
- Nfs?: SvmEndpoint;
1194
-
1195
- Smb?: SvmEndpoint;
1196
- }
1197
- export declare enum StorageVirtualMachineLifecycle {
1198
- CREATED = "CREATED",
1199
- CREATING = "CREATING",
1200
- DELETING = "DELETING",
1201
- FAILED = "FAILED",
1202
- MISCONFIGURED = "MISCONFIGURED",
1203
- PENDING = "PENDING"
1204
- }
1205
- export declare enum StorageVirtualMachineSubtype {
1206
- DEFAULT = "DEFAULT",
1207
- DP_DESTINATION = "DP_DESTINATION",
1208
- SYNC_DESTINATION = "SYNC_DESTINATION",
1209
- SYNC_SOURCE = "SYNC_SOURCE"
1210
- }
1211
-
1212
- export interface StorageVirtualMachine {
1213
-
1214
- ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration;
1215
-
1216
- CreationTime?: Date;
1217
-
1218
- Endpoints?: SvmEndpoints;
1219
-
1220
- FileSystemId?: string;
1221
-
1222
- Lifecycle?: StorageVirtualMachineLifecycle | string;
1223
-
1224
- Name?: string;
1225
-
1226
- ResourceARN?: string;
1227
-
1228
- StorageVirtualMachineId?: string;
1229
-
1230
- Subtype?: StorageVirtualMachineSubtype | string;
1231
-
1232
- UUID?: string;
1233
-
1234
- Tags?: Tag[];
1235
-
1236
- LifecycleTransitionReason?: LifecycleTransitionReason;
1237
-
1238
- RootVolumeSecurityStyle?: StorageVirtualMachineRootVolumeSecurityStyle | string;
1239
- }
1240
- export interface CreateStorageVirtualMachineResponse {
1241
-
1242
- StorageVirtualMachine?: StorageVirtualMachine;
1243
- }
1244
-
1245
- export interface CreateOntapVolumeConfiguration {
1246
-
1247
- JunctionPath: string | undefined;
1248
-
1249
- SecurityStyle?: SecurityStyle | string;
1250
-
1251
- SizeInMegabytes: number | undefined;
1252
-
1253
- StorageEfficiencyEnabled: boolean | undefined;
1254
-
1255
- StorageVirtualMachineId: string | undefined;
1256
-
1257
- TieringPolicy?: TieringPolicy;
1258
- }
1259
-
1260
- export interface CreateOpenZFSOriginSnapshotConfiguration {
1261
-
1262
- SnapshotARN: string | undefined;
1263
-
1264
- CopyStrategy: OpenZFSCopyStrategy | string | undefined;
1265
- }
1266
-
1267
- export interface CreateOpenZFSVolumeConfiguration {
1268
-
1269
- ParentVolumeId: string | undefined;
1270
-
1271
- StorageCapacityReservationGiB?: number;
1272
-
1273
- StorageCapacityQuotaGiB?: number;
1274
-
1275
- RecordSizeKiB?: number;
1276
-
1277
- DataCompressionType?: OpenZFSDataCompressionType | string;
1278
-
1279
- CopyTagsToSnapshots?: boolean;
1280
-
1281
- OriginSnapshot?: CreateOpenZFSOriginSnapshotConfiguration;
1282
-
1283
- ReadOnly?: boolean;
1284
-
1285
- NfsExports?: OpenZFSNfsExport[];
1286
-
1287
- UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1288
- }
1289
- export interface CreateVolumeRequest {
1290
-
1291
- ClientRequestToken?: string;
1292
-
1293
- VolumeType: VolumeType | string | undefined;
1294
-
1295
- Name: string | undefined;
1296
-
1297
- OntapConfiguration?: CreateOntapVolumeConfiguration;
1298
-
1299
- Tags?: Tag[];
1300
-
1301
- OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
1302
- }
1303
-
1304
- export declare class MissingVolumeConfiguration extends __BaseException {
1305
- readonly name: "MissingVolumeConfiguration";
1306
- readonly $fault: "client";
1307
-
1308
- Message?: string;
1309
-
1310
- constructor(opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>);
1311
- }
1312
-
1313
- export declare class StorageVirtualMachineNotFound extends __BaseException {
1314
- readonly name: "StorageVirtualMachineNotFound";
1315
- readonly $fault: "client";
1316
-
1317
- Message?: string;
1318
-
1319
- constructor(opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>);
1320
- }
1321
- export interface CreateVolumeFromBackupRequest {
1322
-
1323
- BackupId: string | undefined;
1324
-
1325
- ClientRequestToken?: string;
1326
-
1327
- Name: string | undefined;
1328
-
1329
- OntapConfiguration?: CreateOntapVolumeConfiguration;
1330
-
1331
- Tags?: Tag[];
1332
- }
1333
-
1334
- export declare class BackupBeingCopied extends __BaseException {
1335
- readonly name: "BackupBeingCopied";
1336
- readonly $fault: "client";
1337
-
1338
- Message?: string;
1339
-
1340
- BackupId?: string;
1341
-
1342
- constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
1343
- }
1344
-
1345
- export declare class BackupRestoring extends __BaseException {
1346
- readonly name: "BackupRestoring";
1347
- readonly $fault: "client";
1348
-
1349
- Message?: string;
1350
-
1351
- FileSystemId?: string;
1352
-
1353
- constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
1354
- }
1355
-
1356
- export interface DeleteBackupRequest {
1357
-
1358
- BackupId: string | undefined;
1359
-
1360
- ClientRequestToken?: string;
1361
- }
1362
-
1363
- export interface DeleteBackupResponse {
1364
-
1365
- BackupId?: string;
1366
-
1367
- Lifecycle?: BackupLifecycle | string;
1368
- }
1369
-
1370
- export declare class DataRepositoryAssociationNotFound extends __BaseException {
1371
- readonly name: "DataRepositoryAssociationNotFound";
1372
- readonly $fault: "client";
1373
-
1374
- Message?: string;
1375
-
1376
- constructor(opts: __ExceptionOptionType<DataRepositoryAssociationNotFound, __BaseException>);
1377
- }
1378
- export interface DeleteDataRepositoryAssociationRequest {
1379
-
1380
- AssociationId: string | undefined;
1381
-
1382
- ClientRequestToken?: string;
1383
-
1384
- DeleteDataInFileSystem: boolean | undefined;
1385
- }
1386
- export interface DeleteDataRepositoryAssociationResponse {
1387
-
1388
- AssociationId?: string;
1389
-
1390
- Lifecycle?: DataRepositoryLifecycle | string;
1391
-
1392
- DeleteDataInFileSystem?: boolean;
1393
- }
1394
-
1395
- export interface DeleteFileSystemLustreConfiguration {
1396
-
1397
- SkipFinalBackup?: boolean;
1398
-
1399
- FinalBackupTags?: Tag[];
1400
- }
1401
- export declare enum DeleteFileSystemOpenZFSOption {
1402
- DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
1403
- }
1404
-
1405
- export interface DeleteFileSystemOpenZFSConfiguration {
1406
-
1407
- SkipFinalBackup?: boolean;
1408
-
1409
- FinalBackupTags?: Tag[];
1410
-
1411
- Options?: (DeleteFileSystemOpenZFSOption | string)[];
1412
- }
1413
-
1414
- export interface DeleteFileSystemWindowsConfiguration {
1415
-
1416
- SkipFinalBackup?: boolean;
1417
-
1418
- FinalBackupTags?: Tag[];
1419
- }
1420
-
1421
- export interface DeleteFileSystemRequest {
1422
-
1423
- FileSystemId: string | undefined;
1424
-
1425
- ClientRequestToken?: string;
1426
-
1427
- WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
1428
-
1429
- LustreConfiguration?: DeleteFileSystemLustreConfiguration;
1430
-
1431
- OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
1432
- }
1433
-
1434
- export interface DeleteFileSystemLustreResponse {
1435
-
1436
- FinalBackupId?: string;
1437
-
1438
- FinalBackupTags?: Tag[];
1439
- }
1440
-
1441
- export interface DeleteFileSystemOpenZFSResponse {
1442
-
1443
- FinalBackupId?: string;
1444
-
1445
- FinalBackupTags?: Tag[];
1446
- }
1447
-
1448
- export interface DeleteFileSystemWindowsResponse {
1449
-
1450
- FinalBackupId?: string;
1451
-
1452
- FinalBackupTags?: Tag[];
1453
- }
1454
-
1455
- export interface DeleteFileSystemResponse {
1456
-
1457
- FileSystemId?: string;
1458
-
1459
- Lifecycle?: FileSystemLifecycle | string;
1460
-
1461
- WindowsResponse?: DeleteFileSystemWindowsResponse;
1462
-
1463
- LustreResponse?: DeleteFileSystemLustreResponse;
1464
-
1465
- OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
1466
- }
1467
- export interface DeleteSnapshotRequest {
1468
-
1469
- ClientRequestToken?: string;
1470
-
1471
- SnapshotId: string | undefined;
1472
- }
1473
- export interface DeleteSnapshotResponse {
1474
-
1475
- SnapshotId?: string;
1476
-
1477
- Lifecycle?: SnapshotLifecycle | string;
1478
- }
1479
-
1480
- export declare class SnapshotNotFound extends __BaseException {
1481
- readonly name: "SnapshotNotFound";
1482
- readonly $fault: "client";
1483
-
1484
- Message?: string;
1485
-
1486
- constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
1487
- }
1488
- export interface DeleteStorageVirtualMachineRequest {
1489
-
1490
- ClientRequestToken?: string;
1491
-
1492
- StorageVirtualMachineId: string | undefined;
1493
- }
1494
- export interface DeleteStorageVirtualMachineResponse {
1495
-
1496
- StorageVirtualMachineId?: string;
1497
-
1498
- Lifecycle?: StorageVirtualMachineLifecycle | string;
1499
- }
1500
-
1501
- export interface DeleteVolumeOntapConfiguration {
1502
-
1503
- SkipFinalBackup?: boolean;
1504
-
1505
- FinalBackupTags?: Tag[];
1506
- }
1507
- export declare enum DeleteOpenZFSVolumeOption {
1508
- DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"
1509
- }
1510
-
1511
- export interface DeleteVolumeOpenZFSConfiguration {
1512
-
1513
- Options?: (DeleteOpenZFSVolumeOption | string)[];
1514
- }
1515
- export interface DeleteVolumeRequest {
1516
-
1517
- ClientRequestToken?: string;
1518
-
1519
- VolumeId: string | undefined;
1520
-
1521
- OntapConfiguration?: DeleteVolumeOntapConfiguration;
1522
-
1523
- OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
1524
- }
1525
-
1526
- export interface DeleteVolumeOntapResponse {
1527
-
1528
- FinalBackupId?: string;
1529
-
1530
- FinalBackupTags?: Tag[];
1531
- }
1532
- export interface DeleteVolumeResponse {
1533
-
1534
- VolumeId?: string;
1535
-
1536
- Lifecycle?: VolumeLifecycle | string;
1537
-
1538
- OntapResponse?: DeleteVolumeOntapResponse;
1539
- }
1540
- export declare enum FilterName {
1541
- BACKUP_TYPE = "backup-type",
1542
- DATA_REPOSITORY_TYPE = "data-repository-type",
1543
- FILE_SYSTEM_ID = "file-system-id",
1544
- FILE_SYSTEM_TYPE = "file-system-type",
1545
- VOLUME_ID = "volume-id"
1546
- }
1547
-
1548
- export interface Filter {
1549
-
1550
- Name?: FilterName | string;
1551
-
1552
- Values?: string[];
1553
- }
1554
-
1555
- export interface DescribeBackupsRequest {
1556
-
1557
- BackupIds?: string[];
1558
-
1559
- Filters?: Filter[];
1560
-
1561
- MaxResults?: number;
1562
-
1563
- NextToken?: string;
1564
- }
1565
- export interface DescribeDataRepositoryAssociationsRequest {
1566
-
1567
- AssociationIds?: string[];
1568
-
1569
- Filters?: Filter[];
1570
-
1571
- MaxResults?: number;
1572
-
1573
- NextToken?: string;
1574
- }
1575
- export interface DescribeDataRepositoryAssociationsResponse {
1576
-
1577
- Associations?: DataRepositoryAssociation[];
1578
-
1579
- NextToken?: string;
1580
- }
1581
-
1582
- export declare class InvalidDataRepositoryType extends __BaseException {
1583
- readonly name: "InvalidDataRepositoryType";
1584
- readonly $fault: "client";
1585
-
1586
- Message?: string;
1587
-
1588
- constructor(opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>);
1589
- }
1590
- export declare enum DataRepositoryTaskFilterName {
1591
- DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
1592
- FILE_SYSTEM_ID = "file-system-id",
1593
- TASK_LIFECYCLE = "task-lifecycle"
1594
- }
1595
-
1596
- export interface DataRepositoryTaskFilter {
1597
-
1598
- Name?: DataRepositoryTaskFilterName | string;
1599
-
1600
- Values?: string[];
1601
- }
1602
- export interface DescribeDataRepositoryTasksRequest {
1603
-
1604
- TaskIds?: string[];
1605
-
1606
- Filters?: DataRepositoryTaskFilter[];
1607
-
1608
- MaxResults?: number;
1609
-
1610
- NextToken?: string;
1611
- }
1612
- export interface DescribeDataRepositoryTasksResponse {
1613
-
1614
- DataRepositoryTasks?: DataRepositoryTask[];
1615
-
1616
- NextToken?: string;
1617
- }
1618
-
1619
- export interface DescribeFileSystemAliasesRequest {
1620
-
1621
- ClientRequestToken?: string;
1622
-
1623
- FileSystemId: string | undefined;
1624
-
1625
- MaxResults?: number;
1626
-
1627
- NextToken?: string;
1628
- }
1629
-
1630
- export interface DescribeFileSystemAliasesResponse {
1631
-
1632
- Aliases?: Alias[];
1633
-
1634
- NextToken?: string;
1635
- }
1636
-
1637
- export interface DescribeFileSystemsRequest {
1638
-
1639
- FileSystemIds?: string[];
1640
-
1641
- MaxResults?: number;
1642
-
1643
- NextToken?: string;
1644
- }
1645
- export declare enum SnapshotFilterName {
1646
- FILE_SYSTEM_ID = "file-system-id",
1647
- VOLUME_ID = "volume-id"
1648
- }
1649
-
1650
- export interface SnapshotFilter {
1651
-
1652
- Name?: SnapshotFilterName | string;
1653
-
1654
- Values?: string[];
1655
- }
1656
- export interface DescribeSnapshotsRequest {
1657
-
1658
- SnapshotIds?: string[];
1659
-
1660
- Filters?: SnapshotFilter[];
1661
-
1662
- MaxResults?: number;
1663
-
1664
- NextToken?: string;
1665
- }
1666
- export declare enum StorageVirtualMachineFilterName {
1667
- FILE_SYSTEM_ID = "file-system-id"
1668
- }
1669
-
1670
- export interface StorageVirtualMachineFilter {
1671
-
1672
- Name?: StorageVirtualMachineFilterName | string;
1673
-
1674
- Values?: string[];
1675
- }
1676
- export interface DescribeStorageVirtualMachinesRequest {
1677
-
1678
- StorageVirtualMachineIds?: string[];
1679
-
1680
- Filters?: StorageVirtualMachineFilter[];
1681
-
1682
- MaxResults?: number;
1683
-
1684
- NextToken?: string;
1685
- }
1686
- export interface DescribeStorageVirtualMachinesResponse {
1687
-
1688
- StorageVirtualMachines?: StorageVirtualMachine[];
1689
-
1690
- NextToken?: string;
1691
- }
1692
- export declare enum VolumeFilterName {
1693
- FILE_SYSTEM_ID = "file-system-id",
1694
- STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id"
1695
- }
1696
-
1697
- export interface VolumeFilter {
1698
-
1699
- Name?: VolumeFilterName | string;
1700
-
1701
- Values?: string[];
1702
- }
1703
- export interface DescribeVolumesRequest {
1704
-
1705
- VolumeIds?: string[];
1706
-
1707
- Filters?: VolumeFilter[];
1708
-
1709
- MaxResults?: number;
1710
-
1711
- NextToken?: string;
1712
- }
1713
-
1714
- export interface DisassociateFileSystemAliasesRequest {
1715
-
1716
- ClientRequestToken?: string;
1717
-
1718
- FileSystemId: string | undefined;
1719
-
1720
- Aliases: string[] | undefined;
1721
- }
1722
-
1723
- export interface DisassociateFileSystemAliasesResponse {
1724
-
1725
- Aliases?: Alias[];
1726
- }
1727
-
1728
- export interface ListTagsForResourceRequest {
1729
-
1730
- ResourceARN: string | undefined;
1731
-
1732
- MaxResults?: number;
1733
-
1734
- NextToken?: string;
1735
- }
1736
-
1737
- export interface ListTagsForResourceResponse {
1738
-
1739
- Tags?: Tag[];
1740
-
1741
- NextToken?: string;
1742
- }
1743
-
1744
- export declare class NotServiceResourceError extends __BaseException {
1745
- readonly name: "NotServiceResourceError";
1746
- readonly $fault: "client";
1747
-
1748
- ResourceARN: string | undefined;
1749
-
1750
- Message?: string;
1751
-
1752
- constructor(opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>);
1753
- }
1754
-
1755
- export declare class ResourceDoesNotSupportTagging extends __BaseException {
1756
- readonly name: "ResourceDoesNotSupportTagging";
1757
- readonly $fault: "client";
1758
-
1759
- ResourceARN: string | undefined;
1760
-
1761
- Message?: string;
1762
-
1763
- constructor(opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>);
1764
- }
1765
-
1766
- export declare class ResourceNotFound extends __BaseException {
1767
- readonly name: "ResourceNotFound";
1768
- readonly $fault: "client";
1769
-
1770
- ResourceARN: string | undefined;
1771
-
1772
- Message?: string;
1773
-
1774
- constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
1775
- }
1776
- export interface ReleaseFileSystemNfsV3LocksRequest {
1777
-
1778
- FileSystemId: string | undefined;
1779
-
1780
- ClientRequestToken?: string;
1781
- }
1782
- export declare enum RestoreOpenZFSVolumeOption {
1783
- DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
1784
- DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS"
1785
- }
1786
- export interface RestoreVolumeFromSnapshotRequest {
1787
-
1788
- ClientRequestToken?: string;
1789
-
1790
- VolumeId: string | undefined;
1791
-
1792
- SnapshotId: string | undefined;
1793
-
1794
- Options?: (RestoreOpenZFSVolumeOption | string)[];
1795
- }
1796
- export interface RestoreVolumeFromSnapshotResponse {
1797
-
1798
- VolumeId?: string;
1799
-
1800
- Lifecycle?: VolumeLifecycle | string;
1801
- }
1802
-
1803
- export interface TagResourceRequest {
1804
-
1805
- ResourceARN: string | undefined;
1806
-
1807
- Tags: Tag[] | undefined;
1808
- }
1809
-
1810
- export interface TagResourceResponse {
1811
- }
1812
-
1813
- export interface UntagResourceRequest {
1814
-
1815
- ResourceARN: string | undefined;
1816
-
1817
- TagKeys: string[] | undefined;
1818
- }
1819
-
1820
- export interface UntagResourceResponse {
1821
- }
1822
- export interface UpdateDataRepositoryAssociationRequest {
1823
-
1824
- AssociationId: string | undefined;
1825
-
1826
- ClientRequestToken?: string;
1827
-
1828
- ImportedFileChunkSize?: number;
1829
-
1830
- S3?: S3DataRepositoryConfiguration;
1831
- }
1832
- export interface UpdateDataRepositoryAssociationResponse {
1833
-
1834
- Association?: DataRepositoryAssociation;
1835
- }
1836
-
1837
- export interface UpdateFileSystemLustreConfiguration {
1838
-
1839
- WeeklyMaintenanceStartTime?: string;
1840
-
1841
- DailyAutomaticBackupStartTime?: string;
1842
-
1843
- AutomaticBackupRetentionDays?: number;
1844
-
1845
- AutoImportPolicy?: AutoImportPolicyType | string;
1846
-
1847
- DataCompressionType?: DataCompressionType | string;
1848
-
1849
- LogConfiguration?: LustreLogCreateConfiguration;
1850
-
1851
- RootSquashConfiguration?: LustreRootSquashConfiguration;
1852
- }
1853
-
1854
- export interface UpdateFileSystemOntapConfiguration {
1855
-
1856
- AutomaticBackupRetentionDays?: number;
1857
-
1858
- DailyAutomaticBackupStartTime?: string;
1859
-
1860
- FsxAdminPassword?: string;
1861
-
1862
- WeeklyMaintenanceStartTime?: string;
1863
-
1864
- DiskIopsConfiguration?: DiskIopsConfiguration;
1865
-
1866
- ThroughputCapacity?: number;
1867
- }
1868
-
1869
- export interface UpdateFileSystemOpenZFSConfiguration {
1870
-
1871
- AutomaticBackupRetentionDays?: number;
1872
-
1873
- CopyTagsToBackups?: boolean;
1874
-
1875
- CopyTagsToVolumes?: boolean;
1876
-
1877
- DailyAutomaticBackupStartTime?: string;
1878
-
1879
- ThroughputCapacity?: number;
1880
-
1881
- WeeklyMaintenanceStartTime?: string;
1882
-
1883
- DiskIopsConfiguration?: DiskIopsConfiguration;
1884
- }
1885
-
1886
- export interface SelfManagedActiveDirectoryConfigurationUpdates {
1887
-
1888
- UserName?: string;
1889
-
1890
- Password?: string;
1891
-
1892
- DnsIps?: string[];
1893
- }
1894
-
1895
- export interface UpdateFileSystemWindowsConfiguration {
1896
-
1897
- WeeklyMaintenanceStartTime?: string;
1898
-
1899
- DailyAutomaticBackupStartTime?: string;
1900
-
1901
- AutomaticBackupRetentionDays?: number;
1902
-
1903
- ThroughputCapacity?: number;
1904
-
1905
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
1906
-
1907
- AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
1908
- }
1909
-
1910
- export interface UpdateFileSystemRequest {
1911
-
1912
- FileSystemId: string | undefined;
1913
-
1914
- ClientRequestToken?: string;
1915
-
1916
- StorageCapacity?: number;
1917
-
1918
- WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
1919
-
1920
- LustreConfiguration?: UpdateFileSystemLustreConfiguration;
1921
-
1922
- OntapConfiguration?: UpdateFileSystemOntapConfiguration;
1923
-
1924
- OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
1925
- }
1926
- export interface UpdateSnapshotRequest {
1927
-
1928
- ClientRequestToken?: string;
1929
-
1930
- Name: string | undefined;
1931
-
1932
- SnapshotId: string | undefined;
1933
- }
1934
-
1935
- export interface UpdateSvmActiveDirectoryConfiguration {
1936
-
1937
- SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
1938
- }
1939
- export interface UpdateStorageVirtualMachineRequest {
1940
-
1941
- ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
1942
-
1943
- ClientRequestToken?: string;
1944
-
1945
- StorageVirtualMachineId: string | undefined;
1946
-
1947
- SvmAdminPassword?: string;
1948
- }
1949
- export interface UpdateStorageVirtualMachineResponse {
1950
-
1951
- StorageVirtualMachine?: StorageVirtualMachine;
1952
- }
1953
-
1954
- export interface UpdateOntapVolumeConfiguration {
1955
-
1956
- JunctionPath?: string;
1957
-
1958
- SecurityStyle?: SecurityStyle | string;
1959
-
1960
- SizeInMegabytes?: number;
1961
-
1962
- StorageEfficiencyEnabled?: boolean;
1963
-
1964
- TieringPolicy?: TieringPolicy;
1965
- }
1966
-
1967
- export interface UpdateOpenZFSVolumeConfiguration {
1968
-
1969
- StorageCapacityReservationGiB?: number;
1970
-
1971
- StorageCapacityQuotaGiB?: number;
1972
-
1973
- RecordSizeKiB?: number;
1974
-
1975
- DataCompressionType?: OpenZFSDataCompressionType | string;
1976
-
1977
- NfsExports?: OpenZFSNfsExport[];
1978
-
1979
- UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1980
-
1981
- ReadOnly?: boolean;
1982
- }
1983
- export interface UpdateVolumeRequest {
1984
-
1985
- ClientRequestToken?: string;
1986
-
1987
- VolumeId: string | undefined;
1988
-
1989
- OntapConfiguration?: UpdateOntapVolumeConfiguration;
1990
-
1991
- Name?: string;
1992
-
1993
- OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
1994
- }
1995
-
1996
- export interface AdministrativeAction {
1997
-
1998
- AdministrativeActionType?: AdministrativeActionType | string;
1999
-
2000
- ProgressPercent?: number;
2001
-
2002
- RequestTime?: Date;
2003
-
2004
- Status?: Status | string;
2005
-
2006
- TargetFileSystemValues?: FileSystem;
2007
-
2008
- FailureDetails?: AdministrativeActionFailureDetails;
2009
-
2010
- TargetVolumeValues?: Volume;
2011
-
2012
- TargetSnapshotValues?: Snapshot;
2013
- }
2014
-
2015
- export interface FileSystem {
2016
-
2017
- OwnerId?: string;
2018
-
2019
- CreationTime?: Date;
2020
-
2021
- FileSystemId?: string;
2022
-
2023
- FileSystemType?: FileSystemType | string;
2024
-
2025
- Lifecycle?: FileSystemLifecycle | string;
2026
-
2027
- FailureDetails?: FileSystemFailureDetails;
2028
-
2029
- StorageCapacity?: number;
2030
-
2031
- StorageType?: StorageType | string;
2032
-
2033
- VpcId?: string;
2034
-
2035
- SubnetIds?: string[];
2036
-
2037
- NetworkInterfaceIds?: string[];
2038
-
2039
- DNSName?: string;
2040
-
2041
- KmsKeyId?: string;
2042
-
2043
- ResourceARN?: string;
2044
-
2045
- Tags?: Tag[];
2046
-
2047
- WindowsConfiguration?: WindowsFileSystemConfiguration;
2048
-
2049
- LustreConfiguration?: LustreFileSystemConfiguration;
2050
-
2051
- AdministrativeActions?: AdministrativeAction[];
2052
-
2053
- OntapConfiguration?: OntapFileSystemConfiguration;
2054
-
2055
- FileSystemTypeVersion?: string;
2056
-
2057
- OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
2058
- }
2059
-
2060
- export interface Snapshot {
2061
-
2062
- ResourceARN?: string;
2063
-
2064
- SnapshotId?: string;
2065
-
2066
- Name?: string;
2067
-
2068
- VolumeId?: string;
2069
-
2070
- CreationTime?: Date;
2071
-
2072
- Lifecycle?: SnapshotLifecycle | string;
2073
-
2074
- LifecycleTransitionReason?: LifecycleTransitionReason;
2075
-
2076
- Tags?: Tag[];
2077
-
2078
- AdministrativeActions?: AdministrativeAction[];
2079
- }
2080
-
2081
- export interface Volume {
2082
-
2083
- CreationTime?: Date;
2084
-
2085
- FileSystemId?: string;
2086
-
2087
- Lifecycle?: VolumeLifecycle | string;
2088
-
2089
- Name?: string;
2090
-
2091
- OntapConfiguration?: OntapVolumeConfiguration;
2092
-
2093
- ResourceARN?: string;
2094
-
2095
- Tags?: Tag[];
2096
-
2097
- VolumeId?: string;
2098
-
2099
- VolumeType?: VolumeType | string;
2100
-
2101
- LifecycleTransitionReason?: LifecycleTransitionReason;
2102
-
2103
- AdministrativeActions?: AdministrativeAction[];
2104
-
2105
- OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
2106
- }
2107
-
2108
- export interface CreateFileSystemFromBackupResponse {
2109
-
2110
- FileSystem?: FileSystem;
2111
- }
2112
-
2113
- export interface CreateFileSystemResponse {
2114
-
2115
- FileSystem?: FileSystem;
2116
- }
2117
- export interface CreateSnapshotResponse {
2118
-
2119
- Snapshot?: Snapshot;
2120
- }
2121
- export interface CreateVolumeFromBackupResponse {
2122
-
2123
- Volume?: Volume;
2124
- }
2125
- export interface CreateVolumeResponse {
2126
-
2127
- Volume?: Volume;
2128
- }
2129
- export interface ReleaseFileSystemNfsV3LocksResponse {
2130
-
2131
- FileSystem?: FileSystem;
2132
- }
2133
-
2134
- export interface UpdateFileSystemResponse {
2135
-
2136
- FileSystem?: FileSystem;
2137
- }
2138
- export interface UpdateSnapshotResponse {
2139
-
2140
- Snapshot?: Snapshot;
2141
- }
2142
- export interface UpdateVolumeResponse {
2143
-
2144
- Volume?: Volume;
2145
- }
2146
-
2147
- export interface DescribeFileSystemsResponse {
2148
-
2149
- FileSystems?: FileSystem[];
2150
-
2151
- NextToken?: string;
2152
- }
2153
- export interface DescribeSnapshotsResponse {
2154
-
2155
- Snapshots?: Snapshot[];
2156
-
2157
- NextToken?: string;
2158
- }
2159
- export interface DescribeVolumesResponse {
2160
-
2161
- Volumes?: Volume[];
2162
-
2163
- NextToken?: string;
2164
- }
2165
-
2166
- export interface Backup {
2167
-
2168
- BackupId: string | undefined;
2169
-
2170
- Lifecycle: BackupLifecycle | string | undefined;
2171
-
2172
- FailureDetails?: BackupFailureDetails;
2173
-
2174
- Type: BackupType | string | undefined;
2175
-
2176
- ProgressPercent?: number;
2177
-
2178
- CreationTime: Date | undefined;
2179
-
2180
- KmsKeyId?: string;
2181
-
2182
- ResourceARN?: string;
2183
-
2184
- Tags?: Tag[];
2185
-
2186
- FileSystem: FileSystem | undefined;
2187
-
2188
- DirectoryInformation?: ActiveDirectoryBackupAttributes;
2189
-
2190
- OwnerId?: string;
2191
-
2192
- SourceBackupId?: string;
2193
-
2194
- SourceBackupRegion?: string;
2195
-
2196
- ResourceType?: ResourceType | string;
2197
-
2198
- Volume?: Volume;
2199
- }
2200
- export interface CopyBackupResponse {
2201
-
2202
- Backup?: Backup;
2203
- }
2204
-
2205
- export interface CreateBackupResponse {
2206
-
2207
- Backup?: Backup;
2208
- }
2209
-
2210
- export interface DescribeBackupsResponse {
2211
-
2212
- Backups?: Backup[];
2213
-
2214
- NextToken?: string;
2215
- }
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;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { FSxServiceException as __BaseException } from "./FSxServiceException";
3
+
4
+ export interface ActiveDirectoryBackupAttributes {
5
+ DomainName?: string;
6
+
7
+ ActiveDirectoryId?: string;
8
+
9
+ ResourceARN?: string;
10
+ }
11
+ export declare enum ActiveDirectoryErrorType {
12
+ DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
13
+ INCOMPATIBLE_DOMAIN_MODE = "INCOMPATIBLE_DOMAIN_MODE",
14
+ INVALID_DOMAIN_STAGE = "INVALID_DOMAIN_STAGE",
15
+ WRONG_VPC = "WRONG_VPC",
16
+ }
17
+
18
+ export declare class ActiveDirectoryError extends __BaseException {
19
+ readonly name: "ActiveDirectoryError";
20
+ readonly $fault: "client";
21
+
22
+ ActiveDirectoryId: string | undefined;
23
+
24
+ Type?: ActiveDirectoryErrorType | string;
25
+
26
+ Message?: string;
27
+
28
+ constructor(
29
+ opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>
30
+ );
31
+ }
32
+ export declare enum AdministrativeActionType {
33
+ FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
34
+ FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
35
+ FILE_SYSTEM_UPDATE = "FILE_SYSTEM_UPDATE",
36
+ RELEASE_NFS_V3_LOCKS = "RELEASE_NFS_V3_LOCKS",
37
+ SNAPSHOT_UPDATE = "SNAPSHOT_UPDATE",
38
+ STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION",
39
+ VOLUME_UPDATE = "VOLUME_UPDATE",
40
+ }
41
+
42
+ export interface AdministrativeActionFailureDetails {
43
+ Message?: string;
44
+ }
45
+ export declare enum Status {
46
+ COMPLETED = "COMPLETED",
47
+ FAILED = "FAILED",
48
+ IN_PROGRESS = "IN_PROGRESS",
49
+ PENDING = "PENDING",
50
+ UPDATED_OPTIMIZING = "UPDATED_OPTIMIZING",
51
+ }
52
+
53
+ export interface FileSystemFailureDetails {
54
+ Message?: string;
55
+ }
56
+ export declare enum FileSystemType {
57
+ LUSTRE = "LUSTRE",
58
+ ONTAP = "ONTAP",
59
+ OPENZFS = "OPENZFS",
60
+ WINDOWS = "WINDOWS",
61
+ }
62
+ export declare enum FileSystemLifecycle {
63
+ AVAILABLE = "AVAILABLE",
64
+ CREATING = "CREATING",
65
+ DELETING = "DELETING",
66
+ FAILED = "FAILED",
67
+ MISCONFIGURED = "MISCONFIGURED",
68
+ MISCONFIGURED_UNAVAILABLE = "MISCONFIGURED_UNAVAILABLE",
69
+ UPDATING = "UPDATING",
70
+ }
71
+ export declare enum DataCompressionType {
72
+ LZ4 = "LZ4",
73
+ NONE = "NONE",
74
+ }
75
+ export declare enum AutoImportPolicyType {
76
+ NEW = "NEW",
77
+ NEW_CHANGED = "NEW_CHANGED",
78
+ NEW_CHANGED_DELETED = "NEW_CHANGED_DELETED",
79
+ NONE = "NONE",
80
+ }
81
+
82
+ export interface DataRepositoryFailureDetails {
83
+ Message?: string;
84
+ }
85
+ export declare enum DataRepositoryLifecycle {
86
+ AVAILABLE = "AVAILABLE",
87
+ CREATING = "CREATING",
88
+ DELETING = "DELETING",
89
+ FAILED = "FAILED",
90
+ MISCONFIGURED = "MISCONFIGURED",
91
+ UPDATING = "UPDATING",
92
+ }
93
+
94
+ export interface DataRepositoryConfiguration {
95
+ Lifecycle?: DataRepositoryLifecycle | string;
96
+
97
+ ImportPath?: string;
98
+
99
+ ExportPath?: string;
100
+
101
+ ImportedFileChunkSize?: number;
102
+
103
+ AutoImportPolicy?: AutoImportPolicyType | string;
104
+
105
+ FailureDetails?: DataRepositoryFailureDetails;
106
+ }
107
+ export declare enum LustreDeploymentType {
108
+ PERSISTENT_1 = "PERSISTENT_1",
109
+ PERSISTENT_2 = "PERSISTENT_2",
110
+ SCRATCH_1 = "SCRATCH_1",
111
+ SCRATCH_2 = "SCRATCH_2",
112
+ }
113
+ export declare enum DriveCacheType {
114
+ NONE = "NONE",
115
+ READ = "READ",
116
+ }
117
+ export declare enum LustreAccessAuditLogLevel {
118
+ DISABLED = "DISABLED",
119
+ ERROR_ONLY = "ERROR_ONLY",
120
+ WARN_ERROR = "WARN_ERROR",
121
+ WARN_ONLY = "WARN_ONLY",
122
+ }
123
+
124
+ export interface LustreLogConfiguration {
125
+ Level: LustreAccessAuditLogLevel | string | undefined;
126
+
127
+ Destination?: string;
128
+ }
129
+
130
+ export interface LustreRootSquashConfiguration {
131
+ RootSquash?: string;
132
+
133
+ NoSquashNids?: string[];
134
+ }
135
+
136
+ export interface LustreFileSystemConfiguration {
137
+ WeeklyMaintenanceStartTime?: string;
138
+
139
+ DataRepositoryConfiguration?: DataRepositoryConfiguration;
140
+
141
+ DeploymentType?: LustreDeploymentType | string;
142
+
143
+ PerUnitStorageThroughput?: number;
144
+
145
+ MountName?: string;
146
+
147
+ DailyAutomaticBackupStartTime?: string;
148
+
149
+ AutomaticBackupRetentionDays?: number;
150
+
151
+ CopyTagsToBackups?: boolean;
152
+
153
+ DriveCacheType?: DriveCacheType | string;
154
+
155
+ DataCompressionType?: DataCompressionType | string;
156
+
157
+ LogConfiguration?: LustreLogConfiguration;
158
+
159
+ RootSquashConfiguration?: LustreRootSquashConfiguration;
160
+ }
161
+ export declare enum OntapDeploymentType {
162
+ MULTI_AZ_1 = "MULTI_AZ_1",
163
+ SINGLE_AZ_1 = "SINGLE_AZ_1",
164
+ }
165
+ export declare enum DiskIopsConfigurationMode {
166
+ AUTOMATIC = "AUTOMATIC",
167
+ USER_PROVISIONED = "USER_PROVISIONED",
168
+ }
169
+
170
+ export interface DiskIopsConfiguration {
171
+ Mode?: DiskIopsConfigurationMode | string;
172
+
173
+ Iops?: number;
174
+ }
175
+
176
+ export interface FileSystemEndpoint {
177
+ DNSName?: string;
178
+
179
+ IpAddresses?: string[];
180
+ }
181
+
182
+ export interface FileSystemEndpoints {
183
+ Intercluster?: FileSystemEndpoint;
184
+
185
+ Management?: FileSystemEndpoint;
186
+ }
187
+
188
+ export interface OntapFileSystemConfiguration {
189
+ AutomaticBackupRetentionDays?: number;
190
+
191
+ DailyAutomaticBackupStartTime?: string;
192
+
193
+ DeploymentType?: OntapDeploymentType | string;
194
+
195
+ EndpointIpAddressRange?: string;
196
+
197
+ Endpoints?: FileSystemEndpoints;
198
+
199
+ DiskIopsConfiguration?: DiskIopsConfiguration;
200
+
201
+ PreferredSubnetId?: string;
202
+
203
+ RouteTableIds?: string[];
204
+
205
+ ThroughputCapacity?: number;
206
+
207
+ WeeklyMaintenanceStartTime?: string;
208
+ }
209
+ export declare enum OpenZFSDeploymentType {
210
+ SINGLE_AZ_1 = "SINGLE_AZ_1",
211
+ }
212
+
213
+ export interface OpenZFSFileSystemConfiguration {
214
+ AutomaticBackupRetentionDays?: number;
215
+
216
+ CopyTagsToBackups?: boolean;
217
+
218
+ CopyTagsToVolumes?: boolean;
219
+
220
+ DailyAutomaticBackupStartTime?: string;
221
+
222
+ DeploymentType?: OpenZFSDeploymentType | string;
223
+
224
+ ThroughputCapacity?: number;
225
+
226
+ WeeklyMaintenanceStartTime?: string;
227
+
228
+ DiskIopsConfiguration?: DiskIopsConfiguration;
229
+
230
+ RootVolumeId?: string;
231
+ }
232
+ export declare enum StorageType {
233
+ HDD = "HDD",
234
+ SSD = "SSD",
235
+ }
236
+
237
+ export interface Tag {
238
+ Key: string | undefined;
239
+
240
+ Value: string | undefined;
241
+ }
242
+ export declare enum AliasLifecycle {
243
+ AVAILABLE = "AVAILABLE",
244
+ CREATE_FAILED = "CREATE_FAILED",
245
+ CREATING = "CREATING",
246
+ DELETE_FAILED = "DELETE_FAILED",
247
+ DELETING = "DELETING",
248
+ }
249
+
250
+ export interface Alias {
251
+ Name?: string;
252
+
253
+ Lifecycle?: AliasLifecycle | string;
254
+ }
255
+ export declare enum WindowsAccessAuditLogLevel {
256
+ DISABLED = "DISABLED",
257
+ FAILURE_ONLY = "FAILURE_ONLY",
258
+ SUCCESS_AND_FAILURE = "SUCCESS_AND_FAILURE",
259
+ SUCCESS_ONLY = "SUCCESS_ONLY",
260
+ }
261
+
262
+ export interface WindowsAuditLogConfiguration {
263
+ FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
264
+
265
+ FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
266
+
267
+ AuditLogDestination?: string;
268
+ }
269
+ export declare enum WindowsDeploymentType {
270
+ MULTI_AZ_1 = "MULTI_AZ_1",
271
+ SINGLE_AZ_1 = "SINGLE_AZ_1",
272
+ SINGLE_AZ_2 = "SINGLE_AZ_2",
273
+ }
274
+ export declare enum FileSystemMaintenanceOperation {
275
+ BACKING_UP = "BACKING_UP",
276
+ PATCHING = "PATCHING",
277
+ }
278
+
279
+ export interface SelfManagedActiveDirectoryAttributes {
280
+ DomainName?: string;
281
+
282
+ OrganizationalUnitDistinguishedName?: string;
283
+
284
+ FileSystemAdministratorsGroup?: string;
285
+
286
+ UserName?: string;
287
+
288
+ DnsIps?: string[];
289
+ }
290
+
291
+ export interface WindowsFileSystemConfiguration {
292
+ ActiveDirectoryId?: string;
293
+
294
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
295
+
296
+ DeploymentType?: WindowsDeploymentType | string;
297
+
298
+ RemoteAdministrationEndpoint?: string;
299
+
300
+ PreferredSubnetId?: string;
301
+
302
+ PreferredFileServerIp?: string;
303
+
304
+ ThroughputCapacity?: number;
305
+
306
+ MaintenanceOperationsInProgress?: (FileSystemMaintenanceOperation | string)[];
307
+
308
+ WeeklyMaintenanceStartTime?: string;
309
+
310
+ DailyAutomaticBackupStartTime?: string;
311
+
312
+ AutomaticBackupRetentionDays?: number;
313
+
314
+ CopyTagsToBackups?: boolean;
315
+
316
+ Aliases?: Alias[];
317
+
318
+ AuditLogConfiguration?: WindowsAuditLogConfiguration;
319
+ }
320
+ export declare enum SnapshotLifecycle {
321
+ AVAILABLE = "AVAILABLE",
322
+ CREATING = "CREATING",
323
+ DELETING = "DELETING",
324
+ PENDING = "PENDING",
325
+ }
326
+
327
+ export interface LifecycleTransitionReason {
328
+ Message?: string;
329
+ }
330
+ export declare enum VolumeLifecycle {
331
+ AVAILABLE = "AVAILABLE",
332
+ CREATED = "CREATED",
333
+ CREATING = "CREATING",
334
+ DELETING = "DELETING",
335
+ FAILED = "FAILED",
336
+ MISCONFIGURED = "MISCONFIGURED",
337
+ PENDING = "PENDING",
338
+ }
339
+ export declare enum FlexCacheEndpointType {
340
+ CACHE = "CACHE",
341
+ NONE = "NONE",
342
+ ORIGIN = "ORIGIN",
343
+ }
344
+ export declare enum OntapVolumeType {
345
+ DP = "DP",
346
+ LS = "LS",
347
+ RW = "RW",
348
+ }
349
+ export declare enum SecurityStyle {
350
+ MIXED = "MIXED",
351
+ NTFS = "NTFS",
352
+ UNIX = "UNIX",
353
+ }
354
+ export declare enum TieringPolicyName {
355
+ ALL = "ALL",
356
+ AUTO = "AUTO",
357
+ NONE = "NONE",
358
+ SNAPSHOT_ONLY = "SNAPSHOT_ONLY",
359
+ }
360
+
361
+ export interface TieringPolicy {
362
+ CoolingPeriod?: number;
363
+
364
+ Name?: TieringPolicyName | string;
365
+ }
366
+
367
+ export interface OntapVolumeConfiguration {
368
+ FlexCacheEndpointType?: FlexCacheEndpointType | string;
369
+
370
+ JunctionPath?: string;
371
+
372
+ SecurityStyle?: SecurityStyle | string;
373
+
374
+ SizeInMegabytes?: number;
375
+
376
+ StorageEfficiencyEnabled?: boolean;
377
+
378
+ StorageVirtualMachineId?: string;
379
+
380
+ StorageVirtualMachineRoot?: boolean;
381
+
382
+ TieringPolicy?: TieringPolicy;
383
+
384
+ UUID?: string;
385
+
386
+ OntapVolumeType?: OntapVolumeType | string;
387
+ }
388
+ export declare enum OpenZFSDataCompressionType {
389
+ LZ4 = "LZ4",
390
+ NONE = "NONE",
391
+ ZSTD = "ZSTD",
392
+ }
393
+
394
+ export interface OpenZFSClientConfiguration {
395
+ Clients: string | undefined;
396
+
397
+ Options: string[] | undefined;
398
+ }
399
+
400
+ export interface OpenZFSNfsExport {
401
+ ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
402
+ }
403
+ export declare enum OpenZFSCopyStrategy {
404
+ CLONE = "CLONE",
405
+ FULL_COPY = "FULL_COPY",
406
+ }
407
+
408
+ export interface OpenZFSOriginSnapshotConfiguration {
409
+ SnapshotARN?: string;
410
+
411
+ CopyStrategy?: OpenZFSCopyStrategy | string;
412
+ }
413
+ export declare enum OpenZFSQuotaType {
414
+ GROUP = "GROUP",
415
+ USER = "USER",
416
+ }
417
+
418
+ export interface OpenZFSUserOrGroupQuota {
419
+ Type: OpenZFSQuotaType | string | undefined;
420
+
421
+ Id: number | undefined;
422
+
423
+ StorageCapacityQuotaGiB: number | undefined;
424
+ }
425
+
426
+ export interface OpenZFSVolumeConfiguration {
427
+ ParentVolumeId?: string;
428
+
429
+ VolumePath?: string;
430
+
431
+ StorageCapacityReservationGiB?: number;
432
+
433
+ StorageCapacityQuotaGiB?: number;
434
+
435
+ RecordSizeKiB?: number;
436
+
437
+ DataCompressionType?: OpenZFSDataCompressionType | string;
438
+
439
+ CopyTagsToSnapshots?: boolean;
440
+
441
+ OriginSnapshot?: OpenZFSOriginSnapshotConfiguration;
442
+
443
+ ReadOnly?: boolean;
444
+
445
+ NfsExports?: OpenZFSNfsExport[];
446
+
447
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
448
+ }
449
+ export declare enum VolumeType {
450
+ ONTAP = "ONTAP",
451
+ OPENZFS = "OPENZFS",
452
+ }
453
+
454
+ export interface AssociateFileSystemAliasesRequest {
455
+ ClientRequestToken?: string;
456
+
457
+ FileSystemId: string | undefined;
458
+
459
+ Aliases: string[] | undefined;
460
+ }
461
+
462
+ export interface AssociateFileSystemAliasesResponse {
463
+ Aliases?: Alias[];
464
+ }
465
+
466
+ export declare class BadRequest extends __BaseException {
467
+ readonly name: "BadRequest";
468
+ readonly $fault: "client";
469
+
470
+ Message?: string;
471
+
472
+ constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
473
+ }
474
+
475
+ export declare class FileSystemNotFound extends __BaseException {
476
+ readonly name: "FileSystemNotFound";
477
+ readonly $fault: "client";
478
+
479
+ Message?: string;
480
+
481
+ constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
482
+ }
483
+
484
+ export declare class InternalServerError extends __BaseException {
485
+ readonly name: "InternalServerError";
486
+ readonly $fault: "server";
487
+
488
+ Message?: string;
489
+
490
+ constructor(
491
+ opts: __ExceptionOptionType<InternalServerError, __BaseException>
492
+ );
493
+ }
494
+ export declare enum EventType {
495
+ CHANGED = "CHANGED",
496
+ DELETED = "DELETED",
497
+ NEW = "NEW",
498
+ }
499
+
500
+ export interface AutoExportPolicy {
501
+ Events?: (EventType | string)[];
502
+ }
503
+
504
+ export interface AutoImportPolicy {
505
+ Events?: (EventType | string)[];
506
+ }
507
+
508
+ export interface CancelDataRepositoryTaskRequest {
509
+ TaskId: string | undefined;
510
+ }
511
+ export declare enum DataRepositoryTaskLifecycle {
512
+ CANCELED = "CANCELED",
513
+ CANCELING = "CANCELING",
514
+ EXECUTING = "EXECUTING",
515
+ FAILED = "FAILED",
516
+ PENDING = "PENDING",
517
+ SUCCEEDED = "SUCCEEDED",
518
+ }
519
+ export interface CancelDataRepositoryTaskResponse {
520
+ Lifecycle?: DataRepositoryTaskLifecycle | string;
521
+
522
+ TaskId?: string;
523
+ }
524
+
525
+ export declare class DataRepositoryTaskEnded extends __BaseException {
526
+ readonly name: "DataRepositoryTaskEnded";
527
+ readonly $fault: "client";
528
+
529
+ Message?: string;
530
+
531
+ constructor(
532
+ opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>
533
+ );
534
+ }
535
+
536
+ export declare class DataRepositoryTaskNotFound extends __BaseException {
537
+ readonly name: "DataRepositoryTaskNotFound";
538
+ readonly $fault: "client";
539
+
540
+ Message?: string;
541
+
542
+ constructor(
543
+ opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>
544
+ );
545
+ }
546
+
547
+ export declare class UnsupportedOperation extends __BaseException {
548
+ readonly name: "UnsupportedOperation";
549
+ readonly $fault: "client";
550
+
551
+ Message?: string;
552
+
553
+ constructor(
554
+ opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
555
+ );
556
+ }
557
+
558
+ export declare class BackupNotFound extends __BaseException {
559
+ readonly name: "BackupNotFound";
560
+ readonly $fault: "client";
561
+
562
+ Message?: string;
563
+
564
+ constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
565
+ }
566
+ export interface CopyBackupRequest {
567
+ ClientRequestToken?: string;
568
+
569
+ SourceBackupId: string | undefined;
570
+
571
+ SourceRegion?: string;
572
+
573
+ KmsKeyId?: string;
574
+
575
+ CopyTags?: boolean;
576
+
577
+ Tags?: Tag[];
578
+ }
579
+
580
+ export interface BackupFailureDetails {
581
+ Message?: string;
582
+ }
583
+ export declare enum BackupLifecycle {
584
+ AVAILABLE = "AVAILABLE",
585
+ COPYING = "COPYING",
586
+ CREATING = "CREATING",
587
+ DELETED = "DELETED",
588
+ FAILED = "FAILED",
589
+ PENDING = "PENDING",
590
+ TRANSFERRING = "TRANSFERRING",
591
+ }
592
+ export declare enum ResourceType {
593
+ FILE_SYSTEM = "FILE_SYSTEM",
594
+ VOLUME = "VOLUME",
595
+ }
596
+ export declare enum BackupType {
597
+ AUTOMATIC = "AUTOMATIC",
598
+ AWS_BACKUP = "AWS_BACKUP",
599
+ USER_INITIATED = "USER_INITIATED",
600
+ }
601
+
602
+ export declare class IncompatibleParameterError extends __BaseException {
603
+ readonly name: "IncompatibleParameterError";
604
+ readonly $fault: "client";
605
+
606
+ Parameter: string | undefined;
607
+
608
+ Message?: string;
609
+
610
+ constructor(
611
+ opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>
612
+ );
613
+ }
614
+
615
+ export declare class IncompatibleRegionForMultiAZ extends __BaseException {
616
+ readonly name: "IncompatibleRegionForMultiAZ";
617
+ readonly $fault: "client";
618
+
619
+ Message?: string;
620
+
621
+ constructor(
622
+ opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>
623
+ );
624
+ }
625
+
626
+ export declare class InvalidDestinationKmsKey extends __BaseException {
627
+ readonly name: "InvalidDestinationKmsKey";
628
+ readonly $fault: "client";
629
+
630
+ Message?: string;
631
+
632
+ constructor(
633
+ opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>
634
+ );
635
+ }
636
+
637
+ export declare class InvalidRegion extends __BaseException {
638
+ readonly name: "InvalidRegion";
639
+ readonly $fault: "client";
640
+
641
+ Message?: string;
642
+
643
+ constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
644
+ }
645
+
646
+ export declare class InvalidSourceKmsKey extends __BaseException {
647
+ readonly name: "InvalidSourceKmsKey";
648
+ readonly $fault: "client";
649
+
650
+ Message?: string;
651
+
652
+ constructor(
653
+ opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>
654
+ );
655
+ }
656
+ export declare enum ServiceLimit {
657
+ FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
658
+ STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
659
+ TOTAL_IN_PROGRESS_COPY_BACKUPS = "TOTAL_IN_PROGRESS_COPY_BACKUPS",
660
+ TOTAL_SSD_IOPS = "TOTAL_SSD_IOPS",
661
+ TOTAL_STORAGE = "TOTAL_STORAGE",
662
+ TOTAL_THROUGHPUT_CAPACITY = "TOTAL_THROUGHPUT_CAPACITY",
663
+ TOTAL_USER_INITIATED_BACKUPS = "TOTAL_USER_INITIATED_BACKUPS",
664
+ TOTAL_USER_TAGS = "TOTAL_USER_TAGS",
665
+ VOLUMES_PER_FILE_SYSTEM = "VOLUMES_PER_FILE_SYSTEM",
666
+ }
667
+
668
+ export declare class ServiceLimitExceeded extends __BaseException {
669
+ readonly name: "ServiceLimitExceeded";
670
+ readonly $fault: "client";
671
+
672
+ Limit: ServiceLimit | string | undefined;
673
+
674
+ Message?: string;
675
+
676
+ constructor(
677
+ opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>
678
+ );
679
+ }
680
+
681
+ export declare class SourceBackupUnavailable extends __BaseException {
682
+ readonly name: "SourceBackupUnavailable";
683
+ readonly $fault: "client";
684
+
685
+ Message?: string;
686
+
687
+ BackupId?: string;
688
+
689
+ constructor(
690
+ opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>
691
+ );
692
+ }
693
+
694
+ export declare class BackupInProgress extends __BaseException {
695
+ readonly name: "BackupInProgress";
696
+ readonly $fault: "client";
697
+
698
+ Message?: string;
699
+
700
+ constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
701
+ }
702
+
703
+ export interface CreateBackupRequest {
704
+ FileSystemId?: string;
705
+
706
+ ClientRequestToken?: string;
707
+
708
+ Tags?: Tag[];
709
+
710
+ VolumeId?: string;
711
+ }
712
+
713
+ export declare class VolumeNotFound extends __BaseException {
714
+ readonly name: "VolumeNotFound";
715
+ readonly $fault: "client";
716
+
717
+ Message?: string;
718
+
719
+ constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
720
+ }
721
+
722
+ export interface S3DataRepositoryConfiguration {
723
+ AutoImportPolicy?: AutoImportPolicy;
724
+
725
+ AutoExportPolicy?: AutoExportPolicy;
726
+ }
727
+ export interface CreateDataRepositoryAssociationRequest {
728
+ FileSystemId: string | undefined;
729
+
730
+ FileSystemPath: string | undefined;
731
+
732
+ DataRepositoryPath: string | undefined;
733
+
734
+ BatchImportMetaDataOnCreate?: boolean;
735
+
736
+ ImportedFileChunkSize?: number;
737
+
738
+ S3?: S3DataRepositoryConfiguration;
739
+
740
+ ClientRequestToken?: string;
741
+
742
+ Tags?: Tag[];
743
+ }
744
+
745
+ export interface DataRepositoryAssociation {
746
+ AssociationId?: string;
747
+
748
+ ResourceARN?: string;
749
+
750
+ FileSystemId?: string;
751
+
752
+ Lifecycle?: DataRepositoryLifecycle | string;
753
+
754
+ FailureDetails?: DataRepositoryFailureDetails;
755
+
756
+ FileSystemPath?: string;
757
+
758
+ DataRepositoryPath?: string;
759
+
760
+ BatchImportMetaDataOnCreate?: boolean;
761
+
762
+ ImportedFileChunkSize?: number;
763
+
764
+ S3?: S3DataRepositoryConfiguration;
765
+
766
+ Tags?: Tag[];
767
+
768
+ CreationTime?: Date;
769
+ }
770
+ export interface CreateDataRepositoryAssociationResponse {
771
+ Association?: DataRepositoryAssociation;
772
+ }
773
+ export declare enum ReportFormat {
774
+ REPORT_CSV_20191124 = "REPORT_CSV_20191124",
775
+ }
776
+ export declare enum ReportScope {
777
+ FAILED_FILES_ONLY = "FAILED_FILES_ONLY",
778
+ }
779
+
780
+ export interface CompletionReport {
781
+ Enabled: boolean | undefined;
782
+
783
+ Path?: string;
784
+
785
+ Format?: ReportFormat | string;
786
+
787
+ Scope?: ReportScope | string;
788
+ }
789
+ export declare enum DataRepositoryTaskType {
790
+ EXPORT = "EXPORT_TO_REPOSITORY",
791
+ IMPORT = "IMPORT_METADATA_FROM_REPOSITORY",
792
+ }
793
+ export interface CreateDataRepositoryTaskRequest {
794
+ Type: DataRepositoryTaskType | string | undefined;
795
+
796
+ Paths?: string[];
797
+
798
+ FileSystemId: string | undefined;
799
+
800
+ Report: CompletionReport | undefined;
801
+
802
+ ClientRequestToken?: string;
803
+
804
+ Tags?: Tag[];
805
+ }
806
+
807
+ export interface DataRepositoryTaskFailureDetails {
808
+ Message?: string;
809
+ }
810
+
811
+ export interface DataRepositoryTaskStatus {
812
+ TotalCount?: number;
813
+
814
+ SucceededCount?: number;
815
+
816
+ FailedCount?: number;
817
+
818
+ LastUpdatedTime?: Date;
819
+ }
820
+
821
+ export interface DataRepositoryTask {
822
+ TaskId: string | undefined;
823
+
824
+ Lifecycle: DataRepositoryTaskLifecycle | string | undefined;
825
+
826
+ Type: DataRepositoryTaskType | string | undefined;
827
+
828
+ CreationTime: Date | undefined;
829
+
830
+ StartTime?: Date;
831
+
832
+ EndTime?: Date;
833
+
834
+ ResourceARN?: string;
835
+
836
+ Tags?: Tag[];
837
+
838
+ FileSystemId: string | undefined;
839
+
840
+ Paths?: string[];
841
+
842
+ FailureDetails?: DataRepositoryTaskFailureDetails;
843
+
844
+ Status?: DataRepositoryTaskStatus;
845
+
846
+ Report?: CompletionReport;
847
+ }
848
+ export interface CreateDataRepositoryTaskResponse {
849
+ DataRepositoryTask?: DataRepositoryTask;
850
+ }
851
+
852
+ export declare class DataRepositoryTaskExecuting extends __BaseException {
853
+ readonly name: "DataRepositoryTaskExecuting";
854
+ readonly $fault: "client";
855
+
856
+ Message?: string;
857
+
858
+ constructor(
859
+ opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>
860
+ );
861
+ }
862
+
863
+ export interface LustreLogCreateConfiguration {
864
+ Level: LustreAccessAuditLogLevel | string | undefined;
865
+
866
+ Destination?: string;
867
+ }
868
+
869
+ export interface CreateFileSystemLustreConfiguration {
870
+ WeeklyMaintenanceStartTime?: string;
871
+
872
+ ImportPath?: string;
873
+
874
+ ExportPath?: string;
875
+
876
+ ImportedFileChunkSize?: number;
877
+
878
+ DeploymentType?: LustreDeploymentType | string;
879
+
880
+ AutoImportPolicy?: AutoImportPolicyType | string;
881
+
882
+ PerUnitStorageThroughput?: number;
883
+
884
+ DailyAutomaticBackupStartTime?: string;
885
+
886
+ AutomaticBackupRetentionDays?: number;
887
+
888
+ CopyTagsToBackups?: boolean;
889
+
890
+ DriveCacheType?: DriveCacheType | string;
891
+
892
+ DataCompressionType?: DataCompressionType | string;
893
+
894
+ LogConfiguration?: LustreLogCreateConfiguration;
895
+
896
+ RootSquashConfiguration?: LustreRootSquashConfiguration;
897
+ }
898
+
899
+ export interface CreateFileSystemOntapConfiguration {
900
+ AutomaticBackupRetentionDays?: number;
901
+
902
+ DailyAutomaticBackupStartTime?: string;
903
+
904
+ DeploymentType: OntapDeploymentType | string | undefined;
905
+
906
+ EndpointIpAddressRange?: string;
907
+
908
+ FsxAdminPassword?: string;
909
+
910
+ DiskIopsConfiguration?: DiskIopsConfiguration;
911
+
912
+ PreferredSubnetId?: string;
913
+
914
+ RouteTableIds?: string[];
915
+
916
+ ThroughputCapacity: number | undefined;
917
+
918
+ WeeklyMaintenanceStartTime?: string;
919
+ }
920
+
921
+ export interface OpenZFSCreateRootVolumeConfiguration {
922
+ RecordSizeKiB?: number;
923
+
924
+ DataCompressionType?: OpenZFSDataCompressionType | string;
925
+
926
+ NfsExports?: OpenZFSNfsExport[];
927
+
928
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
929
+
930
+ CopyTagsToSnapshots?: boolean;
931
+
932
+ ReadOnly?: boolean;
933
+ }
934
+
935
+ export interface CreateFileSystemOpenZFSConfiguration {
936
+ AutomaticBackupRetentionDays?: number;
937
+
938
+ CopyTagsToBackups?: boolean;
939
+
940
+ CopyTagsToVolumes?: boolean;
941
+
942
+ DailyAutomaticBackupStartTime?: string;
943
+
944
+ DeploymentType: OpenZFSDeploymentType | string | undefined;
945
+
946
+ ThroughputCapacity: number | undefined;
947
+
948
+ WeeklyMaintenanceStartTime?: string;
949
+
950
+ DiskIopsConfiguration?: DiskIopsConfiguration;
951
+
952
+ RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
953
+ }
954
+
955
+ export interface WindowsAuditLogCreateConfiguration {
956
+ FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
957
+
958
+ FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
959
+
960
+ AuditLogDestination?: string;
961
+ }
962
+
963
+ export interface SelfManagedActiveDirectoryConfiguration {
964
+ DomainName: string | undefined;
965
+
966
+ OrganizationalUnitDistinguishedName?: string;
967
+
968
+ FileSystemAdministratorsGroup?: string;
969
+
970
+ UserName: string | undefined;
971
+
972
+ Password: string | undefined;
973
+
974
+ DnsIps: string[] | undefined;
975
+ }
976
+
977
+ export interface CreateFileSystemWindowsConfiguration {
978
+ ActiveDirectoryId?: string;
979
+
980
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
981
+
982
+ DeploymentType?: WindowsDeploymentType | string;
983
+
984
+ PreferredSubnetId?: string;
985
+
986
+ ThroughputCapacity: number | undefined;
987
+
988
+ WeeklyMaintenanceStartTime?: string;
989
+
990
+ DailyAutomaticBackupStartTime?: string;
991
+
992
+ AutomaticBackupRetentionDays?: number;
993
+
994
+ CopyTagsToBackups?: boolean;
995
+
996
+ Aliases?: string[];
997
+
998
+ AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
999
+ }
1000
+
1001
+ export interface CreateFileSystemRequest {
1002
+ ClientRequestToken?: string;
1003
+
1004
+ FileSystemType: FileSystemType | string | undefined;
1005
+
1006
+ StorageCapacity: number | undefined;
1007
+
1008
+ StorageType?: StorageType | string;
1009
+
1010
+ SubnetIds: string[] | undefined;
1011
+
1012
+ SecurityGroupIds?: string[];
1013
+
1014
+ Tags?: Tag[];
1015
+
1016
+ KmsKeyId?: string;
1017
+
1018
+ WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
1019
+
1020
+ LustreConfiguration?: CreateFileSystemLustreConfiguration;
1021
+
1022
+ OntapConfiguration?: CreateFileSystemOntapConfiguration;
1023
+
1024
+ FileSystemTypeVersion?: string;
1025
+
1026
+ OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1027
+ }
1028
+
1029
+ export declare class InvalidExportPath extends __BaseException {
1030
+ readonly name: "InvalidExportPath";
1031
+ readonly $fault: "client";
1032
+
1033
+ Message?: string;
1034
+
1035
+ constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
1036
+ }
1037
+
1038
+ export declare class InvalidImportPath extends __BaseException {
1039
+ readonly name: "InvalidImportPath";
1040
+ readonly $fault: "client";
1041
+
1042
+ Message?: string;
1043
+
1044
+ constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
1045
+ }
1046
+
1047
+ export declare class InvalidNetworkSettings extends __BaseException {
1048
+ readonly name: "InvalidNetworkSettings";
1049
+ readonly $fault: "client";
1050
+
1051
+ Message?: string;
1052
+
1053
+ InvalidSubnetId?: string;
1054
+
1055
+ InvalidSecurityGroupId?: string;
1056
+
1057
+ InvalidRouteTableId?: string;
1058
+
1059
+ constructor(
1060
+ opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
1061
+ );
1062
+ }
1063
+
1064
+ export declare class InvalidPerUnitStorageThroughput extends __BaseException {
1065
+ readonly name: "InvalidPerUnitStorageThroughput";
1066
+ readonly $fault: "client";
1067
+
1068
+ Message?: string;
1069
+
1070
+ constructor(
1071
+ opts: __ExceptionOptionType<
1072
+ InvalidPerUnitStorageThroughput,
1073
+ __BaseException
1074
+ >
1075
+ );
1076
+ }
1077
+
1078
+ export declare class MissingFileSystemConfiguration extends __BaseException {
1079
+ readonly name: "MissingFileSystemConfiguration";
1080
+ readonly $fault: "client";
1081
+
1082
+ Message?: string;
1083
+
1084
+ constructor(
1085
+ opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>
1086
+ );
1087
+ }
1088
+
1089
+ export interface CreateFileSystemFromBackupRequest {
1090
+ BackupId: string | undefined;
1091
+
1092
+ ClientRequestToken?: string;
1093
+
1094
+ SubnetIds: string[] | undefined;
1095
+
1096
+ SecurityGroupIds?: string[];
1097
+
1098
+ Tags?: Tag[];
1099
+
1100
+ WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
1101
+
1102
+ LustreConfiguration?: CreateFileSystemLustreConfiguration;
1103
+
1104
+ StorageType?: StorageType | string;
1105
+
1106
+ KmsKeyId?: string;
1107
+
1108
+ FileSystemTypeVersion?: string;
1109
+
1110
+ OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
1111
+ }
1112
+ export interface CreateSnapshotRequest {
1113
+ ClientRequestToken?: string;
1114
+
1115
+ Name: string | undefined;
1116
+
1117
+ VolumeId: string | undefined;
1118
+
1119
+ Tags?: Tag[];
1120
+ }
1121
+
1122
+ export interface CreateSvmActiveDirectoryConfiguration {
1123
+ NetBiosName: string | undefined;
1124
+
1125
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
1126
+ }
1127
+ export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
1128
+ MIXED = "MIXED",
1129
+ NTFS = "NTFS",
1130
+ UNIX = "UNIX",
1131
+ }
1132
+ export interface CreateStorageVirtualMachineRequest {
1133
+ ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration;
1134
+
1135
+ ClientRequestToken?: string;
1136
+
1137
+ FileSystemId: string | undefined;
1138
+
1139
+ Name: string | undefined;
1140
+
1141
+ SvmAdminPassword?: string;
1142
+
1143
+ Tags?: Tag[];
1144
+
1145
+ RootVolumeSecurityStyle?:
1146
+ | StorageVirtualMachineRootVolumeSecurityStyle
1147
+ | string;
1148
+ }
1149
+
1150
+ export interface SvmActiveDirectoryConfiguration {
1151
+ NetBiosName?: string;
1152
+
1153
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
1154
+ }
1155
+
1156
+ export interface SvmEndpoint {
1157
+ DNSName?: string;
1158
+
1159
+ IpAddresses?: string[];
1160
+ }
1161
+
1162
+ export interface SvmEndpoints {
1163
+ Iscsi?: SvmEndpoint;
1164
+
1165
+ Management?: SvmEndpoint;
1166
+
1167
+ Nfs?: SvmEndpoint;
1168
+
1169
+ Smb?: SvmEndpoint;
1170
+ }
1171
+ export declare enum StorageVirtualMachineLifecycle {
1172
+ CREATED = "CREATED",
1173
+ CREATING = "CREATING",
1174
+ DELETING = "DELETING",
1175
+ FAILED = "FAILED",
1176
+ MISCONFIGURED = "MISCONFIGURED",
1177
+ PENDING = "PENDING",
1178
+ }
1179
+ export declare enum StorageVirtualMachineSubtype {
1180
+ DEFAULT = "DEFAULT",
1181
+ DP_DESTINATION = "DP_DESTINATION",
1182
+ SYNC_DESTINATION = "SYNC_DESTINATION",
1183
+ SYNC_SOURCE = "SYNC_SOURCE",
1184
+ }
1185
+
1186
+ export interface StorageVirtualMachine {
1187
+ ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration;
1188
+
1189
+ CreationTime?: Date;
1190
+
1191
+ Endpoints?: SvmEndpoints;
1192
+
1193
+ FileSystemId?: string;
1194
+
1195
+ Lifecycle?: StorageVirtualMachineLifecycle | string;
1196
+
1197
+ Name?: string;
1198
+
1199
+ ResourceARN?: string;
1200
+
1201
+ StorageVirtualMachineId?: string;
1202
+
1203
+ Subtype?: StorageVirtualMachineSubtype | string;
1204
+
1205
+ UUID?: string;
1206
+
1207
+ Tags?: Tag[];
1208
+
1209
+ LifecycleTransitionReason?: LifecycleTransitionReason;
1210
+
1211
+ RootVolumeSecurityStyle?:
1212
+ | StorageVirtualMachineRootVolumeSecurityStyle
1213
+ | string;
1214
+ }
1215
+ export interface CreateStorageVirtualMachineResponse {
1216
+ StorageVirtualMachine?: StorageVirtualMachine;
1217
+ }
1218
+
1219
+ export interface CreateOntapVolumeConfiguration {
1220
+ JunctionPath: string | undefined;
1221
+
1222
+ SecurityStyle?: SecurityStyle | string;
1223
+
1224
+ SizeInMegabytes: number | undefined;
1225
+
1226
+ StorageEfficiencyEnabled: boolean | undefined;
1227
+
1228
+ StorageVirtualMachineId: string | undefined;
1229
+
1230
+ TieringPolicy?: TieringPolicy;
1231
+ }
1232
+
1233
+ export interface CreateOpenZFSOriginSnapshotConfiguration {
1234
+ SnapshotARN: string | undefined;
1235
+
1236
+ CopyStrategy: OpenZFSCopyStrategy | string | undefined;
1237
+ }
1238
+
1239
+ export interface CreateOpenZFSVolumeConfiguration {
1240
+ ParentVolumeId: string | undefined;
1241
+
1242
+ StorageCapacityReservationGiB?: number;
1243
+
1244
+ StorageCapacityQuotaGiB?: number;
1245
+
1246
+ RecordSizeKiB?: number;
1247
+
1248
+ DataCompressionType?: OpenZFSDataCompressionType | string;
1249
+
1250
+ CopyTagsToSnapshots?: boolean;
1251
+
1252
+ OriginSnapshot?: CreateOpenZFSOriginSnapshotConfiguration;
1253
+
1254
+ ReadOnly?: boolean;
1255
+
1256
+ NfsExports?: OpenZFSNfsExport[];
1257
+
1258
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1259
+ }
1260
+ export interface CreateVolumeRequest {
1261
+ ClientRequestToken?: string;
1262
+
1263
+ VolumeType: VolumeType | string | undefined;
1264
+
1265
+ Name: string | undefined;
1266
+
1267
+ OntapConfiguration?: CreateOntapVolumeConfiguration;
1268
+
1269
+ Tags?: Tag[];
1270
+
1271
+ OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
1272
+ }
1273
+
1274
+ export declare class MissingVolumeConfiguration extends __BaseException {
1275
+ readonly name: "MissingVolumeConfiguration";
1276
+ readonly $fault: "client";
1277
+
1278
+ Message?: string;
1279
+
1280
+ constructor(
1281
+ opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>
1282
+ );
1283
+ }
1284
+
1285
+ export declare class StorageVirtualMachineNotFound extends __BaseException {
1286
+ readonly name: "StorageVirtualMachineNotFound";
1287
+ readonly $fault: "client";
1288
+
1289
+ Message?: string;
1290
+
1291
+ constructor(
1292
+ opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>
1293
+ );
1294
+ }
1295
+ export interface CreateVolumeFromBackupRequest {
1296
+ BackupId: string | undefined;
1297
+
1298
+ ClientRequestToken?: string;
1299
+
1300
+ Name: string | undefined;
1301
+
1302
+ OntapConfiguration?: CreateOntapVolumeConfiguration;
1303
+
1304
+ Tags?: Tag[];
1305
+ }
1306
+
1307
+ export declare class BackupBeingCopied extends __BaseException {
1308
+ readonly name: "BackupBeingCopied";
1309
+ readonly $fault: "client";
1310
+
1311
+ Message?: string;
1312
+
1313
+ BackupId?: string;
1314
+
1315
+ constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
1316
+ }
1317
+
1318
+ export declare class BackupRestoring extends __BaseException {
1319
+ readonly name: "BackupRestoring";
1320
+ readonly $fault: "client";
1321
+
1322
+ Message?: string;
1323
+
1324
+ FileSystemId?: string;
1325
+
1326
+ constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
1327
+ }
1328
+
1329
+ export interface DeleteBackupRequest {
1330
+ BackupId: string | undefined;
1331
+
1332
+ ClientRequestToken?: string;
1333
+ }
1334
+
1335
+ export interface DeleteBackupResponse {
1336
+ BackupId?: string;
1337
+
1338
+ Lifecycle?: BackupLifecycle | string;
1339
+ }
1340
+
1341
+ export declare class DataRepositoryAssociationNotFound extends __BaseException {
1342
+ readonly name: "DataRepositoryAssociationNotFound";
1343
+ readonly $fault: "client";
1344
+
1345
+ Message?: string;
1346
+
1347
+ constructor(
1348
+ opts: __ExceptionOptionType<
1349
+ DataRepositoryAssociationNotFound,
1350
+ __BaseException
1351
+ >
1352
+ );
1353
+ }
1354
+ export interface DeleteDataRepositoryAssociationRequest {
1355
+ AssociationId: string | undefined;
1356
+
1357
+ ClientRequestToken?: string;
1358
+
1359
+ DeleteDataInFileSystem: boolean | undefined;
1360
+ }
1361
+ export interface DeleteDataRepositoryAssociationResponse {
1362
+ AssociationId?: string;
1363
+
1364
+ Lifecycle?: DataRepositoryLifecycle | string;
1365
+
1366
+ DeleteDataInFileSystem?: boolean;
1367
+ }
1368
+
1369
+ export interface DeleteFileSystemLustreConfiguration {
1370
+ SkipFinalBackup?: boolean;
1371
+
1372
+ FinalBackupTags?: Tag[];
1373
+ }
1374
+ export declare enum DeleteFileSystemOpenZFSOption {
1375
+ DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
1376
+ }
1377
+
1378
+ export interface DeleteFileSystemOpenZFSConfiguration {
1379
+ SkipFinalBackup?: boolean;
1380
+
1381
+ FinalBackupTags?: Tag[];
1382
+
1383
+ Options?: (DeleteFileSystemOpenZFSOption | string)[];
1384
+ }
1385
+
1386
+ export interface DeleteFileSystemWindowsConfiguration {
1387
+ SkipFinalBackup?: boolean;
1388
+
1389
+ FinalBackupTags?: Tag[];
1390
+ }
1391
+
1392
+ export interface DeleteFileSystemRequest {
1393
+ FileSystemId: string | undefined;
1394
+
1395
+ ClientRequestToken?: string;
1396
+
1397
+ WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
1398
+
1399
+ LustreConfiguration?: DeleteFileSystemLustreConfiguration;
1400
+
1401
+ OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
1402
+ }
1403
+
1404
+ export interface DeleteFileSystemLustreResponse {
1405
+ FinalBackupId?: string;
1406
+
1407
+ FinalBackupTags?: Tag[];
1408
+ }
1409
+
1410
+ export interface DeleteFileSystemOpenZFSResponse {
1411
+ FinalBackupId?: string;
1412
+
1413
+ FinalBackupTags?: Tag[];
1414
+ }
1415
+
1416
+ export interface DeleteFileSystemWindowsResponse {
1417
+ FinalBackupId?: string;
1418
+
1419
+ FinalBackupTags?: Tag[];
1420
+ }
1421
+
1422
+ export interface DeleteFileSystemResponse {
1423
+ FileSystemId?: string;
1424
+
1425
+ Lifecycle?: FileSystemLifecycle | string;
1426
+
1427
+ WindowsResponse?: DeleteFileSystemWindowsResponse;
1428
+
1429
+ LustreResponse?: DeleteFileSystemLustreResponse;
1430
+
1431
+ OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
1432
+ }
1433
+ export interface DeleteSnapshotRequest {
1434
+ ClientRequestToken?: string;
1435
+
1436
+ SnapshotId: string | undefined;
1437
+ }
1438
+ export interface DeleteSnapshotResponse {
1439
+ SnapshotId?: string;
1440
+
1441
+ Lifecycle?: SnapshotLifecycle | string;
1442
+ }
1443
+
1444
+ export declare class SnapshotNotFound extends __BaseException {
1445
+ readonly name: "SnapshotNotFound";
1446
+ readonly $fault: "client";
1447
+
1448
+ Message?: string;
1449
+
1450
+ constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
1451
+ }
1452
+ export interface DeleteStorageVirtualMachineRequest {
1453
+ ClientRequestToken?: string;
1454
+
1455
+ StorageVirtualMachineId: string | undefined;
1456
+ }
1457
+ export interface DeleteStorageVirtualMachineResponse {
1458
+ StorageVirtualMachineId?: string;
1459
+
1460
+ Lifecycle?: StorageVirtualMachineLifecycle | string;
1461
+ }
1462
+
1463
+ export interface DeleteVolumeOntapConfiguration {
1464
+ SkipFinalBackup?: boolean;
1465
+
1466
+ FinalBackupTags?: Tag[];
1467
+ }
1468
+ export declare enum DeleteOpenZFSVolumeOption {
1469
+ DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
1470
+ }
1471
+
1472
+ export interface DeleteVolumeOpenZFSConfiguration {
1473
+ Options?: (DeleteOpenZFSVolumeOption | string)[];
1474
+ }
1475
+ export interface DeleteVolumeRequest {
1476
+ ClientRequestToken?: string;
1477
+
1478
+ VolumeId: string | undefined;
1479
+
1480
+ OntapConfiguration?: DeleteVolumeOntapConfiguration;
1481
+
1482
+ OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
1483
+ }
1484
+
1485
+ export interface DeleteVolumeOntapResponse {
1486
+ FinalBackupId?: string;
1487
+
1488
+ FinalBackupTags?: Tag[];
1489
+ }
1490
+ export interface DeleteVolumeResponse {
1491
+ VolumeId?: string;
1492
+
1493
+ Lifecycle?: VolumeLifecycle | string;
1494
+
1495
+ OntapResponse?: DeleteVolumeOntapResponse;
1496
+ }
1497
+ export declare enum FilterName {
1498
+ BACKUP_TYPE = "backup-type",
1499
+ DATA_REPOSITORY_TYPE = "data-repository-type",
1500
+ FILE_SYSTEM_ID = "file-system-id",
1501
+ FILE_SYSTEM_TYPE = "file-system-type",
1502
+ VOLUME_ID = "volume-id",
1503
+ }
1504
+
1505
+ export interface Filter {
1506
+ Name?: FilterName | string;
1507
+
1508
+ Values?: string[];
1509
+ }
1510
+
1511
+ export interface DescribeBackupsRequest {
1512
+ BackupIds?: string[];
1513
+
1514
+ Filters?: Filter[];
1515
+
1516
+ MaxResults?: number;
1517
+
1518
+ NextToken?: string;
1519
+ }
1520
+ export interface DescribeDataRepositoryAssociationsRequest {
1521
+ AssociationIds?: string[];
1522
+
1523
+ Filters?: Filter[];
1524
+
1525
+ MaxResults?: number;
1526
+
1527
+ NextToken?: string;
1528
+ }
1529
+ export interface DescribeDataRepositoryAssociationsResponse {
1530
+ Associations?: DataRepositoryAssociation[];
1531
+
1532
+ NextToken?: string;
1533
+ }
1534
+
1535
+ export declare class InvalidDataRepositoryType extends __BaseException {
1536
+ readonly name: "InvalidDataRepositoryType";
1537
+ readonly $fault: "client";
1538
+
1539
+ Message?: string;
1540
+
1541
+ constructor(
1542
+ opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>
1543
+ );
1544
+ }
1545
+ export declare enum DataRepositoryTaskFilterName {
1546
+ DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
1547
+ FILE_SYSTEM_ID = "file-system-id",
1548
+ TASK_LIFECYCLE = "task-lifecycle",
1549
+ }
1550
+
1551
+ export interface DataRepositoryTaskFilter {
1552
+ Name?: DataRepositoryTaskFilterName | string;
1553
+
1554
+ Values?: string[];
1555
+ }
1556
+ export interface DescribeDataRepositoryTasksRequest {
1557
+ TaskIds?: string[];
1558
+
1559
+ Filters?: DataRepositoryTaskFilter[];
1560
+
1561
+ MaxResults?: number;
1562
+
1563
+ NextToken?: string;
1564
+ }
1565
+ export interface DescribeDataRepositoryTasksResponse {
1566
+ DataRepositoryTasks?: DataRepositoryTask[];
1567
+
1568
+ NextToken?: string;
1569
+ }
1570
+
1571
+ export interface DescribeFileSystemAliasesRequest {
1572
+ ClientRequestToken?: string;
1573
+
1574
+ FileSystemId: string | undefined;
1575
+
1576
+ MaxResults?: number;
1577
+
1578
+ NextToken?: string;
1579
+ }
1580
+
1581
+ export interface DescribeFileSystemAliasesResponse {
1582
+ Aliases?: Alias[];
1583
+
1584
+ NextToken?: string;
1585
+ }
1586
+
1587
+ export interface DescribeFileSystemsRequest {
1588
+ FileSystemIds?: string[];
1589
+
1590
+ MaxResults?: number;
1591
+
1592
+ NextToken?: string;
1593
+ }
1594
+ export declare enum SnapshotFilterName {
1595
+ FILE_SYSTEM_ID = "file-system-id",
1596
+ VOLUME_ID = "volume-id",
1597
+ }
1598
+
1599
+ export interface SnapshotFilter {
1600
+ Name?: SnapshotFilterName | string;
1601
+
1602
+ Values?: string[];
1603
+ }
1604
+ export interface DescribeSnapshotsRequest {
1605
+ SnapshotIds?: string[];
1606
+
1607
+ Filters?: SnapshotFilter[];
1608
+
1609
+ MaxResults?: number;
1610
+
1611
+ NextToken?: string;
1612
+ }
1613
+ export declare enum StorageVirtualMachineFilterName {
1614
+ FILE_SYSTEM_ID = "file-system-id",
1615
+ }
1616
+
1617
+ export interface StorageVirtualMachineFilter {
1618
+ Name?: StorageVirtualMachineFilterName | string;
1619
+
1620
+ Values?: string[];
1621
+ }
1622
+ export interface DescribeStorageVirtualMachinesRequest {
1623
+ StorageVirtualMachineIds?: string[];
1624
+
1625
+ Filters?: StorageVirtualMachineFilter[];
1626
+
1627
+ MaxResults?: number;
1628
+
1629
+ NextToken?: string;
1630
+ }
1631
+ export interface DescribeStorageVirtualMachinesResponse {
1632
+ StorageVirtualMachines?: StorageVirtualMachine[];
1633
+
1634
+ NextToken?: string;
1635
+ }
1636
+ export declare enum VolumeFilterName {
1637
+ FILE_SYSTEM_ID = "file-system-id",
1638
+ STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id",
1639
+ }
1640
+
1641
+ export interface VolumeFilter {
1642
+ Name?: VolumeFilterName | string;
1643
+
1644
+ Values?: string[];
1645
+ }
1646
+ export interface DescribeVolumesRequest {
1647
+ VolumeIds?: string[];
1648
+
1649
+ Filters?: VolumeFilter[];
1650
+
1651
+ MaxResults?: number;
1652
+
1653
+ NextToken?: string;
1654
+ }
1655
+
1656
+ export interface DisassociateFileSystemAliasesRequest {
1657
+ ClientRequestToken?: string;
1658
+
1659
+ FileSystemId: string | undefined;
1660
+
1661
+ Aliases: string[] | undefined;
1662
+ }
1663
+
1664
+ export interface DisassociateFileSystemAliasesResponse {
1665
+ Aliases?: Alias[];
1666
+ }
1667
+
1668
+ export interface ListTagsForResourceRequest {
1669
+ ResourceARN: string | undefined;
1670
+
1671
+ MaxResults?: number;
1672
+
1673
+ NextToken?: string;
1674
+ }
1675
+
1676
+ export interface ListTagsForResourceResponse {
1677
+ Tags?: Tag[];
1678
+
1679
+ NextToken?: string;
1680
+ }
1681
+
1682
+ export declare class NotServiceResourceError extends __BaseException {
1683
+ readonly name: "NotServiceResourceError";
1684
+ readonly $fault: "client";
1685
+
1686
+ ResourceARN: string | undefined;
1687
+
1688
+ Message?: string;
1689
+
1690
+ constructor(
1691
+ opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>
1692
+ );
1693
+ }
1694
+
1695
+ export declare class ResourceDoesNotSupportTagging extends __BaseException {
1696
+ readonly name: "ResourceDoesNotSupportTagging";
1697
+ readonly $fault: "client";
1698
+
1699
+ ResourceARN: string | undefined;
1700
+
1701
+ Message?: string;
1702
+
1703
+ constructor(
1704
+ opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>
1705
+ );
1706
+ }
1707
+
1708
+ export declare class ResourceNotFound extends __BaseException {
1709
+ readonly name: "ResourceNotFound";
1710
+ readonly $fault: "client";
1711
+
1712
+ ResourceARN: string | undefined;
1713
+
1714
+ Message?: string;
1715
+
1716
+ constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
1717
+ }
1718
+ export interface ReleaseFileSystemNfsV3LocksRequest {
1719
+ FileSystemId: string | undefined;
1720
+
1721
+ ClientRequestToken?: string;
1722
+ }
1723
+ export declare enum RestoreOpenZFSVolumeOption {
1724
+ DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
1725
+ DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS",
1726
+ }
1727
+ export interface RestoreVolumeFromSnapshotRequest {
1728
+ ClientRequestToken?: string;
1729
+
1730
+ VolumeId: string | undefined;
1731
+
1732
+ SnapshotId: string | undefined;
1733
+
1734
+ Options?: (RestoreOpenZFSVolumeOption | string)[];
1735
+ }
1736
+ export interface RestoreVolumeFromSnapshotResponse {
1737
+ VolumeId?: string;
1738
+
1739
+ Lifecycle?: VolumeLifecycle | string;
1740
+ }
1741
+
1742
+ export interface TagResourceRequest {
1743
+ ResourceARN: string | undefined;
1744
+
1745
+ Tags: Tag[] | undefined;
1746
+ }
1747
+
1748
+ export interface TagResourceResponse {}
1749
+
1750
+ export interface UntagResourceRequest {
1751
+ ResourceARN: string | undefined;
1752
+
1753
+ TagKeys: string[] | undefined;
1754
+ }
1755
+
1756
+ export interface UntagResourceResponse {}
1757
+ export interface UpdateDataRepositoryAssociationRequest {
1758
+ AssociationId: string | undefined;
1759
+
1760
+ ClientRequestToken?: string;
1761
+
1762
+ ImportedFileChunkSize?: number;
1763
+
1764
+ S3?: S3DataRepositoryConfiguration;
1765
+ }
1766
+ export interface UpdateDataRepositoryAssociationResponse {
1767
+ Association?: DataRepositoryAssociation;
1768
+ }
1769
+
1770
+ export interface UpdateFileSystemLustreConfiguration {
1771
+ WeeklyMaintenanceStartTime?: string;
1772
+
1773
+ DailyAutomaticBackupStartTime?: string;
1774
+
1775
+ AutomaticBackupRetentionDays?: number;
1776
+
1777
+ AutoImportPolicy?: AutoImportPolicyType | string;
1778
+
1779
+ DataCompressionType?: DataCompressionType | string;
1780
+
1781
+ LogConfiguration?: LustreLogCreateConfiguration;
1782
+
1783
+ RootSquashConfiguration?: LustreRootSquashConfiguration;
1784
+ }
1785
+
1786
+ export interface UpdateFileSystemOntapConfiguration {
1787
+ AutomaticBackupRetentionDays?: number;
1788
+
1789
+ DailyAutomaticBackupStartTime?: string;
1790
+
1791
+ FsxAdminPassword?: string;
1792
+
1793
+ WeeklyMaintenanceStartTime?: string;
1794
+
1795
+ DiskIopsConfiguration?: DiskIopsConfiguration;
1796
+
1797
+ ThroughputCapacity?: number;
1798
+ }
1799
+
1800
+ export interface UpdateFileSystemOpenZFSConfiguration {
1801
+ AutomaticBackupRetentionDays?: number;
1802
+
1803
+ CopyTagsToBackups?: boolean;
1804
+
1805
+ CopyTagsToVolumes?: boolean;
1806
+
1807
+ DailyAutomaticBackupStartTime?: string;
1808
+
1809
+ ThroughputCapacity?: number;
1810
+
1811
+ WeeklyMaintenanceStartTime?: string;
1812
+
1813
+ DiskIopsConfiguration?: DiskIopsConfiguration;
1814
+ }
1815
+
1816
+ export interface SelfManagedActiveDirectoryConfigurationUpdates {
1817
+ UserName?: string;
1818
+
1819
+ Password?: string;
1820
+
1821
+ DnsIps?: string[];
1822
+ }
1823
+
1824
+ export interface UpdateFileSystemWindowsConfiguration {
1825
+ WeeklyMaintenanceStartTime?: string;
1826
+
1827
+ DailyAutomaticBackupStartTime?: string;
1828
+
1829
+ AutomaticBackupRetentionDays?: number;
1830
+
1831
+ ThroughputCapacity?: number;
1832
+
1833
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
1834
+
1835
+ AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
1836
+ }
1837
+
1838
+ export interface UpdateFileSystemRequest {
1839
+ FileSystemId: string | undefined;
1840
+
1841
+ ClientRequestToken?: string;
1842
+
1843
+ StorageCapacity?: number;
1844
+
1845
+ WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
1846
+
1847
+ LustreConfiguration?: UpdateFileSystemLustreConfiguration;
1848
+
1849
+ OntapConfiguration?: UpdateFileSystemOntapConfiguration;
1850
+
1851
+ OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
1852
+ }
1853
+ export interface UpdateSnapshotRequest {
1854
+ ClientRequestToken?: string;
1855
+
1856
+ Name: string | undefined;
1857
+
1858
+ SnapshotId: string | undefined;
1859
+ }
1860
+
1861
+ export interface UpdateSvmActiveDirectoryConfiguration {
1862
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
1863
+ }
1864
+ export interface UpdateStorageVirtualMachineRequest {
1865
+ ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
1866
+
1867
+ ClientRequestToken?: string;
1868
+
1869
+ StorageVirtualMachineId: string | undefined;
1870
+
1871
+ SvmAdminPassword?: string;
1872
+ }
1873
+ export interface UpdateStorageVirtualMachineResponse {
1874
+ StorageVirtualMachine?: StorageVirtualMachine;
1875
+ }
1876
+
1877
+ export interface UpdateOntapVolumeConfiguration {
1878
+ JunctionPath?: string;
1879
+
1880
+ SecurityStyle?: SecurityStyle | string;
1881
+
1882
+ SizeInMegabytes?: number;
1883
+
1884
+ StorageEfficiencyEnabled?: boolean;
1885
+
1886
+ TieringPolicy?: TieringPolicy;
1887
+ }
1888
+
1889
+ export interface UpdateOpenZFSVolumeConfiguration {
1890
+ StorageCapacityReservationGiB?: number;
1891
+
1892
+ StorageCapacityQuotaGiB?: number;
1893
+
1894
+ RecordSizeKiB?: number;
1895
+
1896
+ DataCompressionType?: OpenZFSDataCompressionType | string;
1897
+
1898
+ NfsExports?: OpenZFSNfsExport[];
1899
+
1900
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1901
+
1902
+ ReadOnly?: boolean;
1903
+ }
1904
+ export interface UpdateVolumeRequest {
1905
+ ClientRequestToken?: string;
1906
+
1907
+ VolumeId: string | undefined;
1908
+
1909
+ OntapConfiguration?: UpdateOntapVolumeConfiguration;
1910
+
1911
+ Name?: string;
1912
+
1913
+ OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
1914
+ }
1915
+
1916
+ export interface AdministrativeAction {
1917
+ AdministrativeActionType?: AdministrativeActionType | string;
1918
+
1919
+ ProgressPercent?: number;
1920
+
1921
+ RequestTime?: Date;
1922
+
1923
+ Status?: Status | string;
1924
+
1925
+ TargetFileSystemValues?: FileSystem;
1926
+
1927
+ FailureDetails?: AdministrativeActionFailureDetails;
1928
+
1929
+ TargetVolumeValues?: Volume;
1930
+
1931
+ TargetSnapshotValues?: Snapshot;
1932
+ }
1933
+
1934
+ export interface FileSystem {
1935
+ OwnerId?: string;
1936
+
1937
+ CreationTime?: Date;
1938
+
1939
+ FileSystemId?: string;
1940
+
1941
+ FileSystemType?: FileSystemType | string;
1942
+
1943
+ Lifecycle?: FileSystemLifecycle | string;
1944
+
1945
+ FailureDetails?: FileSystemFailureDetails;
1946
+
1947
+ StorageCapacity?: number;
1948
+
1949
+ StorageType?: StorageType | string;
1950
+
1951
+ VpcId?: string;
1952
+
1953
+ SubnetIds?: string[];
1954
+
1955
+ NetworkInterfaceIds?: string[];
1956
+
1957
+ DNSName?: string;
1958
+
1959
+ KmsKeyId?: string;
1960
+
1961
+ ResourceARN?: string;
1962
+
1963
+ Tags?: Tag[];
1964
+
1965
+ WindowsConfiguration?: WindowsFileSystemConfiguration;
1966
+
1967
+ LustreConfiguration?: LustreFileSystemConfiguration;
1968
+
1969
+ AdministrativeActions?: AdministrativeAction[];
1970
+
1971
+ OntapConfiguration?: OntapFileSystemConfiguration;
1972
+
1973
+ FileSystemTypeVersion?: string;
1974
+
1975
+ OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
1976
+ }
1977
+
1978
+ export interface Snapshot {
1979
+ ResourceARN?: string;
1980
+
1981
+ SnapshotId?: string;
1982
+
1983
+ Name?: string;
1984
+
1985
+ VolumeId?: string;
1986
+
1987
+ CreationTime?: Date;
1988
+
1989
+ Lifecycle?: SnapshotLifecycle | string;
1990
+
1991
+ LifecycleTransitionReason?: LifecycleTransitionReason;
1992
+
1993
+ Tags?: Tag[];
1994
+
1995
+ AdministrativeActions?: AdministrativeAction[];
1996
+ }
1997
+
1998
+ export interface Volume {
1999
+ CreationTime?: Date;
2000
+
2001
+ FileSystemId?: string;
2002
+
2003
+ Lifecycle?: VolumeLifecycle | string;
2004
+
2005
+ Name?: string;
2006
+
2007
+ OntapConfiguration?: OntapVolumeConfiguration;
2008
+
2009
+ ResourceARN?: string;
2010
+
2011
+ Tags?: Tag[];
2012
+
2013
+ VolumeId?: string;
2014
+
2015
+ VolumeType?: VolumeType | string;
2016
+
2017
+ LifecycleTransitionReason?: LifecycleTransitionReason;
2018
+
2019
+ AdministrativeActions?: AdministrativeAction[];
2020
+
2021
+ OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
2022
+ }
2023
+
2024
+ export interface CreateFileSystemFromBackupResponse {
2025
+ FileSystem?: FileSystem;
2026
+ }
2027
+
2028
+ export interface CreateFileSystemResponse {
2029
+ FileSystem?: FileSystem;
2030
+ }
2031
+ export interface CreateSnapshotResponse {
2032
+ Snapshot?: Snapshot;
2033
+ }
2034
+ export interface CreateVolumeFromBackupResponse {
2035
+ Volume?: Volume;
2036
+ }
2037
+ export interface CreateVolumeResponse {
2038
+ Volume?: Volume;
2039
+ }
2040
+ export interface ReleaseFileSystemNfsV3LocksResponse {
2041
+ FileSystem?: FileSystem;
2042
+ }
2043
+
2044
+ export interface UpdateFileSystemResponse {
2045
+ FileSystem?: FileSystem;
2046
+ }
2047
+ export interface UpdateSnapshotResponse {
2048
+ Snapshot?: Snapshot;
2049
+ }
2050
+ export interface UpdateVolumeResponse {
2051
+ Volume?: Volume;
2052
+ }
2053
+
2054
+ export interface DescribeFileSystemsResponse {
2055
+ FileSystems?: FileSystem[];
2056
+
2057
+ NextToken?: string;
2058
+ }
2059
+ export interface DescribeSnapshotsResponse {
2060
+ Snapshots?: Snapshot[];
2061
+
2062
+ NextToken?: string;
2063
+ }
2064
+ export interface DescribeVolumesResponse {
2065
+ Volumes?: Volume[];
2066
+
2067
+ NextToken?: string;
2068
+ }
2069
+
2070
+ export interface Backup {
2071
+ BackupId: string | undefined;
2072
+
2073
+ Lifecycle: BackupLifecycle | string | undefined;
2074
+
2075
+ FailureDetails?: BackupFailureDetails;
2076
+
2077
+ Type: BackupType | string | undefined;
2078
+
2079
+ ProgressPercent?: number;
2080
+
2081
+ CreationTime: Date | undefined;
2082
+
2083
+ KmsKeyId?: string;
2084
+
2085
+ ResourceARN?: string;
2086
+
2087
+ Tags?: Tag[];
2088
+
2089
+ FileSystem: FileSystem | undefined;
2090
+
2091
+ DirectoryInformation?: ActiveDirectoryBackupAttributes;
2092
+
2093
+ OwnerId?: string;
2094
+
2095
+ SourceBackupId?: string;
2096
+
2097
+ SourceBackupRegion?: string;
2098
+
2099
+ ResourceType?: ResourceType | string;
2100
+
2101
+ Volume?: Volume;
2102
+ }
2103
+ export interface CopyBackupResponse {
2104
+ Backup?: Backup;
2105
+ }
2106
+
2107
+ export interface CreateBackupResponse {
2108
+ Backup?: Backup;
2109
+ }
2110
+
2111
+ export interface DescribeBackupsResponse {
2112
+ Backups?: Backup[];
2113
+
2114
+ NextToken?: string;
2115
+ }
2116
+
2117
+ export declare const ActiveDirectoryBackupAttributesFilterSensitiveLog: (
2118
+ obj: ActiveDirectoryBackupAttributes
2119
+ ) => any;
2120
+
2121
+ export declare const AdministrativeActionFailureDetailsFilterSensitiveLog: (
2122
+ obj: AdministrativeActionFailureDetails
2123
+ ) => any;
2124
+
2125
+ export declare const FileSystemFailureDetailsFilterSensitiveLog: (
2126
+ obj: FileSystemFailureDetails
2127
+ ) => any;
2128
+
2129
+ export declare const DataRepositoryFailureDetailsFilterSensitiveLog: (
2130
+ obj: DataRepositoryFailureDetails
2131
+ ) => any;
2132
+
2133
+ export declare const DataRepositoryConfigurationFilterSensitiveLog: (
2134
+ obj: DataRepositoryConfiguration
2135
+ ) => any;
2136
+
2137
+ export declare const LustreLogConfigurationFilterSensitiveLog: (
2138
+ obj: LustreLogConfiguration
2139
+ ) => any;
2140
+
2141
+ export declare const LustreRootSquashConfigurationFilterSensitiveLog: (
2142
+ obj: LustreRootSquashConfiguration
2143
+ ) => any;
2144
+
2145
+ export declare const LustreFileSystemConfigurationFilterSensitiveLog: (
2146
+ obj: LustreFileSystemConfiguration
2147
+ ) => any;
2148
+
2149
+ export declare const DiskIopsConfigurationFilterSensitiveLog: (
2150
+ obj: DiskIopsConfiguration
2151
+ ) => any;
2152
+
2153
+ export declare const FileSystemEndpointFilterSensitiveLog: (
2154
+ obj: FileSystemEndpoint
2155
+ ) => any;
2156
+
2157
+ export declare const FileSystemEndpointsFilterSensitiveLog: (
2158
+ obj: FileSystemEndpoints
2159
+ ) => any;
2160
+
2161
+ export declare const OntapFileSystemConfigurationFilterSensitiveLog: (
2162
+ obj: OntapFileSystemConfiguration
2163
+ ) => any;
2164
+
2165
+ export declare const OpenZFSFileSystemConfigurationFilterSensitiveLog: (
2166
+ obj: OpenZFSFileSystemConfiguration
2167
+ ) => any;
2168
+
2169
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2170
+
2171
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
2172
+
2173
+ export declare const WindowsAuditLogConfigurationFilterSensitiveLog: (
2174
+ obj: WindowsAuditLogConfiguration
2175
+ ) => any;
2176
+
2177
+ export declare const SelfManagedActiveDirectoryAttributesFilterSensitiveLog: (
2178
+ obj: SelfManagedActiveDirectoryAttributes
2179
+ ) => any;
2180
+
2181
+ export declare const WindowsFileSystemConfigurationFilterSensitiveLog: (
2182
+ obj: WindowsFileSystemConfiguration
2183
+ ) => any;
2184
+
2185
+ export declare const LifecycleTransitionReasonFilterSensitiveLog: (
2186
+ obj: LifecycleTransitionReason
2187
+ ) => any;
2188
+
2189
+ export declare const TieringPolicyFilterSensitiveLog: (
2190
+ obj: TieringPolicy
2191
+ ) => any;
2192
+
2193
+ export declare const OntapVolumeConfigurationFilterSensitiveLog: (
2194
+ obj: OntapVolumeConfiguration
2195
+ ) => any;
2196
+
2197
+ export declare const OpenZFSClientConfigurationFilterSensitiveLog: (
2198
+ obj: OpenZFSClientConfiguration
2199
+ ) => any;
2200
+
2201
+ export declare const OpenZFSNfsExportFilterSensitiveLog: (
2202
+ obj: OpenZFSNfsExport
2203
+ ) => any;
2204
+
2205
+ export declare const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
2206
+ obj: OpenZFSOriginSnapshotConfiguration
2207
+ ) => any;
2208
+
2209
+ export declare const OpenZFSUserOrGroupQuotaFilterSensitiveLog: (
2210
+ obj: OpenZFSUserOrGroupQuota
2211
+ ) => any;
2212
+
2213
+ export declare const OpenZFSVolumeConfigurationFilterSensitiveLog: (
2214
+ obj: OpenZFSVolumeConfiguration
2215
+ ) => any;
2216
+
2217
+ export declare const AssociateFileSystemAliasesRequestFilterSensitiveLog: (
2218
+ obj: AssociateFileSystemAliasesRequest
2219
+ ) => any;
2220
+
2221
+ export declare const AssociateFileSystemAliasesResponseFilterSensitiveLog: (
2222
+ obj: AssociateFileSystemAliasesResponse
2223
+ ) => any;
2224
+
2225
+ export declare const AutoExportPolicyFilterSensitiveLog: (
2226
+ obj: AutoExportPolicy
2227
+ ) => any;
2228
+
2229
+ export declare const AutoImportPolicyFilterSensitiveLog: (
2230
+ obj: AutoImportPolicy
2231
+ ) => any;
2232
+
2233
+ export declare const CancelDataRepositoryTaskRequestFilterSensitiveLog: (
2234
+ obj: CancelDataRepositoryTaskRequest
2235
+ ) => any;
2236
+
2237
+ export declare const CancelDataRepositoryTaskResponseFilterSensitiveLog: (
2238
+ obj: CancelDataRepositoryTaskResponse
2239
+ ) => any;
2240
+
2241
+ export declare const CopyBackupRequestFilterSensitiveLog: (
2242
+ obj: CopyBackupRequest
2243
+ ) => any;
2244
+
2245
+ export declare const BackupFailureDetailsFilterSensitiveLog: (
2246
+ obj: BackupFailureDetails
2247
+ ) => any;
2248
+
2249
+ export declare const CreateBackupRequestFilterSensitiveLog: (
2250
+ obj: CreateBackupRequest
2251
+ ) => any;
2252
+
2253
+ export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (
2254
+ obj: S3DataRepositoryConfiguration
2255
+ ) => any;
2256
+
2257
+ export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (
2258
+ obj: CreateDataRepositoryAssociationRequest
2259
+ ) => any;
2260
+
2261
+ export declare const DataRepositoryAssociationFilterSensitiveLog: (
2262
+ obj: DataRepositoryAssociation
2263
+ ) => any;
2264
+
2265
+ export declare const CreateDataRepositoryAssociationResponseFilterSensitiveLog: (
2266
+ obj: CreateDataRepositoryAssociationResponse
2267
+ ) => any;
2268
+
2269
+ export declare const CompletionReportFilterSensitiveLog: (
2270
+ obj: CompletionReport
2271
+ ) => any;
2272
+
2273
+ export declare const CreateDataRepositoryTaskRequestFilterSensitiveLog: (
2274
+ obj: CreateDataRepositoryTaskRequest
2275
+ ) => any;
2276
+
2277
+ export declare const DataRepositoryTaskFailureDetailsFilterSensitiveLog: (
2278
+ obj: DataRepositoryTaskFailureDetails
2279
+ ) => any;
2280
+
2281
+ export declare const DataRepositoryTaskStatusFilterSensitiveLog: (
2282
+ obj: DataRepositoryTaskStatus
2283
+ ) => any;
2284
+
2285
+ export declare const DataRepositoryTaskFilterSensitiveLog: (
2286
+ obj: DataRepositoryTask
2287
+ ) => any;
2288
+
2289
+ export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (
2290
+ obj: CreateDataRepositoryTaskResponse
2291
+ ) => any;
2292
+
2293
+ export declare const LustreLogCreateConfigurationFilterSensitiveLog: (
2294
+ obj: LustreLogCreateConfiguration
2295
+ ) => any;
2296
+
2297
+ export declare const CreateFileSystemLustreConfigurationFilterSensitiveLog: (
2298
+ obj: CreateFileSystemLustreConfiguration
2299
+ ) => any;
2300
+
2301
+ export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (
2302
+ obj: CreateFileSystemOntapConfiguration
2303
+ ) => any;
2304
+
2305
+ export declare const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog: (
2306
+ obj: OpenZFSCreateRootVolumeConfiguration
2307
+ ) => any;
2308
+
2309
+ export declare const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
2310
+ obj: CreateFileSystemOpenZFSConfiguration
2311
+ ) => any;
2312
+
2313
+ export declare const WindowsAuditLogCreateConfigurationFilterSensitiveLog: (
2314
+ obj: WindowsAuditLogCreateConfiguration
2315
+ ) => any;
2316
+
2317
+ export declare const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: (
2318
+ obj: SelfManagedActiveDirectoryConfiguration
2319
+ ) => any;
2320
+
2321
+ export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (
2322
+ obj: CreateFileSystemWindowsConfiguration
2323
+ ) => any;
2324
+
2325
+ export declare const CreateFileSystemRequestFilterSensitiveLog: (
2326
+ obj: CreateFileSystemRequest
2327
+ ) => any;
2328
+
2329
+ export declare const CreateFileSystemFromBackupRequestFilterSensitiveLog: (
2330
+ obj: CreateFileSystemFromBackupRequest
2331
+ ) => any;
2332
+
2333
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (
2334
+ obj: CreateSnapshotRequest
2335
+ ) => any;
2336
+
2337
+ export declare const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
2338
+ obj: CreateSvmActiveDirectoryConfiguration
2339
+ ) => any;
2340
+
2341
+ export declare const CreateStorageVirtualMachineRequestFilterSensitiveLog: (
2342
+ obj: CreateStorageVirtualMachineRequest
2343
+ ) => any;
2344
+
2345
+ export declare const SvmActiveDirectoryConfigurationFilterSensitiveLog: (
2346
+ obj: SvmActiveDirectoryConfiguration
2347
+ ) => any;
2348
+
2349
+ export declare const SvmEndpointFilterSensitiveLog: (obj: SvmEndpoint) => any;
2350
+
2351
+ export declare const SvmEndpointsFilterSensitiveLog: (obj: SvmEndpoints) => any;
2352
+
2353
+ export declare const StorageVirtualMachineFilterSensitiveLog: (
2354
+ obj: StorageVirtualMachine
2355
+ ) => any;
2356
+
2357
+ export declare const CreateStorageVirtualMachineResponseFilterSensitiveLog: (
2358
+ obj: CreateStorageVirtualMachineResponse
2359
+ ) => any;
2360
+
2361
+ export declare const CreateOntapVolumeConfigurationFilterSensitiveLog: (
2362
+ obj: CreateOntapVolumeConfiguration
2363
+ ) => any;
2364
+
2365
+ export declare const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
2366
+ obj: CreateOpenZFSOriginSnapshotConfiguration
2367
+ ) => any;
2368
+
2369
+ export declare const CreateOpenZFSVolumeConfigurationFilterSensitiveLog: (
2370
+ obj: CreateOpenZFSVolumeConfiguration
2371
+ ) => any;
2372
+
2373
+ export declare const CreateVolumeRequestFilterSensitiveLog: (
2374
+ obj: CreateVolumeRequest
2375
+ ) => any;
2376
+
2377
+ export declare const CreateVolumeFromBackupRequestFilterSensitiveLog: (
2378
+ obj: CreateVolumeFromBackupRequest
2379
+ ) => any;
2380
+
2381
+ export declare const DeleteBackupRequestFilterSensitiveLog: (
2382
+ obj: DeleteBackupRequest
2383
+ ) => any;
2384
+
2385
+ export declare const DeleteBackupResponseFilterSensitiveLog: (
2386
+ obj: DeleteBackupResponse
2387
+ ) => any;
2388
+
2389
+ export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (
2390
+ obj: DeleteDataRepositoryAssociationRequest
2391
+ ) => any;
2392
+
2393
+ export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (
2394
+ obj: DeleteDataRepositoryAssociationResponse
2395
+ ) => any;
2396
+
2397
+ export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (
2398
+ obj: DeleteFileSystemLustreConfiguration
2399
+ ) => any;
2400
+
2401
+ export declare const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog: (
2402
+ obj: DeleteFileSystemOpenZFSConfiguration
2403
+ ) => any;
2404
+
2405
+ export declare const DeleteFileSystemWindowsConfigurationFilterSensitiveLog: (
2406
+ obj: DeleteFileSystemWindowsConfiguration
2407
+ ) => any;
2408
+
2409
+ export declare const DeleteFileSystemRequestFilterSensitiveLog: (
2410
+ obj: DeleteFileSystemRequest
2411
+ ) => any;
2412
+
2413
+ export declare const DeleteFileSystemLustreResponseFilterSensitiveLog: (
2414
+ obj: DeleteFileSystemLustreResponse
2415
+ ) => any;
2416
+
2417
+ export declare const DeleteFileSystemOpenZFSResponseFilterSensitiveLog: (
2418
+ obj: DeleteFileSystemOpenZFSResponse
2419
+ ) => any;
2420
+
2421
+ export declare const DeleteFileSystemWindowsResponseFilterSensitiveLog: (
2422
+ obj: DeleteFileSystemWindowsResponse
2423
+ ) => any;
2424
+
2425
+ export declare const DeleteFileSystemResponseFilterSensitiveLog: (
2426
+ obj: DeleteFileSystemResponse
2427
+ ) => any;
2428
+
2429
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (
2430
+ obj: DeleteSnapshotRequest
2431
+ ) => any;
2432
+
2433
+ export declare const DeleteSnapshotResponseFilterSensitiveLog: (
2434
+ obj: DeleteSnapshotResponse
2435
+ ) => any;
2436
+
2437
+ export declare const DeleteStorageVirtualMachineRequestFilterSensitiveLog: (
2438
+ obj: DeleteStorageVirtualMachineRequest
2439
+ ) => any;
2440
+
2441
+ export declare const DeleteStorageVirtualMachineResponseFilterSensitiveLog: (
2442
+ obj: DeleteStorageVirtualMachineResponse
2443
+ ) => any;
2444
+
2445
+ export declare const DeleteVolumeOntapConfigurationFilterSensitiveLog: (
2446
+ obj: DeleteVolumeOntapConfiguration
2447
+ ) => any;
2448
+
2449
+ export declare const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog: (
2450
+ obj: DeleteVolumeOpenZFSConfiguration
2451
+ ) => any;
2452
+
2453
+ export declare const DeleteVolumeRequestFilterSensitiveLog: (
2454
+ obj: DeleteVolumeRequest
2455
+ ) => any;
2456
+
2457
+ export declare const DeleteVolumeOntapResponseFilterSensitiveLog: (
2458
+ obj: DeleteVolumeOntapResponse
2459
+ ) => any;
2460
+
2461
+ export declare const DeleteVolumeResponseFilterSensitiveLog: (
2462
+ obj: DeleteVolumeResponse
2463
+ ) => any;
2464
+
2465
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
2466
+
2467
+ export declare const DescribeBackupsRequestFilterSensitiveLog: (
2468
+ obj: DescribeBackupsRequest
2469
+ ) => any;
2470
+
2471
+ export declare const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog: (
2472
+ obj: DescribeDataRepositoryAssociationsRequest
2473
+ ) => any;
2474
+
2475
+ export declare const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog: (
2476
+ obj: DescribeDataRepositoryAssociationsResponse
2477
+ ) => any;
2478
+
2479
+ export declare const DataRepositoryTaskFilterFilterSensitiveLog: (
2480
+ obj: DataRepositoryTaskFilter
2481
+ ) => any;
2482
+
2483
+ export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (
2484
+ obj: DescribeDataRepositoryTasksRequest
2485
+ ) => any;
2486
+
2487
+ export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (
2488
+ obj: DescribeDataRepositoryTasksResponse
2489
+ ) => any;
2490
+
2491
+ export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (
2492
+ obj: DescribeFileSystemAliasesRequest
2493
+ ) => any;
2494
+
2495
+ export declare const DescribeFileSystemAliasesResponseFilterSensitiveLog: (
2496
+ obj: DescribeFileSystemAliasesResponse
2497
+ ) => any;
2498
+
2499
+ export declare const DescribeFileSystemsRequestFilterSensitiveLog: (
2500
+ obj: DescribeFileSystemsRequest
2501
+ ) => any;
2502
+
2503
+ export declare const SnapshotFilterFilterSensitiveLog: (
2504
+ obj: SnapshotFilter
2505
+ ) => any;
2506
+
2507
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
2508
+ obj: DescribeSnapshotsRequest
2509
+ ) => any;
2510
+
2511
+ export declare const StorageVirtualMachineFilterFilterSensitiveLog: (
2512
+ obj: StorageVirtualMachineFilter
2513
+ ) => any;
2514
+
2515
+ export declare const DescribeStorageVirtualMachinesRequestFilterSensitiveLog: (
2516
+ obj: DescribeStorageVirtualMachinesRequest
2517
+ ) => any;
2518
+
2519
+ export declare const DescribeStorageVirtualMachinesResponseFilterSensitiveLog: (
2520
+ obj: DescribeStorageVirtualMachinesResponse
2521
+ ) => any;
2522
+
2523
+ export declare const VolumeFilterFilterSensitiveLog: (obj: VolumeFilter) => any;
2524
+
2525
+ export declare const DescribeVolumesRequestFilterSensitiveLog: (
2526
+ obj: DescribeVolumesRequest
2527
+ ) => any;
2528
+
2529
+ export declare const DisassociateFileSystemAliasesRequestFilterSensitiveLog: (
2530
+ obj: DisassociateFileSystemAliasesRequest
2531
+ ) => any;
2532
+
2533
+ export declare const DisassociateFileSystemAliasesResponseFilterSensitiveLog: (
2534
+ obj: DisassociateFileSystemAliasesResponse
2535
+ ) => any;
2536
+
2537
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
2538
+ obj: ListTagsForResourceRequest
2539
+ ) => any;
2540
+
2541
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
2542
+ obj: ListTagsForResourceResponse
2543
+ ) => any;
2544
+
2545
+ export declare const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog: (
2546
+ obj: ReleaseFileSystemNfsV3LocksRequest
2547
+ ) => any;
2548
+
2549
+ export declare const RestoreVolumeFromSnapshotRequestFilterSensitiveLog: (
2550
+ obj: RestoreVolumeFromSnapshotRequest
2551
+ ) => any;
2552
+
2553
+ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (
2554
+ obj: RestoreVolumeFromSnapshotResponse
2555
+ ) => any;
2556
+
2557
+ export declare const TagResourceRequestFilterSensitiveLog: (
2558
+ obj: TagResourceRequest
2559
+ ) => any;
2560
+
2561
+ export declare const TagResourceResponseFilterSensitiveLog: (
2562
+ obj: TagResourceResponse
2563
+ ) => any;
2564
+
2565
+ export declare const UntagResourceRequestFilterSensitiveLog: (
2566
+ obj: UntagResourceRequest
2567
+ ) => any;
2568
+
2569
+ export declare const UntagResourceResponseFilterSensitiveLog: (
2570
+ obj: UntagResourceResponse
2571
+ ) => any;
2572
+
2573
+ export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (
2574
+ obj: UpdateDataRepositoryAssociationRequest
2575
+ ) => any;
2576
+
2577
+ export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (
2578
+ obj: UpdateDataRepositoryAssociationResponse
2579
+ ) => any;
2580
+
2581
+ export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (
2582
+ obj: UpdateFileSystemLustreConfiguration
2583
+ ) => any;
2584
+
2585
+ export declare const UpdateFileSystemOntapConfigurationFilterSensitiveLog: (
2586
+ obj: UpdateFileSystemOntapConfiguration
2587
+ ) => any;
2588
+
2589
+ export declare const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
2590
+ obj: UpdateFileSystemOpenZFSConfiguration
2591
+ ) => any;
2592
+
2593
+ export declare const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: (
2594
+ obj: SelfManagedActiveDirectoryConfigurationUpdates
2595
+ ) => any;
2596
+
2597
+ export declare const UpdateFileSystemWindowsConfigurationFilterSensitiveLog: (
2598
+ obj: UpdateFileSystemWindowsConfiguration
2599
+ ) => any;
2600
+
2601
+ export declare const UpdateFileSystemRequestFilterSensitiveLog: (
2602
+ obj: UpdateFileSystemRequest
2603
+ ) => any;
2604
+
2605
+ export declare const UpdateSnapshotRequestFilterSensitiveLog: (
2606
+ obj: UpdateSnapshotRequest
2607
+ ) => any;
2608
+
2609
+ export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
2610
+ obj: UpdateSvmActiveDirectoryConfiguration
2611
+ ) => any;
2612
+
2613
+ export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (
2614
+ obj: UpdateStorageVirtualMachineRequest
2615
+ ) => any;
2616
+
2617
+ export declare const UpdateStorageVirtualMachineResponseFilterSensitiveLog: (
2618
+ obj: UpdateStorageVirtualMachineResponse
2619
+ ) => any;
2620
+
2621
+ export declare const UpdateOntapVolumeConfigurationFilterSensitiveLog: (
2622
+ obj: UpdateOntapVolumeConfiguration
2623
+ ) => any;
2624
+
2625
+ export declare const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog: (
2626
+ obj: UpdateOpenZFSVolumeConfiguration
2627
+ ) => any;
2628
+
2629
+ export declare const UpdateVolumeRequestFilterSensitiveLog: (
2630
+ obj: UpdateVolumeRequest
2631
+ ) => any;
2632
+
2633
+ export declare const AdministrativeActionFilterSensitiveLog: (
2634
+ obj: AdministrativeAction
2635
+ ) => any;
2636
+
2637
+ export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
2638
+
2639
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
2640
+
2641
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
2642
+
2643
+ export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (
2644
+ obj: CreateFileSystemFromBackupResponse
2645
+ ) => any;
2646
+
2647
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (
2648
+ obj: CreateFileSystemResponse
2649
+ ) => any;
2650
+
2651
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (
2652
+ obj: CreateSnapshotResponse
2653
+ ) => any;
2654
+
2655
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (
2656
+ obj: CreateVolumeFromBackupResponse
2657
+ ) => any;
2658
+
2659
+ export declare const CreateVolumeResponseFilterSensitiveLog: (
2660
+ obj: CreateVolumeResponse
2661
+ ) => any;
2662
+
2663
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (
2664
+ obj: ReleaseFileSystemNfsV3LocksResponse
2665
+ ) => any;
2666
+
2667
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (
2668
+ obj: UpdateFileSystemResponse
2669
+ ) => any;
2670
+
2671
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (
2672
+ obj: UpdateSnapshotResponse
2673
+ ) => any;
2674
+
2675
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (
2676
+ obj: UpdateVolumeResponse
2677
+ ) => any;
2678
+
2679
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
2680
+ obj: DescribeFileSystemsResponse
2681
+ ) => any;
2682
+
2683
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (
2684
+ obj: DescribeSnapshotsResponse
2685
+ ) => any;
2686
+
2687
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (
2688
+ obj: DescribeVolumesResponse
2689
+ ) => any;
2690
+
2691
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
2692
+
2693
+ export declare const CopyBackupResponseFilterSensitiveLog: (
2694
+ obj: CopyBackupResponse
2695
+ ) => any;
2696
+
2697
+ export declare const CreateBackupResponseFilterSensitiveLog: (
2698
+ obj: CreateBackupResponse
2699
+ ) => any;
2700
+
2701
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (
2702
+ obj: DescribeBackupsResponse
2703
+ ) => any;