@aws-sdk/client-fsx 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/FSx.d.ts +639 -190
  3. package/dist-types/ts3.4/FSxClient.d.ts +325 -110
  4. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +35 -17
  39. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +32 -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 +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1875 -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 +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,2519 +1,1875 @@
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
+ export interface ActiveDirectoryBackupAttributes {
4
+ DomainName?: string;
5
+ ActiveDirectoryId?: string;
6
+ ResourceARN?: string;
7
+ }
8
+ export declare enum ActiveDirectoryErrorType {
9
+ DOMAIN_NOT_FOUND = "DOMAIN_NOT_FOUND",
10
+ INCOMPATIBLE_DOMAIN_MODE = "INCOMPATIBLE_DOMAIN_MODE",
11
+ INVALID_DOMAIN_STAGE = "INVALID_DOMAIN_STAGE",
12
+ WRONG_VPC = "WRONG_VPC",
13
+ }
14
+ export declare class ActiveDirectoryError extends __BaseException {
15
+ readonly name: "ActiveDirectoryError";
16
+ readonly $fault: "client";
17
+ ActiveDirectoryId: string | undefined;
18
+ Type?: ActiveDirectoryErrorType | string;
19
+ Message?: string;
20
+ constructor(
21
+ opts: __ExceptionOptionType<ActiveDirectoryError, __BaseException>
22
+ );
23
+ }
24
+ export declare enum AdministrativeActionType {
25
+ FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
26
+ FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
27
+ FILE_SYSTEM_UPDATE = "FILE_SYSTEM_UPDATE",
28
+ RELEASE_NFS_V3_LOCKS = "RELEASE_NFS_V3_LOCKS",
29
+ SNAPSHOT_UPDATE = "SNAPSHOT_UPDATE",
30
+ STORAGE_OPTIMIZATION = "STORAGE_OPTIMIZATION",
31
+ VOLUME_UPDATE = "VOLUME_UPDATE",
32
+ }
33
+ export interface AdministrativeActionFailureDetails {
34
+ Message?: string;
35
+ }
36
+ export declare enum Status {
37
+ COMPLETED = "COMPLETED",
38
+ FAILED = "FAILED",
39
+ IN_PROGRESS = "IN_PROGRESS",
40
+ PENDING = "PENDING",
41
+ UPDATED_OPTIMIZING = "UPDATED_OPTIMIZING",
42
+ }
43
+ export interface FileSystemFailureDetails {
44
+ Message?: string;
45
+ }
46
+ export declare enum FileSystemType {
47
+ LUSTRE = "LUSTRE",
48
+ ONTAP = "ONTAP",
49
+ OPENZFS = "OPENZFS",
50
+ WINDOWS = "WINDOWS",
51
+ }
52
+ export declare enum FileSystemLifecycle {
53
+ AVAILABLE = "AVAILABLE",
54
+ CREATING = "CREATING",
55
+ DELETING = "DELETING",
56
+ FAILED = "FAILED",
57
+ MISCONFIGURED = "MISCONFIGURED",
58
+ MISCONFIGURED_UNAVAILABLE = "MISCONFIGURED_UNAVAILABLE",
59
+ UPDATING = "UPDATING",
60
+ }
61
+ export declare enum DataCompressionType {
62
+ LZ4 = "LZ4",
63
+ NONE = "NONE",
64
+ }
65
+ export declare enum AutoImportPolicyType {
66
+ NEW = "NEW",
67
+ NEW_CHANGED = "NEW_CHANGED",
68
+ NEW_CHANGED_DELETED = "NEW_CHANGED_DELETED",
69
+ NONE = "NONE",
70
+ }
71
+ export interface DataRepositoryFailureDetails {
72
+ Message?: string;
73
+ }
74
+ export declare enum DataRepositoryLifecycle {
75
+ AVAILABLE = "AVAILABLE",
76
+ CREATING = "CREATING",
77
+ DELETING = "DELETING",
78
+ FAILED = "FAILED",
79
+ MISCONFIGURED = "MISCONFIGURED",
80
+ UPDATING = "UPDATING",
81
+ }
82
+ export interface DataRepositoryConfiguration {
83
+ Lifecycle?: DataRepositoryLifecycle | string;
84
+ ImportPath?: string;
85
+ ExportPath?: string;
86
+ ImportedFileChunkSize?: number;
87
+ AutoImportPolicy?: AutoImportPolicyType | string;
88
+ FailureDetails?: DataRepositoryFailureDetails;
89
+ }
90
+ export declare enum LustreDeploymentType {
91
+ PERSISTENT_1 = "PERSISTENT_1",
92
+ PERSISTENT_2 = "PERSISTENT_2",
93
+ SCRATCH_1 = "SCRATCH_1",
94
+ SCRATCH_2 = "SCRATCH_2",
95
+ }
96
+ export declare enum DriveCacheType {
97
+ NONE = "NONE",
98
+ READ = "READ",
99
+ }
100
+ export declare enum LustreAccessAuditLogLevel {
101
+ DISABLED = "DISABLED",
102
+ ERROR_ONLY = "ERROR_ONLY",
103
+ WARN_ERROR = "WARN_ERROR",
104
+ WARN_ONLY = "WARN_ONLY",
105
+ }
106
+ export interface LustreLogConfiguration {
107
+ Level: LustreAccessAuditLogLevel | string | undefined;
108
+ Destination?: string;
109
+ }
110
+ export interface LustreRootSquashConfiguration {
111
+ RootSquash?: string;
112
+ NoSquashNids?: string[];
113
+ }
114
+ export interface LustreFileSystemConfiguration {
115
+ WeeklyMaintenanceStartTime?: string;
116
+ DataRepositoryConfiguration?: DataRepositoryConfiguration;
117
+ DeploymentType?: LustreDeploymentType | string;
118
+ PerUnitStorageThroughput?: number;
119
+ MountName?: string;
120
+ DailyAutomaticBackupStartTime?: string;
121
+ AutomaticBackupRetentionDays?: number;
122
+ CopyTagsToBackups?: boolean;
123
+ DriveCacheType?: DriveCacheType | string;
124
+ DataCompressionType?: DataCompressionType | string;
125
+ LogConfiguration?: LustreLogConfiguration;
126
+ RootSquashConfiguration?: LustreRootSquashConfiguration;
127
+ }
128
+ export declare enum OntapDeploymentType {
129
+ MULTI_AZ_1 = "MULTI_AZ_1",
130
+ SINGLE_AZ_1 = "SINGLE_AZ_1",
131
+ }
132
+ export declare enum DiskIopsConfigurationMode {
133
+ AUTOMATIC = "AUTOMATIC",
134
+ USER_PROVISIONED = "USER_PROVISIONED",
135
+ }
136
+ export interface DiskIopsConfiguration {
137
+ Mode?: DiskIopsConfigurationMode | string;
138
+ Iops?: number;
139
+ }
140
+ export interface FileSystemEndpoint {
141
+ DNSName?: string;
142
+ IpAddresses?: string[];
143
+ }
144
+ export interface FileSystemEndpoints {
145
+ Intercluster?: FileSystemEndpoint;
146
+ Management?: FileSystemEndpoint;
147
+ }
148
+ export interface OntapFileSystemConfiguration {
149
+ AutomaticBackupRetentionDays?: number;
150
+ DailyAutomaticBackupStartTime?: string;
151
+ DeploymentType?: OntapDeploymentType | string;
152
+ EndpointIpAddressRange?: string;
153
+ Endpoints?: FileSystemEndpoints;
154
+ DiskIopsConfiguration?: DiskIopsConfiguration;
155
+ PreferredSubnetId?: string;
156
+ RouteTableIds?: string[];
157
+ ThroughputCapacity?: number;
158
+ WeeklyMaintenanceStartTime?: string;
159
+ }
160
+ export declare enum OpenZFSDeploymentType {
161
+ SINGLE_AZ_1 = "SINGLE_AZ_1",
162
+ }
163
+ export interface OpenZFSFileSystemConfiguration {
164
+ AutomaticBackupRetentionDays?: number;
165
+ CopyTagsToBackups?: boolean;
166
+ CopyTagsToVolumes?: boolean;
167
+ DailyAutomaticBackupStartTime?: string;
168
+ DeploymentType?: OpenZFSDeploymentType | string;
169
+ ThroughputCapacity?: number;
170
+ WeeklyMaintenanceStartTime?: string;
171
+ DiskIopsConfiguration?: DiskIopsConfiguration;
172
+ RootVolumeId?: string;
173
+ }
174
+ export declare enum StorageType {
175
+ HDD = "HDD",
176
+ SSD = "SSD",
177
+ }
178
+ export interface Tag {
179
+ Key: string | undefined;
180
+ Value: string | undefined;
181
+ }
182
+ export declare enum AliasLifecycle {
183
+ AVAILABLE = "AVAILABLE",
184
+ CREATE_FAILED = "CREATE_FAILED",
185
+ CREATING = "CREATING",
186
+ DELETE_FAILED = "DELETE_FAILED",
187
+ DELETING = "DELETING",
188
+ }
189
+ export interface Alias {
190
+ Name?: string;
191
+ Lifecycle?: AliasLifecycle | string;
192
+ }
193
+ export declare enum WindowsAccessAuditLogLevel {
194
+ DISABLED = "DISABLED",
195
+ FAILURE_ONLY = "FAILURE_ONLY",
196
+ SUCCESS_AND_FAILURE = "SUCCESS_AND_FAILURE",
197
+ SUCCESS_ONLY = "SUCCESS_ONLY",
198
+ }
199
+ export interface WindowsAuditLogConfiguration {
200
+ FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
201
+ FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
202
+ AuditLogDestination?: string;
203
+ }
204
+ export declare enum WindowsDeploymentType {
205
+ MULTI_AZ_1 = "MULTI_AZ_1",
206
+ SINGLE_AZ_1 = "SINGLE_AZ_1",
207
+ SINGLE_AZ_2 = "SINGLE_AZ_2",
208
+ }
209
+ export declare enum FileSystemMaintenanceOperation {
210
+ BACKING_UP = "BACKING_UP",
211
+ PATCHING = "PATCHING",
212
+ }
213
+ export interface SelfManagedActiveDirectoryAttributes {
214
+ DomainName?: string;
215
+ OrganizationalUnitDistinguishedName?: string;
216
+ FileSystemAdministratorsGroup?: string;
217
+ UserName?: string;
218
+ DnsIps?: string[];
219
+ }
220
+ export interface WindowsFileSystemConfiguration {
221
+ ActiveDirectoryId?: string;
222
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
223
+ DeploymentType?: WindowsDeploymentType | string;
224
+ RemoteAdministrationEndpoint?: string;
225
+ PreferredSubnetId?: string;
226
+ PreferredFileServerIp?: string;
227
+ ThroughputCapacity?: number;
228
+ MaintenanceOperationsInProgress?: (FileSystemMaintenanceOperation | string)[];
229
+ WeeklyMaintenanceStartTime?: string;
230
+ DailyAutomaticBackupStartTime?: string;
231
+ AutomaticBackupRetentionDays?: number;
232
+ CopyTagsToBackups?: boolean;
233
+ Aliases?: Alias[];
234
+ AuditLogConfiguration?: WindowsAuditLogConfiguration;
235
+ }
236
+ export declare enum SnapshotLifecycle {
237
+ AVAILABLE = "AVAILABLE",
238
+ CREATING = "CREATING",
239
+ DELETING = "DELETING",
240
+ PENDING = "PENDING",
241
+ }
242
+ export interface LifecycleTransitionReason {
243
+ Message?: string;
244
+ }
245
+ export declare enum VolumeLifecycle {
246
+ AVAILABLE = "AVAILABLE",
247
+ CREATED = "CREATED",
248
+ CREATING = "CREATING",
249
+ DELETING = "DELETING",
250
+ FAILED = "FAILED",
251
+ MISCONFIGURED = "MISCONFIGURED",
252
+ PENDING = "PENDING",
253
+ }
254
+ export declare enum FlexCacheEndpointType {
255
+ CACHE = "CACHE",
256
+ NONE = "NONE",
257
+ ORIGIN = "ORIGIN",
258
+ }
259
+ export declare enum OntapVolumeType {
260
+ DP = "DP",
261
+ LS = "LS",
262
+ RW = "RW",
263
+ }
264
+ export declare enum SecurityStyle {
265
+ MIXED = "MIXED",
266
+ NTFS = "NTFS",
267
+ UNIX = "UNIX",
268
+ }
269
+ export declare enum TieringPolicyName {
270
+ ALL = "ALL",
271
+ AUTO = "AUTO",
272
+ NONE = "NONE",
273
+ SNAPSHOT_ONLY = "SNAPSHOT_ONLY",
274
+ }
275
+ export interface TieringPolicy {
276
+ CoolingPeriod?: number;
277
+ Name?: TieringPolicyName | string;
278
+ }
279
+ export interface OntapVolumeConfiguration {
280
+ FlexCacheEndpointType?: FlexCacheEndpointType | string;
281
+ JunctionPath?: string;
282
+ SecurityStyle?: SecurityStyle | string;
283
+ SizeInMegabytes?: number;
284
+ StorageEfficiencyEnabled?: boolean;
285
+ StorageVirtualMachineId?: string;
286
+ StorageVirtualMachineRoot?: boolean;
287
+ TieringPolicy?: TieringPolicy;
288
+ UUID?: string;
289
+ OntapVolumeType?: OntapVolumeType | string;
290
+ }
291
+ export declare enum OpenZFSDataCompressionType {
292
+ LZ4 = "LZ4",
293
+ NONE = "NONE",
294
+ ZSTD = "ZSTD",
295
+ }
296
+ export interface OpenZFSClientConfiguration {
297
+ Clients: string | undefined;
298
+ Options: string[] | undefined;
299
+ }
300
+ export interface OpenZFSNfsExport {
301
+ ClientConfigurations: OpenZFSClientConfiguration[] | undefined;
302
+ }
303
+ export declare enum OpenZFSCopyStrategy {
304
+ CLONE = "CLONE",
305
+ FULL_COPY = "FULL_COPY",
306
+ }
307
+ export interface OpenZFSOriginSnapshotConfiguration {
308
+ SnapshotARN?: string;
309
+ CopyStrategy?: OpenZFSCopyStrategy | string;
310
+ }
311
+ export declare enum OpenZFSQuotaType {
312
+ GROUP = "GROUP",
313
+ USER = "USER",
314
+ }
315
+ export interface OpenZFSUserOrGroupQuota {
316
+ Type: OpenZFSQuotaType | string | undefined;
317
+ Id: number | undefined;
318
+ StorageCapacityQuotaGiB: number | undefined;
319
+ }
320
+ export interface OpenZFSVolumeConfiguration {
321
+ ParentVolumeId?: string;
322
+ VolumePath?: string;
323
+ StorageCapacityReservationGiB?: number;
324
+ StorageCapacityQuotaGiB?: number;
325
+ RecordSizeKiB?: number;
326
+ DataCompressionType?: OpenZFSDataCompressionType | string;
327
+ CopyTagsToSnapshots?: boolean;
328
+ OriginSnapshot?: OpenZFSOriginSnapshotConfiguration;
329
+ ReadOnly?: boolean;
330
+ NfsExports?: OpenZFSNfsExport[];
331
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
332
+ }
333
+ export declare enum VolumeType {
334
+ ONTAP = "ONTAP",
335
+ OPENZFS = "OPENZFS",
336
+ }
337
+ export interface AssociateFileSystemAliasesRequest {
338
+ ClientRequestToken?: string;
339
+ FileSystemId: string | undefined;
340
+ Aliases: string[] | undefined;
341
+ }
342
+ export interface AssociateFileSystemAliasesResponse {
343
+ Aliases?: Alias[];
344
+ }
345
+ export declare class BadRequest extends __BaseException {
346
+ readonly name: "BadRequest";
347
+ readonly $fault: "client";
348
+ Message?: string;
349
+ constructor(opts: __ExceptionOptionType<BadRequest, __BaseException>);
350
+ }
351
+ export declare class FileSystemNotFound extends __BaseException {
352
+ readonly name: "FileSystemNotFound";
353
+ readonly $fault: "client";
354
+ Message?: string;
355
+ constructor(opts: __ExceptionOptionType<FileSystemNotFound, __BaseException>);
356
+ }
357
+ export declare class InternalServerError extends __BaseException {
358
+ readonly name: "InternalServerError";
359
+ readonly $fault: "server";
360
+ Message?: string;
361
+ constructor(
362
+ opts: __ExceptionOptionType<InternalServerError, __BaseException>
363
+ );
364
+ }
365
+ export declare enum EventType {
366
+ CHANGED = "CHANGED",
367
+ DELETED = "DELETED",
368
+ NEW = "NEW",
369
+ }
370
+ export interface AutoExportPolicy {
371
+ Events?: (EventType | string)[];
372
+ }
373
+ export interface AutoImportPolicy {
374
+ Events?: (EventType | string)[];
375
+ }
376
+ export interface CancelDataRepositoryTaskRequest {
377
+ TaskId: string | undefined;
378
+ }
379
+ export declare enum DataRepositoryTaskLifecycle {
380
+ CANCELED = "CANCELED",
381
+ CANCELING = "CANCELING",
382
+ EXECUTING = "EXECUTING",
383
+ FAILED = "FAILED",
384
+ PENDING = "PENDING",
385
+ SUCCEEDED = "SUCCEEDED",
386
+ }
387
+ export interface CancelDataRepositoryTaskResponse {
388
+ Lifecycle?: DataRepositoryTaskLifecycle | string;
389
+ TaskId?: string;
390
+ }
391
+ export declare class DataRepositoryTaskEnded extends __BaseException {
392
+ readonly name: "DataRepositoryTaskEnded";
393
+ readonly $fault: "client";
394
+ Message?: string;
395
+ constructor(
396
+ opts: __ExceptionOptionType<DataRepositoryTaskEnded, __BaseException>
397
+ );
398
+ }
399
+ export declare class DataRepositoryTaskNotFound extends __BaseException {
400
+ readonly name: "DataRepositoryTaskNotFound";
401
+ readonly $fault: "client";
402
+ Message?: string;
403
+ constructor(
404
+ opts: __ExceptionOptionType<DataRepositoryTaskNotFound, __BaseException>
405
+ );
406
+ }
407
+ export declare class UnsupportedOperation extends __BaseException {
408
+ readonly name: "UnsupportedOperation";
409
+ readonly $fault: "client";
410
+ Message?: string;
411
+ constructor(
412
+ opts: __ExceptionOptionType<UnsupportedOperation, __BaseException>
413
+ );
414
+ }
415
+ export declare class BackupNotFound extends __BaseException {
416
+ readonly name: "BackupNotFound";
417
+ readonly $fault: "client";
418
+ Message?: string;
419
+ constructor(opts: __ExceptionOptionType<BackupNotFound, __BaseException>);
420
+ }
421
+ export interface CopyBackupRequest {
422
+ ClientRequestToken?: string;
423
+ SourceBackupId: string | undefined;
424
+ SourceRegion?: string;
425
+ KmsKeyId?: string;
426
+ CopyTags?: boolean;
427
+ Tags?: Tag[];
428
+ }
429
+ export interface BackupFailureDetails {
430
+ Message?: string;
431
+ }
432
+ export declare enum BackupLifecycle {
433
+ AVAILABLE = "AVAILABLE",
434
+ COPYING = "COPYING",
435
+ CREATING = "CREATING",
436
+ DELETED = "DELETED",
437
+ FAILED = "FAILED",
438
+ PENDING = "PENDING",
439
+ TRANSFERRING = "TRANSFERRING",
440
+ }
441
+ export declare enum ResourceType {
442
+ FILE_SYSTEM = "FILE_SYSTEM",
443
+ VOLUME = "VOLUME",
444
+ }
445
+ export declare enum BackupType {
446
+ AUTOMATIC = "AUTOMATIC",
447
+ AWS_BACKUP = "AWS_BACKUP",
448
+ USER_INITIATED = "USER_INITIATED",
449
+ }
450
+ export declare class IncompatibleParameterError extends __BaseException {
451
+ readonly name: "IncompatibleParameterError";
452
+ readonly $fault: "client";
453
+ Parameter: string | undefined;
454
+ Message?: string;
455
+ constructor(
456
+ opts: __ExceptionOptionType<IncompatibleParameterError, __BaseException>
457
+ );
458
+ }
459
+ export declare class IncompatibleRegionForMultiAZ extends __BaseException {
460
+ readonly name: "IncompatibleRegionForMultiAZ";
461
+ readonly $fault: "client";
462
+ Message?: string;
463
+ constructor(
464
+ opts: __ExceptionOptionType<IncompatibleRegionForMultiAZ, __BaseException>
465
+ );
466
+ }
467
+ export declare class InvalidDestinationKmsKey extends __BaseException {
468
+ readonly name: "InvalidDestinationKmsKey";
469
+ readonly $fault: "client";
470
+ Message?: string;
471
+ constructor(
472
+ opts: __ExceptionOptionType<InvalidDestinationKmsKey, __BaseException>
473
+ );
474
+ }
475
+ export declare class InvalidRegion extends __BaseException {
476
+ readonly name: "InvalidRegion";
477
+ readonly $fault: "client";
478
+ Message?: string;
479
+ constructor(opts: __ExceptionOptionType<InvalidRegion, __BaseException>);
480
+ }
481
+ export declare class InvalidSourceKmsKey extends __BaseException {
482
+ readonly name: "InvalidSourceKmsKey";
483
+ readonly $fault: "client";
484
+ Message?: string;
485
+ constructor(
486
+ opts: __ExceptionOptionType<InvalidSourceKmsKey, __BaseException>
487
+ );
488
+ }
489
+ export declare enum ServiceLimit {
490
+ FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
491
+ STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
492
+ TOTAL_IN_PROGRESS_COPY_BACKUPS = "TOTAL_IN_PROGRESS_COPY_BACKUPS",
493
+ TOTAL_SSD_IOPS = "TOTAL_SSD_IOPS",
494
+ TOTAL_STORAGE = "TOTAL_STORAGE",
495
+ TOTAL_THROUGHPUT_CAPACITY = "TOTAL_THROUGHPUT_CAPACITY",
496
+ TOTAL_USER_INITIATED_BACKUPS = "TOTAL_USER_INITIATED_BACKUPS",
497
+ TOTAL_USER_TAGS = "TOTAL_USER_TAGS",
498
+ VOLUMES_PER_FILE_SYSTEM = "VOLUMES_PER_FILE_SYSTEM",
499
+ }
500
+ export declare class ServiceLimitExceeded extends __BaseException {
501
+ readonly name: "ServiceLimitExceeded";
502
+ readonly $fault: "client";
503
+ Limit: ServiceLimit | string | undefined;
504
+ Message?: string;
505
+ constructor(
506
+ opts: __ExceptionOptionType<ServiceLimitExceeded, __BaseException>
507
+ );
508
+ }
509
+ export declare class SourceBackupUnavailable extends __BaseException {
510
+ readonly name: "SourceBackupUnavailable";
511
+ readonly $fault: "client";
512
+ Message?: string;
513
+ BackupId?: string;
514
+ constructor(
515
+ opts: __ExceptionOptionType<SourceBackupUnavailable, __BaseException>
516
+ );
517
+ }
518
+ export declare class BackupInProgress extends __BaseException {
519
+ readonly name: "BackupInProgress";
520
+ readonly $fault: "client";
521
+ Message?: string;
522
+ constructor(opts: __ExceptionOptionType<BackupInProgress, __BaseException>);
523
+ }
524
+ export interface CreateBackupRequest {
525
+ FileSystemId?: string;
526
+ ClientRequestToken?: string;
527
+ Tags?: Tag[];
528
+ VolumeId?: string;
529
+ }
530
+ export declare class VolumeNotFound extends __BaseException {
531
+ readonly name: "VolumeNotFound";
532
+ readonly $fault: "client";
533
+ Message?: string;
534
+ constructor(opts: __ExceptionOptionType<VolumeNotFound, __BaseException>);
535
+ }
536
+ export interface S3DataRepositoryConfiguration {
537
+ AutoImportPolicy?: AutoImportPolicy;
538
+ AutoExportPolicy?: AutoExportPolicy;
539
+ }
540
+ export interface CreateDataRepositoryAssociationRequest {
541
+ FileSystemId: string | undefined;
542
+ FileSystemPath: string | undefined;
543
+ DataRepositoryPath: string | undefined;
544
+ BatchImportMetaDataOnCreate?: boolean;
545
+ ImportedFileChunkSize?: number;
546
+ S3?: S3DataRepositoryConfiguration;
547
+ ClientRequestToken?: string;
548
+ Tags?: Tag[];
549
+ }
550
+ export interface DataRepositoryAssociation {
551
+ AssociationId?: string;
552
+ ResourceARN?: string;
553
+ FileSystemId?: string;
554
+ Lifecycle?: DataRepositoryLifecycle | string;
555
+ FailureDetails?: DataRepositoryFailureDetails;
556
+ FileSystemPath?: string;
557
+ DataRepositoryPath?: string;
558
+ BatchImportMetaDataOnCreate?: boolean;
559
+ ImportedFileChunkSize?: number;
560
+ S3?: S3DataRepositoryConfiguration;
561
+ Tags?: Tag[];
562
+ CreationTime?: Date;
563
+ }
564
+ export interface CreateDataRepositoryAssociationResponse {
565
+ Association?: DataRepositoryAssociation;
566
+ }
567
+ export declare enum ReportFormat {
568
+ REPORT_CSV_20191124 = "REPORT_CSV_20191124",
569
+ }
570
+ export declare enum ReportScope {
571
+ FAILED_FILES_ONLY = "FAILED_FILES_ONLY",
572
+ }
573
+ export interface CompletionReport {
574
+ Enabled: boolean | undefined;
575
+ Path?: string;
576
+ Format?: ReportFormat | string;
577
+ Scope?: ReportScope | string;
578
+ }
579
+ export declare enum DataRepositoryTaskType {
580
+ EXPORT = "EXPORT_TO_REPOSITORY",
581
+ IMPORT = "IMPORT_METADATA_FROM_REPOSITORY",
582
+ }
583
+ export interface CreateDataRepositoryTaskRequest {
584
+ Type: DataRepositoryTaskType | string | undefined;
585
+ Paths?: string[];
586
+ FileSystemId: string | undefined;
587
+ Report: CompletionReport | undefined;
588
+ ClientRequestToken?: string;
589
+ Tags?: Tag[];
590
+ }
591
+ export interface DataRepositoryTaskFailureDetails {
592
+ Message?: string;
593
+ }
594
+ export interface DataRepositoryTaskStatus {
595
+ TotalCount?: number;
596
+ SucceededCount?: number;
597
+ FailedCount?: number;
598
+ LastUpdatedTime?: Date;
599
+ }
600
+ export interface DataRepositoryTask {
601
+ TaskId: string | undefined;
602
+ Lifecycle: DataRepositoryTaskLifecycle | string | undefined;
603
+ Type: DataRepositoryTaskType | string | undefined;
604
+ CreationTime: Date | undefined;
605
+ StartTime?: Date;
606
+ EndTime?: Date;
607
+ ResourceARN?: string;
608
+ Tags?: Tag[];
609
+ FileSystemId: string | undefined;
610
+ Paths?: string[];
611
+ FailureDetails?: DataRepositoryTaskFailureDetails;
612
+ Status?: DataRepositoryTaskStatus;
613
+ Report?: CompletionReport;
614
+ }
615
+ export interface CreateDataRepositoryTaskResponse {
616
+ DataRepositoryTask?: DataRepositoryTask;
617
+ }
618
+ export declare class DataRepositoryTaskExecuting extends __BaseException {
619
+ readonly name: "DataRepositoryTaskExecuting";
620
+ readonly $fault: "client";
621
+ Message?: string;
622
+ constructor(
623
+ opts: __ExceptionOptionType<DataRepositoryTaskExecuting, __BaseException>
624
+ );
625
+ }
626
+ export interface LustreLogCreateConfiguration {
627
+ Level: LustreAccessAuditLogLevel | string | undefined;
628
+ Destination?: string;
629
+ }
630
+ export interface CreateFileSystemLustreConfiguration {
631
+ WeeklyMaintenanceStartTime?: string;
632
+ ImportPath?: string;
633
+ ExportPath?: string;
634
+ ImportedFileChunkSize?: number;
635
+ DeploymentType?: LustreDeploymentType | string;
636
+ AutoImportPolicy?: AutoImportPolicyType | string;
637
+ PerUnitStorageThroughput?: number;
638
+ DailyAutomaticBackupStartTime?: string;
639
+ AutomaticBackupRetentionDays?: number;
640
+ CopyTagsToBackups?: boolean;
641
+ DriveCacheType?: DriveCacheType | string;
642
+ DataCompressionType?: DataCompressionType | string;
643
+ LogConfiguration?: LustreLogCreateConfiguration;
644
+ RootSquashConfiguration?: LustreRootSquashConfiguration;
645
+ }
646
+ export interface CreateFileSystemOntapConfiguration {
647
+ AutomaticBackupRetentionDays?: number;
648
+ DailyAutomaticBackupStartTime?: string;
649
+ DeploymentType: OntapDeploymentType | string | undefined;
650
+ EndpointIpAddressRange?: string;
651
+ FsxAdminPassword?: string;
652
+ DiskIopsConfiguration?: DiskIopsConfiguration;
653
+ PreferredSubnetId?: string;
654
+ RouteTableIds?: string[];
655
+ ThroughputCapacity: number | undefined;
656
+ WeeklyMaintenanceStartTime?: string;
657
+ }
658
+ export interface OpenZFSCreateRootVolumeConfiguration {
659
+ RecordSizeKiB?: number;
660
+ DataCompressionType?: OpenZFSDataCompressionType | string;
661
+ NfsExports?: OpenZFSNfsExport[];
662
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
663
+ CopyTagsToSnapshots?: boolean;
664
+ ReadOnly?: boolean;
665
+ }
666
+ export interface CreateFileSystemOpenZFSConfiguration {
667
+ AutomaticBackupRetentionDays?: number;
668
+ CopyTagsToBackups?: boolean;
669
+ CopyTagsToVolumes?: boolean;
670
+ DailyAutomaticBackupStartTime?: string;
671
+ DeploymentType: OpenZFSDeploymentType | string | undefined;
672
+ ThroughputCapacity: number | undefined;
673
+ WeeklyMaintenanceStartTime?: string;
674
+ DiskIopsConfiguration?: DiskIopsConfiguration;
675
+ RootVolumeConfiguration?: OpenZFSCreateRootVolumeConfiguration;
676
+ }
677
+ export interface WindowsAuditLogCreateConfiguration {
678
+ FileAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
679
+ FileShareAccessAuditLogLevel: WindowsAccessAuditLogLevel | string | undefined;
680
+ AuditLogDestination?: string;
681
+ }
682
+ export interface SelfManagedActiveDirectoryConfiguration {
683
+ DomainName: string | undefined;
684
+ OrganizationalUnitDistinguishedName?: string;
685
+ FileSystemAdministratorsGroup?: string;
686
+ UserName: string | undefined;
687
+ Password: string | undefined;
688
+ DnsIps: string[] | undefined;
689
+ }
690
+ export interface CreateFileSystemWindowsConfiguration {
691
+ ActiveDirectoryId?: string;
692
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
693
+ DeploymentType?: WindowsDeploymentType | string;
694
+ PreferredSubnetId?: string;
695
+ ThroughputCapacity: number | undefined;
696
+ WeeklyMaintenanceStartTime?: string;
697
+ DailyAutomaticBackupStartTime?: string;
698
+ AutomaticBackupRetentionDays?: number;
699
+ CopyTagsToBackups?: boolean;
700
+ Aliases?: string[];
701
+ AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
702
+ }
703
+ export interface CreateFileSystemRequest {
704
+ ClientRequestToken?: string;
705
+ FileSystemType: FileSystemType | string | undefined;
706
+ StorageCapacity: number | undefined;
707
+ StorageType?: StorageType | string;
708
+ SubnetIds: string[] | undefined;
709
+ SecurityGroupIds?: string[];
710
+ Tags?: Tag[];
711
+ KmsKeyId?: string;
712
+ WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
713
+ LustreConfiguration?: CreateFileSystemLustreConfiguration;
714
+ OntapConfiguration?: CreateFileSystemOntapConfiguration;
715
+ FileSystemTypeVersion?: string;
716
+ OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
717
+ }
718
+ export declare class InvalidExportPath extends __BaseException {
719
+ readonly name: "InvalidExportPath";
720
+ readonly $fault: "client";
721
+ Message?: string;
722
+ constructor(opts: __ExceptionOptionType<InvalidExportPath, __BaseException>);
723
+ }
724
+ export declare class InvalidImportPath extends __BaseException {
725
+ readonly name: "InvalidImportPath";
726
+ readonly $fault: "client";
727
+ Message?: string;
728
+ constructor(opts: __ExceptionOptionType<InvalidImportPath, __BaseException>);
729
+ }
730
+ export declare class InvalidNetworkSettings extends __BaseException {
731
+ readonly name: "InvalidNetworkSettings";
732
+ readonly $fault: "client";
733
+ Message?: string;
734
+ InvalidSubnetId?: string;
735
+ InvalidSecurityGroupId?: string;
736
+ InvalidRouteTableId?: string;
737
+ constructor(
738
+ opts: __ExceptionOptionType<InvalidNetworkSettings, __BaseException>
739
+ );
740
+ }
741
+ export declare class InvalidPerUnitStorageThroughput extends __BaseException {
742
+ readonly name: "InvalidPerUnitStorageThroughput";
743
+ readonly $fault: "client";
744
+ Message?: string;
745
+ constructor(
746
+ opts: __ExceptionOptionType<
747
+ InvalidPerUnitStorageThroughput,
748
+ __BaseException
749
+ >
750
+ );
751
+ }
752
+ export declare class MissingFileSystemConfiguration extends __BaseException {
753
+ readonly name: "MissingFileSystemConfiguration";
754
+ readonly $fault: "client";
755
+ Message?: string;
756
+ constructor(
757
+ opts: __ExceptionOptionType<MissingFileSystemConfiguration, __BaseException>
758
+ );
759
+ }
760
+ export interface CreateFileSystemFromBackupRequest {
761
+ BackupId: string | undefined;
762
+ ClientRequestToken?: string;
763
+ SubnetIds: string[] | undefined;
764
+ SecurityGroupIds?: string[];
765
+ Tags?: Tag[];
766
+ WindowsConfiguration?: CreateFileSystemWindowsConfiguration;
767
+ LustreConfiguration?: CreateFileSystemLustreConfiguration;
768
+ StorageType?: StorageType | string;
769
+ KmsKeyId?: string;
770
+ FileSystemTypeVersion?: string;
771
+ OpenZFSConfiguration?: CreateFileSystemOpenZFSConfiguration;
772
+ }
773
+ export interface CreateSnapshotRequest {
774
+ ClientRequestToken?: string;
775
+ Name: string | undefined;
776
+ VolumeId: string | undefined;
777
+ Tags?: Tag[];
778
+ }
779
+ export interface CreateSvmActiveDirectoryConfiguration {
780
+ NetBiosName: string | undefined;
781
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfiguration;
782
+ }
783
+ export declare enum StorageVirtualMachineRootVolumeSecurityStyle {
784
+ MIXED = "MIXED",
785
+ NTFS = "NTFS",
786
+ UNIX = "UNIX",
787
+ }
788
+ export interface CreateStorageVirtualMachineRequest {
789
+ ActiveDirectoryConfiguration?: CreateSvmActiveDirectoryConfiguration;
790
+ ClientRequestToken?: string;
791
+ FileSystemId: string | undefined;
792
+ Name: string | undefined;
793
+ SvmAdminPassword?: string;
794
+ Tags?: Tag[];
795
+ RootVolumeSecurityStyle?:
796
+ | StorageVirtualMachineRootVolumeSecurityStyle
797
+ | string;
798
+ }
799
+ export interface SvmActiveDirectoryConfiguration {
800
+ NetBiosName?: string;
801
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryAttributes;
802
+ }
803
+ export interface SvmEndpoint {
804
+ DNSName?: string;
805
+ IpAddresses?: string[];
806
+ }
807
+ export interface SvmEndpoints {
808
+ Iscsi?: SvmEndpoint;
809
+ Management?: SvmEndpoint;
810
+ Nfs?: SvmEndpoint;
811
+ Smb?: SvmEndpoint;
812
+ }
813
+ export declare enum StorageVirtualMachineLifecycle {
814
+ CREATED = "CREATED",
815
+ CREATING = "CREATING",
816
+ DELETING = "DELETING",
817
+ FAILED = "FAILED",
818
+ MISCONFIGURED = "MISCONFIGURED",
819
+ PENDING = "PENDING",
820
+ }
821
+ export declare enum StorageVirtualMachineSubtype {
822
+ DEFAULT = "DEFAULT",
823
+ DP_DESTINATION = "DP_DESTINATION",
824
+ SYNC_DESTINATION = "SYNC_DESTINATION",
825
+ SYNC_SOURCE = "SYNC_SOURCE",
826
+ }
827
+ export interface StorageVirtualMachine {
828
+ ActiveDirectoryConfiguration?: SvmActiveDirectoryConfiguration;
829
+ CreationTime?: Date;
830
+ Endpoints?: SvmEndpoints;
831
+ FileSystemId?: string;
832
+ Lifecycle?: StorageVirtualMachineLifecycle | string;
833
+ Name?: string;
834
+ ResourceARN?: string;
835
+ StorageVirtualMachineId?: string;
836
+ Subtype?: StorageVirtualMachineSubtype | string;
837
+ UUID?: string;
838
+ Tags?: Tag[];
839
+ LifecycleTransitionReason?: LifecycleTransitionReason;
840
+ RootVolumeSecurityStyle?:
841
+ | StorageVirtualMachineRootVolumeSecurityStyle
842
+ | string;
843
+ }
844
+ export interface CreateStorageVirtualMachineResponse {
845
+ StorageVirtualMachine?: StorageVirtualMachine;
846
+ }
847
+ export interface CreateOntapVolumeConfiguration {
848
+ JunctionPath: string | undefined;
849
+ SecurityStyle?: SecurityStyle | string;
850
+ SizeInMegabytes: number | undefined;
851
+ StorageEfficiencyEnabled: boolean | undefined;
852
+ StorageVirtualMachineId: string | undefined;
853
+ TieringPolicy?: TieringPolicy;
854
+ }
855
+ export interface CreateOpenZFSOriginSnapshotConfiguration {
856
+ SnapshotARN: string | undefined;
857
+ CopyStrategy: OpenZFSCopyStrategy | string | undefined;
858
+ }
859
+ export interface CreateOpenZFSVolumeConfiguration {
860
+ ParentVolumeId: string | undefined;
861
+ StorageCapacityReservationGiB?: number;
862
+ StorageCapacityQuotaGiB?: number;
863
+ RecordSizeKiB?: number;
864
+ DataCompressionType?: OpenZFSDataCompressionType | string;
865
+ CopyTagsToSnapshots?: boolean;
866
+ OriginSnapshot?: CreateOpenZFSOriginSnapshotConfiguration;
867
+ ReadOnly?: boolean;
868
+ NfsExports?: OpenZFSNfsExport[];
869
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
870
+ }
871
+ export interface CreateVolumeRequest {
872
+ ClientRequestToken?: string;
873
+ VolumeType: VolumeType | string | undefined;
874
+ Name: string | undefined;
875
+ OntapConfiguration?: CreateOntapVolumeConfiguration;
876
+ Tags?: Tag[];
877
+ OpenZFSConfiguration?: CreateOpenZFSVolumeConfiguration;
878
+ }
879
+ export declare class MissingVolumeConfiguration extends __BaseException {
880
+ readonly name: "MissingVolumeConfiguration";
881
+ readonly $fault: "client";
882
+ Message?: string;
883
+ constructor(
884
+ opts: __ExceptionOptionType<MissingVolumeConfiguration, __BaseException>
885
+ );
886
+ }
887
+ export declare class StorageVirtualMachineNotFound extends __BaseException {
888
+ readonly name: "StorageVirtualMachineNotFound";
889
+ readonly $fault: "client";
890
+ Message?: string;
891
+ constructor(
892
+ opts: __ExceptionOptionType<StorageVirtualMachineNotFound, __BaseException>
893
+ );
894
+ }
895
+ export interface CreateVolumeFromBackupRequest {
896
+ BackupId: string | undefined;
897
+ ClientRequestToken?: string;
898
+ Name: string | undefined;
899
+ OntapConfiguration?: CreateOntapVolumeConfiguration;
900
+ Tags?: Tag[];
901
+ }
902
+ export declare class BackupBeingCopied extends __BaseException {
903
+ readonly name: "BackupBeingCopied";
904
+ readonly $fault: "client";
905
+ Message?: string;
906
+ BackupId?: string;
907
+ constructor(opts: __ExceptionOptionType<BackupBeingCopied, __BaseException>);
908
+ }
909
+ export declare class BackupRestoring extends __BaseException {
910
+ readonly name: "BackupRestoring";
911
+ readonly $fault: "client";
912
+ Message?: string;
913
+ FileSystemId?: string;
914
+ constructor(opts: __ExceptionOptionType<BackupRestoring, __BaseException>);
915
+ }
916
+ export interface DeleteBackupRequest {
917
+ BackupId: string | undefined;
918
+ ClientRequestToken?: string;
919
+ }
920
+ export interface DeleteBackupResponse {
921
+ BackupId?: string;
922
+ Lifecycle?: BackupLifecycle | string;
923
+ }
924
+ export declare class DataRepositoryAssociationNotFound extends __BaseException {
925
+ readonly name: "DataRepositoryAssociationNotFound";
926
+ readonly $fault: "client";
927
+ Message?: string;
928
+ constructor(
929
+ opts: __ExceptionOptionType<
930
+ DataRepositoryAssociationNotFound,
931
+ __BaseException
932
+ >
933
+ );
934
+ }
935
+ export interface DeleteDataRepositoryAssociationRequest {
936
+ AssociationId: string | undefined;
937
+ ClientRequestToken?: string;
938
+ DeleteDataInFileSystem: boolean | undefined;
939
+ }
940
+ export interface DeleteDataRepositoryAssociationResponse {
941
+ AssociationId?: string;
942
+ Lifecycle?: DataRepositoryLifecycle | string;
943
+ DeleteDataInFileSystem?: boolean;
944
+ }
945
+ export interface DeleteFileSystemLustreConfiguration {
946
+ SkipFinalBackup?: boolean;
947
+ FinalBackupTags?: Tag[];
948
+ }
949
+ export declare enum DeleteFileSystemOpenZFSOption {
950
+ DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
951
+ }
952
+ export interface DeleteFileSystemOpenZFSConfiguration {
953
+ SkipFinalBackup?: boolean;
954
+ FinalBackupTags?: Tag[];
955
+ Options?: (DeleteFileSystemOpenZFSOption | string)[];
956
+ }
957
+ export interface DeleteFileSystemWindowsConfiguration {
958
+ SkipFinalBackup?: boolean;
959
+ FinalBackupTags?: Tag[];
960
+ }
961
+ export interface DeleteFileSystemRequest {
962
+ FileSystemId: string | undefined;
963
+ ClientRequestToken?: string;
964
+ WindowsConfiguration?: DeleteFileSystemWindowsConfiguration;
965
+ LustreConfiguration?: DeleteFileSystemLustreConfiguration;
966
+ OpenZFSConfiguration?: DeleteFileSystemOpenZFSConfiguration;
967
+ }
968
+ export interface DeleteFileSystemLustreResponse {
969
+ FinalBackupId?: string;
970
+ FinalBackupTags?: Tag[];
971
+ }
972
+ export interface DeleteFileSystemOpenZFSResponse {
973
+ FinalBackupId?: string;
974
+ FinalBackupTags?: Tag[];
975
+ }
976
+ export interface DeleteFileSystemWindowsResponse {
977
+ FinalBackupId?: string;
978
+ FinalBackupTags?: Tag[];
979
+ }
980
+ export interface DeleteFileSystemResponse {
981
+ FileSystemId?: string;
982
+ Lifecycle?: FileSystemLifecycle | string;
983
+ WindowsResponse?: DeleteFileSystemWindowsResponse;
984
+ LustreResponse?: DeleteFileSystemLustreResponse;
985
+ OpenZFSResponse?: DeleteFileSystemOpenZFSResponse;
986
+ }
987
+ export interface DeleteSnapshotRequest {
988
+ ClientRequestToken?: string;
989
+ SnapshotId: string | undefined;
990
+ }
991
+ export interface DeleteSnapshotResponse {
992
+ SnapshotId?: string;
993
+ Lifecycle?: SnapshotLifecycle | string;
994
+ }
995
+ export declare class SnapshotNotFound extends __BaseException {
996
+ readonly name: "SnapshotNotFound";
997
+ readonly $fault: "client";
998
+ Message?: string;
999
+ constructor(opts: __ExceptionOptionType<SnapshotNotFound, __BaseException>);
1000
+ }
1001
+ export interface DeleteStorageVirtualMachineRequest {
1002
+ ClientRequestToken?: string;
1003
+ StorageVirtualMachineId: string | undefined;
1004
+ }
1005
+ export interface DeleteStorageVirtualMachineResponse {
1006
+ StorageVirtualMachineId?: string;
1007
+ Lifecycle?: StorageVirtualMachineLifecycle | string;
1008
+ }
1009
+ export interface DeleteVolumeOntapConfiguration {
1010
+ SkipFinalBackup?: boolean;
1011
+ FinalBackupTags?: Tag[];
1012
+ }
1013
+ export declare enum DeleteOpenZFSVolumeOption {
1014
+ DELETE_CHILD_VOLUMES_AND_SNAPSHOTS = "DELETE_CHILD_VOLUMES_AND_SNAPSHOTS",
1015
+ }
1016
+ export interface DeleteVolumeOpenZFSConfiguration {
1017
+ Options?: (DeleteOpenZFSVolumeOption | string)[];
1018
+ }
1019
+ export interface DeleteVolumeRequest {
1020
+ ClientRequestToken?: string;
1021
+ VolumeId: string | undefined;
1022
+ OntapConfiguration?: DeleteVolumeOntapConfiguration;
1023
+ OpenZFSConfiguration?: DeleteVolumeOpenZFSConfiguration;
1024
+ }
1025
+ export interface DeleteVolumeOntapResponse {
1026
+ FinalBackupId?: string;
1027
+ FinalBackupTags?: Tag[];
1028
+ }
1029
+ export interface DeleteVolumeResponse {
1030
+ VolumeId?: string;
1031
+ Lifecycle?: VolumeLifecycle | string;
1032
+ OntapResponse?: DeleteVolumeOntapResponse;
1033
+ }
1034
+ export declare enum FilterName {
1035
+ BACKUP_TYPE = "backup-type",
1036
+ DATA_REPOSITORY_TYPE = "data-repository-type",
1037
+ FILE_SYSTEM_ID = "file-system-id",
1038
+ FILE_SYSTEM_TYPE = "file-system-type",
1039
+ VOLUME_ID = "volume-id",
1040
+ }
1041
+ export interface Filter {
1042
+ Name?: FilterName | string;
1043
+ Values?: string[];
1044
+ }
1045
+ export interface DescribeBackupsRequest {
1046
+ BackupIds?: string[];
1047
+ Filters?: Filter[];
1048
+ MaxResults?: number;
1049
+ NextToken?: string;
1050
+ }
1051
+ export interface DescribeDataRepositoryAssociationsRequest {
1052
+ AssociationIds?: string[];
1053
+ Filters?: Filter[];
1054
+ MaxResults?: number;
1055
+ NextToken?: string;
1056
+ }
1057
+ export interface DescribeDataRepositoryAssociationsResponse {
1058
+ Associations?: DataRepositoryAssociation[];
1059
+ NextToken?: string;
1060
+ }
1061
+ export declare class InvalidDataRepositoryType extends __BaseException {
1062
+ readonly name: "InvalidDataRepositoryType";
1063
+ readonly $fault: "client";
1064
+ Message?: string;
1065
+ constructor(
1066
+ opts: __ExceptionOptionType<InvalidDataRepositoryType, __BaseException>
1067
+ );
1068
+ }
1069
+ export declare enum DataRepositoryTaskFilterName {
1070
+ DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
1071
+ FILE_SYSTEM_ID = "file-system-id",
1072
+ TASK_LIFECYCLE = "task-lifecycle",
1073
+ }
1074
+ export interface DataRepositoryTaskFilter {
1075
+ Name?: DataRepositoryTaskFilterName | string;
1076
+ Values?: string[];
1077
+ }
1078
+ export interface DescribeDataRepositoryTasksRequest {
1079
+ TaskIds?: string[];
1080
+ Filters?: DataRepositoryTaskFilter[];
1081
+ MaxResults?: number;
1082
+ NextToken?: string;
1083
+ }
1084
+ export interface DescribeDataRepositoryTasksResponse {
1085
+ DataRepositoryTasks?: DataRepositoryTask[];
1086
+ NextToken?: string;
1087
+ }
1088
+ export interface DescribeFileSystemAliasesRequest {
1089
+ ClientRequestToken?: string;
1090
+ FileSystemId: string | undefined;
1091
+ MaxResults?: number;
1092
+ NextToken?: string;
1093
+ }
1094
+ export interface DescribeFileSystemAliasesResponse {
1095
+ Aliases?: Alias[];
1096
+ NextToken?: string;
1097
+ }
1098
+ export interface DescribeFileSystemsRequest {
1099
+ FileSystemIds?: string[];
1100
+ MaxResults?: number;
1101
+ NextToken?: string;
1102
+ }
1103
+ export declare enum SnapshotFilterName {
1104
+ FILE_SYSTEM_ID = "file-system-id",
1105
+ VOLUME_ID = "volume-id",
1106
+ }
1107
+ export interface SnapshotFilter {
1108
+ Name?: SnapshotFilterName | string;
1109
+ Values?: string[];
1110
+ }
1111
+ export interface DescribeSnapshotsRequest {
1112
+ SnapshotIds?: string[];
1113
+ Filters?: SnapshotFilter[];
1114
+ MaxResults?: number;
1115
+ NextToken?: string;
1116
+ }
1117
+ export declare enum StorageVirtualMachineFilterName {
1118
+ FILE_SYSTEM_ID = "file-system-id",
1119
+ }
1120
+ export interface StorageVirtualMachineFilter {
1121
+ Name?: StorageVirtualMachineFilterName | string;
1122
+ Values?: string[];
1123
+ }
1124
+ export interface DescribeStorageVirtualMachinesRequest {
1125
+ StorageVirtualMachineIds?: string[];
1126
+ Filters?: StorageVirtualMachineFilter[];
1127
+ MaxResults?: number;
1128
+ NextToken?: string;
1129
+ }
1130
+ export interface DescribeStorageVirtualMachinesResponse {
1131
+ StorageVirtualMachines?: StorageVirtualMachine[];
1132
+ NextToken?: string;
1133
+ }
1134
+ export declare enum VolumeFilterName {
1135
+ FILE_SYSTEM_ID = "file-system-id",
1136
+ STORAGE_VIRTUAL_MACHINE_ID = "storage-virtual-machine-id",
1137
+ }
1138
+ export interface VolumeFilter {
1139
+ Name?: VolumeFilterName | string;
1140
+ Values?: string[];
1141
+ }
1142
+ export interface DescribeVolumesRequest {
1143
+ VolumeIds?: string[];
1144
+ Filters?: VolumeFilter[];
1145
+ MaxResults?: number;
1146
+ NextToken?: string;
1147
+ }
1148
+ export interface DisassociateFileSystemAliasesRequest {
1149
+ ClientRequestToken?: string;
1150
+ FileSystemId: string | undefined;
1151
+ Aliases: string[] | undefined;
1152
+ }
1153
+ export interface DisassociateFileSystemAliasesResponse {
1154
+ Aliases?: Alias[];
1155
+ }
1156
+ export interface ListTagsForResourceRequest {
1157
+ ResourceARN: string | undefined;
1158
+ MaxResults?: number;
1159
+ NextToken?: string;
1160
+ }
1161
+ export interface ListTagsForResourceResponse {
1162
+ Tags?: Tag[];
1163
+ NextToken?: string;
1164
+ }
1165
+ export declare class NotServiceResourceError extends __BaseException {
1166
+ readonly name: "NotServiceResourceError";
1167
+ readonly $fault: "client";
1168
+ ResourceARN: string | undefined;
1169
+ Message?: string;
1170
+ constructor(
1171
+ opts: __ExceptionOptionType<NotServiceResourceError, __BaseException>
1172
+ );
1173
+ }
1174
+ export declare class ResourceDoesNotSupportTagging extends __BaseException {
1175
+ readonly name: "ResourceDoesNotSupportTagging";
1176
+ readonly $fault: "client";
1177
+ ResourceARN: string | undefined;
1178
+ Message?: string;
1179
+ constructor(
1180
+ opts: __ExceptionOptionType<ResourceDoesNotSupportTagging, __BaseException>
1181
+ );
1182
+ }
1183
+ export declare class ResourceNotFound extends __BaseException {
1184
+ readonly name: "ResourceNotFound";
1185
+ readonly $fault: "client";
1186
+ ResourceARN: string | undefined;
1187
+ Message?: string;
1188
+ constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
1189
+ }
1190
+ export interface ReleaseFileSystemNfsV3LocksRequest {
1191
+ FileSystemId: string | undefined;
1192
+ ClientRequestToken?: string;
1193
+ }
1194
+ export declare enum RestoreOpenZFSVolumeOption {
1195
+ DELETE_CLONED_VOLUMES = "DELETE_CLONED_VOLUMES",
1196
+ DELETE_INTERMEDIATE_SNAPSHOTS = "DELETE_INTERMEDIATE_SNAPSHOTS",
1197
+ }
1198
+ export interface RestoreVolumeFromSnapshotRequest {
1199
+ ClientRequestToken?: string;
1200
+ VolumeId: string | undefined;
1201
+ SnapshotId: string | undefined;
1202
+ Options?: (RestoreOpenZFSVolumeOption | string)[];
1203
+ }
1204
+ export interface RestoreVolumeFromSnapshotResponse {
1205
+ VolumeId?: string;
1206
+ Lifecycle?: VolumeLifecycle | string;
1207
+ }
1208
+ export interface TagResourceRequest {
1209
+ ResourceARN: string | undefined;
1210
+ Tags: Tag[] | undefined;
1211
+ }
1212
+ export interface TagResourceResponse {}
1213
+ export interface UntagResourceRequest {
1214
+ ResourceARN: string | undefined;
1215
+ TagKeys: string[] | undefined;
1216
+ }
1217
+ export interface UntagResourceResponse {}
1218
+ export interface UpdateDataRepositoryAssociationRequest {
1219
+ AssociationId: string | undefined;
1220
+ ClientRequestToken?: string;
1221
+ ImportedFileChunkSize?: number;
1222
+ S3?: S3DataRepositoryConfiguration;
1223
+ }
1224
+ export interface UpdateDataRepositoryAssociationResponse {
1225
+ Association?: DataRepositoryAssociation;
1226
+ }
1227
+ export interface UpdateFileSystemLustreConfiguration {
1228
+ WeeklyMaintenanceStartTime?: string;
1229
+ DailyAutomaticBackupStartTime?: string;
1230
+ AutomaticBackupRetentionDays?: number;
1231
+ AutoImportPolicy?: AutoImportPolicyType | string;
1232
+ DataCompressionType?: DataCompressionType | string;
1233
+ LogConfiguration?: LustreLogCreateConfiguration;
1234
+ RootSquashConfiguration?: LustreRootSquashConfiguration;
1235
+ }
1236
+ export interface UpdateFileSystemOntapConfiguration {
1237
+ AutomaticBackupRetentionDays?: number;
1238
+ DailyAutomaticBackupStartTime?: string;
1239
+ FsxAdminPassword?: string;
1240
+ WeeklyMaintenanceStartTime?: string;
1241
+ DiskIopsConfiguration?: DiskIopsConfiguration;
1242
+ ThroughputCapacity?: number;
1243
+ }
1244
+ export interface UpdateFileSystemOpenZFSConfiguration {
1245
+ AutomaticBackupRetentionDays?: number;
1246
+ CopyTagsToBackups?: boolean;
1247
+ CopyTagsToVolumes?: boolean;
1248
+ DailyAutomaticBackupStartTime?: string;
1249
+ ThroughputCapacity?: number;
1250
+ WeeklyMaintenanceStartTime?: string;
1251
+ DiskIopsConfiguration?: DiskIopsConfiguration;
1252
+ }
1253
+ export interface SelfManagedActiveDirectoryConfigurationUpdates {
1254
+ UserName?: string;
1255
+ Password?: string;
1256
+ DnsIps?: string[];
1257
+ }
1258
+ export interface UpdateFileSystemWindowsConfiguration {
1259
+ WeeklyMaintenanceStartTime?: string;
1260
+ DailyAutomaticBackupStartTime?: string;
1261
+ AutomaticBackupRetentionDays?: number;
1262
+ ThroughputCapacity?: number;
1263
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
1264
+ AuditLogConfiguration?: WindowsAuditLogCreateConfiguration;
1265
+ }
1266
+ export interface UpdateFileSystemRequest {
1267
+ FileSystemId: string | undefined;
1268
+ ClientRequestToken?: string;
1269
+ StorageCapacity?: number;
1270
+ WindowsConfiguration?: UpdateFileSystemWindowsConfiguration;
1271
+ LustreConfiguration?: UpdateFileSystemLustreConfiguration;
1272
+ OntapConfiguration?: UpdateFileSystemOntapConfiguration;
1273
+ OpenZFSConfiguration?: UpdateFileSystemOpenZFSConfiguration;
1274
+ }
1275
+ export interface UpdateSnapshotRequest {
1276
+ ClientRequestToken?: string;
1277
+ Name: string | undefined;
1278
+ SnapshotId: string | undefined;
1279
+ }
1280
+ export interface UpdateSvmActiveDirectoryConfiguration {
1281
+ SelfManagedActiveDirectoryConfiguration?: SelfManagedActiveDirectoryConfigurationUpdates;
1282
+ }
1283
+ export interface UpdateStorageVirtualMachineRequest {
1284
+ ActiveDirectoryConfiguration?: UpdateSvmActiveDirectoryConfiguration;
1285
+ ClientRequestToken?: string;
1286
+ StorageVirtualMachineId: string | undefined;
1287
+ SvmAdminPassword?: string;
1288
+ }
1289
+ export interface UpdateStorageVirtualMachineResponse {
1290
+ StorageVirtualMachine?: StorageVirtualMachine;
1291
+ }
1292
+ export interface UpdateOntapVolumeConfiguration {
1293
+ JunctionPath?: string;
1294
+ SecurityStyle?: SecurityStyle | string;
1295
+ SizeInMegabytes?: number;
1296
+ StorageEfficiencyEnabled?: boolean;
1297
+ TieringPolicy?: TieringPolicy;
1298
+ }
1299
+ export interface UpdateOpenZFSVolumeConfiguration {
1300
+ StorageCapacityReservationGiB?: number;
1301
+ StorageCapacityQuotaGiB?: number;
1302
+ RecordSizeKiB?: number;
1303
+ DataCompressionType?: OpenZFSDataCompressionType | string;
1304
+ NfsExports?: OpenZFSNfsExport[];
1305
+ UserAndGroupQuotas?: OpenZFSUserOrGroupQuota[];
1306
+ ReadOnly?: boolean;
1307
+ }
1308
+ export interface UpdateVolumeRequest {
1309
+ ClientRequestToken?: string;
1310
+ VolumeId: string | undefined;
1311
+ OntapConfiguration?: UpdateOntapVolumeConfiguration;
1312
+ Name?: string;
1313
+ OpenZFSConfiguration?: UpdateOpenZFSVolumeConfiguration;
1314
+ }
1315
+ export interface AdministrativeAction {
1316
+ AdministrativeActionType?: AdministrativeActionType | string;
1317
+ ProgressPercent?: number;
1318
+ RequestTime?: Date;
1319
+ Status?: Status | string;
1320
+ TargetFileSystemValues?: FileSystem;
1321
+ FailureDetails?: AdministrativeActionFailureDetails;
1322
+ TargetVolumeValues?: Volume;
1323
+ TargetSnapshotValues?: Snapshot;
1324
+ }
1325
+ export interface FileSystem {
1326
+ OwnerId?: string;
1327
+ CreationTime?: Date;
1328
+ FileSystemId?: string;
1329
+ FileSystemType?: FileSystemType | string;
1330
+ Lifecycle?: FileSystemLifecycle | string;
1331
+ FailureDetails?: FileSystemFailureDetails;
1332
+ StorageCapacity?: number;
1333
+ StorageType?: StorageType | string;
1334
+ VpcId?: string;
1335
+ SubnetIds?: string[];
1336
+ NetworkInterfaceIds?: string[];
1337
+ DNSName?: string;
1338
+ KmsKeyId?: string;
1339
+ ResourceARN?: string;
1340
+ Tags?: Tag[];
1341
+ WindowsConfiguration?: WindowsFileSystemConfiguration;
1342
+ LustreConfiguration?: LustreFileSystemConfiguration;
1343
+ AdministrativeActions?: AdministrativeAction[];
1344
+ OntapConfiguration?: OntapFileSystemConfiguration;
1345
+ FileSystemTypeVersion?: string;
1346
+ OpenZFSConfiguration?: OpenZFSFileSystemConfiguration;
1347
+ }
1348
+ export interface Snapshot {
1349
+ ResourceARN?: string;
1350
+ SnapshotId?: string;
1351
+ Name?: string;
1352
+ VolumeId?: string;
1353
+ CreationTime?: Date;
1354
+ Lifecycle?: SnapshotLifecycle | string;
1355
+ LifecycleTransitionReason?: LifecycleTransitionReason;
1356
+ Tags?: Tag[];
1357
+ AdministrativeActions?: AdministrativeAction[];
1358
+ }
1359
+ export interface Volume {
1360
+ CreationTime?: Date;
1361
+ FileSystemId?: string;
1362
+ Lifecycle?: VolumeLifecycle | string;
1363
+ Name?: string;
1364
+ OntapConfiguration?: OntapVolumeConfiguration;
1365
+ ResourceARN?: string;
1366
+ Tags?: Tag[];
1367
+ VolumeId?: string;
1368
+ VolumeType?: VolumeType | string;
1369
+ LifecycleTransitionReason?: LifecycleTransitionReason;
1370
+ AdministrativeActions?: AdministrativeAction[];
1371
+ OpenZFSConfiguration?: OpenZFSVolumeConfiguration;
1372
+ }
1373
+ export interface CreateFileSystemFromBackupResponse {
1374
+ FileSystem?: FileSystem;
1375
+ }
1376
+ export interface CreateFileSystemResponse {
1377
+ FileSystem?: FileSystem;
1378
+ }
1379
+ export interface CreateSnapshotResponse {
1380
+ Snapshot?: Snapshot;
1381
+ }
1382
+ export interface CreateVolumeFromBackupResponse {
1383
+ Volume?: Volume;
1384
+ }
1385
+ export interface CreateVolumeResponse {
1386
+ Volume?: Volume;
1387
+ }
1388
+ export interface ReleaseFileSystemNfsV3LocksResponse {
1389
+ FileSystem?: FileSystem;
1390
+ }
1391
+ export interface UpdateFileSystemResponse {
1392
+ FileSystem?: FileSystem;
1393
+ }
1394
+ export interface UpdateSnapshotResponse {
1395
+ Snapshot?: Snapshot;
1396
+ }
1397
+ export interface UpdateVolumeResponse {
1398
+ Volume?: Volume;
1399
+ }
1400
+ export interface DescribeFileSystemsResponse {
1401
+ FileSystems?: FileSystem[];
1402
+ NextToken?: string;
1403
+ }
1404
+ export interface DescribeSnapshotsResponse {
1405
+ Snapshots?: Snapshot[];
1406
+ NextToken?: string;
1407
+ }
1408
+ export interface DescribeVolumesResponse {
1409
+ Volumes?: Volume[];
1410
+ NextToken?: string;
1411
+ }
1412
+ export interface Backup {
1413
+ BackupId: string | undefined;
1414
+ Lifecycle: BackupLifecycle | string | undefined;
1415
+ FailureDetails?: BackupFailureDetails;
1416
+ Type: BackupType | string | undefined;
1417
+ ProgressPercent?: number;
1418
+ CreationTime: Date | undefined;
1419
+ KmsKeyId?: string;
1420
+ ResourceARN?: string;
1421
+ Tags?: Tag[];
1422
+ FileSystem: FileSystem | undefined;
1423
+ DirectoryInformation?: ActiveDirectoryBackupAttributes;
1424
+ OwnerId?: string;
1425
+ SourceBackupId?: string;
1426
+ SourceBackupRegion?: string;
1427
+ ResourceType?: ResourceType | string;
1428
+ Volume?: Volume;
1429
+ }
1430
+ export interface CopyBackupResponse {
1431
+ Backup?: Backup;
1432
+ }
1433
+ export interface CreateBackupResponse {
1434
+ Backup?: Backup;
1435
+ }
1436
+ export interface DescribeBackupsResponse {
1437
+ Backups?: Backup[];
1438
+ NextToken?: string;
1439
+ }
1440
+ export declare const ActiveDirectoryBackupAttributesFilterSensitiveLog: (
1441
+ obj: ActiveDirectoryBackupAttributes
1442
+ ) => any;
1443
+ export declare const AdministrativeActionFailureDetailsFilterSensitiveLog: (
1444
+ obj: AdministrativeActionFailureDetails
1445
+ ) => any;
1446
+ export declare const FileSystemFailureDetailsFilterSensitiveLog: (
1447
+ obj: FileSystemFailureDetails
1448
+ ) => any;
1449
+ export declare const DataRepositoryFailureDetailsFilterSensitiveLog: (
1450
+ obj: DataRepositoryFailureDetails
1451
+ ) => any;
1452
+ export declare const DataRepositoryConfigurationFilterSensitiveLog: (
1453
+ obj: DataRepositoryConfiguration
1454
+ ) => any;
1455
+ export declare const LustreLogConfigurationFilterSensitiveLog: (
1456
+ obj: LustreLogConfiguration
1457
+ ) => any;
1458
+ export declare const LustreRootSquashConfigurationFilterSensitiveLog: (
1459
+ obj: LustreRootSquashConfiguration
1460
+ ) => any;
1461
+ export declare const LustreFileSystemConfigurationFilterSensitiveLog: (
1462
+ obj: LustreFileSystemConfiguration
1463
+ ) => any;
1464
+ export declare const DiskIopsConfigurationFilterSensitiveLog: (
1465
+ obj: DiskIopsConfiguration
1466
+ ) => any;
1467
+ export declare const FileSystemEndpointFilterSensitiveLog: (
1468
+ obj: FileSystemEndpoint
1469
+ ) => any;
1470
+ export declare const FileSystemEndpointsFilterSensitiveLog: (
1471
+ obj: FileSystemEndpoints
1472
+ ) => any;
1473
+ export declare const OntapFileSystemConfigurationFilterSensitiveLog: (
1474
+ obj: OntapFileSystemConfiguration
1475
+ ) => any;
1476
+ export declare const OpenZFSFileSystemConfigurationFilterSensitiveLog: (
1477
+ obj: OpenZFSFileSystemConfiguration
1478
+ ) => any;
1479
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1480
+ export declare const AliasFilterSensitiveLog: (obj: Alias) => any;
1481
+ export declare const WindowsAuditLogConfigurationFilterSensitiveLog: (
1482
+ obj: WindowsAuditLogConfiguration
1483
+ ) => any;
1484
+ export declare const SelfManagedActiveDirectoryAttributesFilterSensitiveLog: (
1485
+ obj: SelfManagedActiveDirectoryAttributes
1486
+ ) => any;
1487
+ export declare const WindowsFileSystemConfigurationFilterSensitiveLog: (
1488
+ obj: WindowsFileSystemConfiguration
1489
+ ) => any;
1490
+ export declare const LifecycleTransitionReasonFilterSensitiveLog: (
1491
+ obj: LifecycleTransitionReason
1492
+ ) => any;
1493
+ export declare const TieringPolicyFilterSensitiveLog: (
1494
+ obj: TieringPolicy
1495
+ ) => any;
1496
+ export declare const OntapVolumeConfigurationFilterSensitiveLog: (
1497
+ obj: OntapVolumeConfiguration
1498
+ ) => any;
1499
+ export declare const OpenZFSClientConfigurationFilterSensitiveLog: (
1500
+ obj: OpenZFSClientConfiguration
1501
+ ) => any;
1502
+ export declare const OpenZFSNfsExportFilterSensitiveLog: (
1503
+ obj: OpenZFSNfsExport
1504
+ ) => any;
1505
+ export declare const OpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
1506
+ obj: OpenZFSOriginSnapshotConfiguration
1507
+ ) => any;
1508
+ export declare const OpenZFSUserOrGroupQuotaFilterSensitiveLog: (
1509
+ obj: OpenZFSUserOrGroupQuota
1510
+ ) => any;
1511
+ export declare const OpenZFSVolumeConfigurationFilterSensitiveLog: (
1512
+ obj: OpenZFSVolumeConfiguration
1513
+ ) => any;
1514
+ export declare const AssociateFileSystemAliasesRequestFilterSensitiveLog: (
1515
+ obj: AssociateFileSystemAliasesRequest
1516
+ ) => any;
1517
+ export declare const AssociateFileSystemAliasesResponseFilterSensitiveLog: (
1518
+ obj: AssociateFileSystemAliasesResponse
1519
+ ) => any;
1520
+ export declare const AutoExportPolicyFilterSensitiveLog: (
1521
+ obj: AutoExportPolicy
1522
+ ) => any;
1523
+ export declare const AutoImportPolicyFilterSensitiveLog: (
1524
+ obj: AutoImportPolicy
1525
+ ) => any;
1526
+ export declare const CancelDataRepositoryTaskRequestFilterSensitiveLog: (
1527
+ obj: CancelDataRepositoryTaskRequest
1528
+ ) => any;
1529
+ export declare const CancelDataRepositoryTaskResponseFilterSensitiveLog: (
1530
+ obj: CancelDataRepositoryTaskResponse
1531
+ ) => any;
1532
+ export declare const CopyBackupRequestFilterSensitiveLog: (
1533
+ obj: CopyBackupRequest
1534
+ ) => any;
1535
+ export declare const BackupFailureDetailsFilterSensitiveLog: (
1536
+ obj: BackupFailureDetails
1537
+ ) => any;
1538
+ export declare const CreateBackupRequestFilterSensitiveLog: (
1539
+ obj: CreateBackupRequest
1540
+ ) => any;
1541
+ export declare const S3DataRepositoryConfigurationFilterSensitiveLog: (
1542
+ obj: S3DataRepositoryConfiguration
1543
+ ) => any;
1544
+ export declare const CreateDataRepositoryAssociationRequestFilterSensitiveLog: (
1545
+ obj: CreateDataRepositoryAssociationRequest
1546
+ ) => any;
1547
+ export declare const DataRepositoryAssociationFilterSensitiveLog: (
1548
+ obj: DataRepositoryAssociation
1549
+ ) => any;
1550
+ export declare const CreateDataRepositoryAssociationResponseFilterSensitiveLog: (
1551
+ obj: CreateDataRepositoryAssociationResponse
1552
+ ) => any;
1553
+ export declare const CompletionReportFilterSensitiveLog: (
1554
+ obj: CompletionReport
1555
+ ) => any;
1556
+ export declare const CreateDataRepositoryTaskRequestFilterSensitiveLog: (
1557
+ obj: CreateDataRepositoryTaskRequest
1558
+ ) => any;
1559
+ export declare const DataRepositoryTaskFailureDetailsFilterSensitiveLog: (
1560
+ obj: DataRepositoryTaskFailureDetails
1561
+ ) => any;
1562
+ export declare const DataRepositoryTaskStatusFilterSensitiveLog: (
1563
+ obj: DataRepositoryTaskStatus
1564
+ ) => any;
1565
+ export declare const DataRepositoryTaskFilterSensitiveLog: (
1566
+ obj: DataRepositoryTask
1567
+ ) => any;
1568
+ export declare const CreateDataRepositoryTaskResponseFilterSensitiveLog: (
1569
+ obj: CreateDataRepositoryTaskResponse
1570
+ ) => any;
1571
+ export declare const LustreLogCreateConfigurationFilterSensitiveLog: (
1572
+ obj: LustreLogCreateConfiguration
1573
+ ) => any;
1574
+ export declare const CreateFileSystemLustreConfigurationFilterSensitiveLog: (
1575
+ obj: CreateFileSystemLustreConfiguration
1576
+ ) => any;
1577
+ export declare const CreateFileSystemOntapConfigurationFilterSensitiveLog: (
1578
+ obj: CreateFileSystemOntapConfiguration
1579
+ ) => any;
1580
+ export declare const OpenZFSCreateRootVolumeConfigurationFilterSensitiveLog: (
1581
+ obj: OpenZFSCreateRootVolumeConfiguration
1582
+ ) => any;
1583
+ export declare const CreateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
1584
+ obj: CreateFileSystemOpenZFSConfiguration
1585
+ ) => any;
1586
+ export declare const WindowsAuditLogCreateConfigurationFilterSensitiveLog: (
1587
+ obj: WindowsAuditLogCreateConfiguration
1588
+ ) => any;
1589
+ export declare const SelfManagedActiveDirectoryConfigurationFilterSensitiveLog: (
1590
+ obj: SelfManagedActiveDirectoryConfiguration
1591
+ ) => any;
1592
+ export declare const CreateFileSystemWindowsConfigurationFilterSensitiveLog: (
1593
+ obj: CreateFileSystemWindowsConfiguration
1594
+ ) => any;
1595
+ export declare const CreateFileSystemRequestFilterSensitiveLog: (
1596
+ obj: CreateFileSystemRequest
1597
+ ) => any;
1598
+ export declare const CreateFileSystemFromBackupRequestFilterSensitiveLog: (
1599
+ obj: CreateFileSystemFromBackupRequest
1600
+ ) => any;
1601
+ export declare const CreateSnapshotRequestFilterSensitiveLog: (
1602
+ obj: CreateSnapshotRequest
1603
+ ) => any;
1604
+ export declare const CreateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
1605
+ obj: CreateSvmActiveDirectoryConfiguration
1606
+ ) => any;
1607
+ export declare const CreateStorageVirtualMachineRequestFilterSensitiveLog: (
1608
+ obj: CreateStorageVirtualMachineRequest
1609
+ ) => any;
1610
+ export declare const SvmActiveDirectoryConfigurationFilterSensitiveLog: (
1611
+ obj: SvmActiveDirectoryConfiguration
1612
+ ) => any;
1613
+ export declare const SvmEndpointFilterSensitiveLog: (obj: SvmEndpoint) => any;
1614
+ export declare const SvmEndpointsFilterSensitiveLog: (obj: SvmEndpoints) => any;
1615
+ export declare const StorageVirtualMachineFilterSensitiveLog: (
1616
+ obj: StorageVirtualMachine
1617
+ ) => any;
1618
+ export declare const CreateStorageVirtualMachineResponseFilterSensitiveLog: (
1619
+ obj: CreateStorageVirtualMachineResponse
1620
+ ) => any;
1621
+ export declare const CreateOntapVolumeConfigurationFilterSensitiveLog: (
1622
+ obj: CreateOntapVolumeConfiguration
1623
+ ) => any;
1624
+ export declare const CreateOpenZFSOriginSnapshotConfigurationFilterSensitiveLog: (
1625
+ obj: CreateOpenZFSOriginSnapshotConfiguration
1626
+ ) => any;
1627
+ export declare const CreateOpenZFSVolumeConfigurationFilterSensitiveLog: (
1628
+ obj: CreateOpenZFSVolumeConfiguration
1629
+ ) => any;
1630
+ export declare const CreateVolumeRequestFilterSensitiveLog: (
1631
+ obj: CreateVolumeRequest
1632
+ ) => any;
1633
+ export declare const CreateVolumeFromBackupRequestFilterSensitiveLog: (
1634
+ obj: CreateVolumeFromBackupRequest
1635
+ ) => any;
1636
+ export declare const DeleteBackupRequestFilterSensitiveLog: (
1637
+ obj: DeleteBackupRequest
1638
+ ) => any;
1639
+ export declare const DeleteBackupResponseFilterSensitiveLog: (
1640
+ obj: DeleteBackupResponse
1641
+ ) => any;
1642
+ export declare const DeleteDataRepositoryAssociationRequestFilterSensitiveLog: (
1643
+ obj: DeleteDataRepositoryAssociationRequest
1644
+ ) => any;
1645
+ export declare const DeleteDataRepositoryAssociationResponseFilterSensitiveLog: (
1646
+ obj: DeleteDataRepositoryAssociationResponse
1647
+ ) => any;
1648
+ export declare const DeleteFileSystemLustreConfigurationFilterSensitiveLog: (
1649
+ obj: DeleteFileSystemLustreConfiguration
1650
+ ) => any;
1651
+ export declare const DeleteFileSystemOpenZFSConfigurationFilterSensitiveLog: (
1652
+ obj: DeleteFileSystemOpenZFSConfiguration
1653
+ ) => any;
1654
+ export declare const DeleteFileSystemWindowsConfigurationFilterSensitiveLog: (
1655
+ obj: DeleteFileSystemWindowsConfiguration
1656
+ ) => any;
1657
+ export declare const DeleteFileSystemRequestFilterSensitiveLog: (
1658
+ obj: DeleteFileSystemRequest
1659
+ ) => any;
1660
+ export declare const DeleteFileSystemLustreResponseFilterSensitiveLog: (
1661
+ obj: DeleteFileSystemLustreResponse
1662
+ ) => any;
1663
+ export declare const DeleteFileSystemOpenZFSResponseFilterSensitiveLog: (
1664
+ obj: DeleteFileSystemOpenZFSResponse
1665
+ ) => any;
1666
+ export declare const DeleteFileSystemWindowsResponseFilterSensitiveLog: (
1667
+ obj: DeleteFileSystemWindowsResponse
1668
+ ) => any;
1669
+ export declare const DeleteFileSystemResponseFilterSensitiveLog: (
1670
+ obj: DeleteFileSystemResponse
1671
+ ) => any;
1672
+ export declare const DeleteSnapshotRequestFilterSensitiveLog: (
1673
+ obj: DeleteSnapshotRequest
1674
+ ) => any;
1675
+ export declare const DeleteSnapshotResponseFilterSensitiveLog: (
1676
+ obj: DeleteSnapshotResponse
1677
+ ) => any;
1678
+ export declare const DeleteStorageVirtualMachineRequestFilterSensitiveLog: (
1679
+ obj: DeleteStorageVirtualMachineRequest
1680
+ ) => any;
1681
+ export declare const DeleteStorageVirtualMachineResponseFilterSensitiveLog: (
1682
+ obj: DeleteStorageVirtualMachineResponse
1683
+ ) => any;
1684
+ export declare const DeleteVolumeOntapConfigurationFilterSensitiveLog: (
1685
+ obj: DeleteVolumeOntapConfiguration
1686
+ ) => any;
1687
+ export declare const DeleteVolumeOpenZFSConfigurationFilterSensitiveLog: (
1688
+ obj: DeleteVolumeOpenZFSConfiguration
1689
+ ) => any;
1690
+ export declare const DeleteVolumeRequestFilterSensitiveLog: (
1691
+ obj: DeleteVolumeRequest
1692
+ ) => any;
1693
+ export declare const DeleteVolumeOntapResponseFilterSensitiveLog: (
1694
+ obj: DeleteVolumeOntapResponse
1695
+ ) => any;
1696
+ export declare const DeleteVolumeResponseFilterSensitiveLog: (
1697
+ obj: DeleteVolumeResponse
1698
+ ) => any;
1699
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1700
+ export declare const DescribeBackupsRequestFilterSensitiveLog: (
1701
+ obj: DescribeBackupsRequest
1702
+ ) => any;
1703
+ export declare const DescribeDataRepositoryAssociationsRequestFilterSensitiveLog: (
1704
+ obj: DescribeDataRepositoryAssociationsRequest
1705
+ ) => any;
1706
+ export declare const DescribeDataRepositoryAssociationsResponseFilterSensitiveLog: (
1707
+ obj: DescribeDataRepositoryAssociationsResponse
1708
+ ) => any;
1709
+ export declare const DataRepositoryTaskFilterFilterSensitiveLog: (
1710
+ obj: DataRepositoryTaskFilter
1711
+ ) => any;
1712
+ export declare const DescribeDataRepositoryTasksRequestFilterSensitiveLog: (
1713
+ obj: DescribeDataRepositoryTasksRequest
1714
+ ) => any;
1715
+ export declare const DescribeDataRepositoryTasksResponseFilterSensitiveLog: (
1716
+ obj: DescribeDataRepositoryTasksResponse
1717
+ ) => any;
1718
+ export declare const DescribeFileSystemAliasesRequestFilterSensitiveLog: (
1719
+ obj: DescribeFileSystemAliasesRequest
1720
+ ) => any;
1721
+ export declare const DescribeFileSystemAliasesResponseFilterSensitiveLog: (
1722
+ obj: DescribeFileSystemAliasesResponse
1723
+ ) => any;
1724
+ export declare const DescribeFileSystemsRequestFilterSensitiveLog: (
1725
+ obj: DescribeFileSystemsRequest
1726
+ ) => any;
1727
+ export declare const SnapshotFilterFilterSensitiveLog: (
1728
+ obj: SnapshotFilter
1729
+ ) => any;
1730
+ export declare const DescribeSnapshotsRequestFilterSensitiveLog: (
1731
+ obj: DescribeSnapshotsRequest
1732
+ ) => any;
1733
+ export declare const StorageVirtualMachineFilterFilterSensitiveLog: (
1734
+ obj: StorageVirtualMachineFilter
1735
+ ) => any;
1736
+ export declare const DescribeStorageVirtualMachinesRequestFilterSensitiveLog: (
1737
+ obj: DescribeStorageVirtualMachinesRequest
1738
+ ) => any;
1739
+ export declare const DescribeStorageVirtualMachinesResponseFilterSensitiveLog: (
1740
+ obj: DescribeStorageVirtualMachinesResponse
1741
+ ) => any;
1742
+ export declare const VolumeFilterFilterSensitiveLog: (obj: VolumeFilter) => any;
1743
+ export declare const DescribeVolumesRequestFilterSensitiveLog: (
1744
+ obj: DescribeVolumesRequest
1745
+ ) => any;
1746
+ export declare const DisassociateFileSystemAliasesRequestFilterSensitiveLog: (
1747
+ obj: DisassociateFileSystemAliasesRequest
1748
+ ) => any;
1749
+ export declare const DisassociateFileSystemAliasesResponseFilterSensitiveLog: (
1750
+ obj: DisassociateFileSystemAliasesResponse
1751
+ ) => any;
1752
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1753
+ obj: ListTagsForResourceRequest
1754
+ ) => any;
1755
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1756
+ obj: ListTagsForResourceResponse
1757
+ ) => any;
1758
+ export declare const ReleaseFileSystemNfsV3LocksRequestFilterSensitiveLog: (
1759
+ obj: ReleaseFileSystemNfsV3LocksRequest
1760
+ ) => any;
1761
+ export declare const RestoreVolumeFromSnapshotRequestFilterSensitiveLog: (
1762
+ obj: RestoreVolumeFromSnapshotRequest
1763
+ ) => any;
1764
+ export declare const RestoreVolumeFromSnapshotResponseFilterSensitiveLog: (
1765
+ obj: RestoreVolumeFromSnapshotResponse
1766
+ ) => any;
1767
+ export declare const TagResourceRequestFilterSensitiveLog: (
1768
+ obj: TagResourceRequest
1769
+ ) => any;
1770
+ export declare const TagResourceResponseFilterSensitiveLog: (
1771
+ obj: TagResourceResponse
1772
+ ) => any;
1773
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1774
+ obj: UntagResourceRequest
1775
+ ) => any;
1776
+ export declare const UntagResourceResponseFilterSensitiveLog: (
1777
+ obj: UntagResourceResponse
1778
+ ) => any;
1779
+ export declare const UpdateDataRepositoryAssociationRequestFilterSensitiveLog: (
1780
+ obj: UpdateDataRepositoryAssociationRequest
1781
+ ) => any;
1782
+ export declare const UpdateDataRepositoryAssociationResponseFilterSensitiveLog: (
1783
+ obj: UpdateDataRepositoryAssociationResponse
1784
+ ) => any;
1785
+ export declare const UpdateFileSystemLustreConfigurationFilterSensitiveLog: (
1786
+ obj: UpdateFileSystemLustreConfiguration
1787
+ ) => any;
1788
+ export declare const UpdateFileSystemOntapConfigurationFilterSensitiveLog: (
1789
+ obj: UpdateFileSystemOntapConfiguration
1790
+ ) => any;
1791
+ export declare const UpdateFileSystemOpenZFSConfigurationFilterSensitiveLog: (
1792
+ obj: UpdateFileSystemOpenZFSConfiguration
1793
+ ) => any;
1794
+ export declare const SelfManagedActiveDirectoryConfigurationUpdatesFilterSensitiveLog: (
1795
+ obj: SelfManagedActiveDirectoryConfigurationUpdates
1796
+ ) => any;
1797
+ export declare const UpdateFileSystemWindowsConfigurationFilterSensitiveLog: (
1798
+ obj: UpdateFileSystemWindowsConfiguration
1799
+ ) => any;
1800
+ export declare const UpdateFileSystemRequestFilterSensitiveLog: (
1801
+ obj: UpdateFileSystemRequest
1802
+ ) => any;
1803
+ export declare const UpdateSnapshotRequestFilterSensitiveLog: (
1804
+ obj: UpdateSnapshotRequest
1805
+ ) => any;
1806
+ export declare const UpdateSvmActiveDirectoryConfigurationFilterSensitiveLog: (
1807
+ obj: UpdateSvmActiveDirectoryConfiguration
1808
+ ) => any;
1809
+ export declare const UpdateStorageVirtualMachineRequestFilterSensitiveLog: (
1810
+ obj: UpdateStorageVirtualMachineRequest
1811
+ ) => any;
1812
+ export declare const UpdateStorageVirtualMachineResponseFilterSensitiveLog: (
1813
+ obj: UpdateStorageVirtualMachineResponse
1814
+ ) => any;
1815
+ export declare const UpdateOntapVolumeConfigurationFilterSensitiveLog: (
1816
+ obj: UpdateOntapVolumeConfiguration
1817
+ ) => any;
1818
+ export declare const UpdateOpenZFSVolumeConfigurationFilterSensitiveLog: (
1819
+ obj: UpdateOpenZFSVolumeConfiguration
1820
+ ) => any;
1821
+ export declare const UpdateVolumeRequestFilterSensitiveLog: (
1822
+ obj: UpdateVolumeRequest
1823
+ ) => any;
1824
+ export declare const AdministrativeActionFilterSensitiveLog: (
1825
+ obj: AdministrativeAction
1826
+ ) => any;
1827
+ export declare const FileSystemFilterSensitiveLog: (obj: FileSystem) => any;
1828
+ export declare const SnapshotFilterSensitiveLog: (obj: Snapshot) => any;
1829
+ export declare const VolumeFilterSensitiveLog: (obj: Volume) => any;
1830
+ export declare const CreateFileSystemFromBackupResponseFilterSensitiveLog: (
1831
+ obj: CreateFileSystemFromBackupResponse
1832
+ ) => any;
1833
+ export declare const CreateFileSystemResponseFilterSensitiveLog: (
1834
+ obj: CreateFileSystemResponse
1835
+ ) => any;
1836
+ export declare const CreateSnapshotResponseFilterSensitiveLog: (
1837
+ obj: CreateSnapshotResponse
1838
+ ) => any;
1839
+ export declare const CreateVolumeFromBackupResponseFilterSensitiveLog: (
1840
+ obj: CreateVolumeFromBackupResponse
1841
+ ) => any;
1842
+ export declare const CreateVolumeResponseFilterSensitiveLog: (
1843
+ obj: CreateVolumeResponse
1844
+ ) => any;
1845
+ export declare const ReleaseFileSystemNfsV3LocksResponseFilterSensitiveLog: (
1846
+ obj: ReleaseFileSystemNfsV3LocksResponse
1847
+ ) => any;
1848
+ export declare const UpdateFileSystemResponseFilterSensitiveLog: (
1849
+ obj: UpdateFileSystemResponse
1850
+ ) => any;
1851
+ export declare const UpdateSnapshotResponseFilterSensitiveLog: (
1852
+ obj: UpdateSnapshotResponse
1853
+ ) => any;
1854
+ export declare const UpdateVolumeResponseFilterSensitiveLog: (
1855
+ obj: UpdateVolumeResponse
1856
+ ) => any;
1857
+ export declare const DescribeFileSystemsResponseFilterSensitiveLog: (
1858
+ obj: DescribeFileSystemsResponse
1859
+ ) => any;
1860
+ export declare const DescribeSnapshotsResponseFilterSensitiveLog: (
1861
+ obj: DescribeSnapshotsResponse
1862
+ ) => any;
1863
+ export declare const DescribeVolumesResponseFilterSensitiveLog: (
1864
+ obj: DescribeVolumesResponse
1865
+ ) => any;
1866
+ export declare const BackupFilterSensitiveLog: (obj: Backup) => any;
1867
+ export declare const CopyBackupResponseFilterSensitiveLog: (
1868
+ obj: CopyBackupResponse
1869
+ ) => any;
1870
+ export declare const CreateBackupResponseFilterSensitiveLog: (
1871
+ obj: CreateBackupResponse
1872
+ ) => any;
1873
+ export declare const DescribeBackupsResponseFilterSensitiveLog: (
1874
+ obj: DescribeBackupsResponse
1875
+ ) => any;