@aws-sdk/client-fsx 3.321.1 → 3.326.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 (42) hide show
  1. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +7 -0
  3. package/dist-types/commands/CopyBackupCommand.d.ts +489 -0
  4. package/dist-types/commands/CreateBackupCommand.d.ts +489 -0
  5. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +53 -0
  6. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +42 -0
  7. package/dist-types/commands/CreateFileCacheCommand.d.ts +50 -0
  8. package/dist-types/commands/CreateFileSystemCommand.d.ts +466 -0
  9. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +466 -0
  10. package/dist-types/commands/CreateSnapshotCommand.d.ts +464 -0
  11. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +63 -0
  12. package/dist-types/commands/CreateVolumeCommand.d.ts +464 -0
  13. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +464 -0
  14. package/dist-types/commands/DeleteBackupCommand.d.ts +7 -0
  15. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +8 -0
  16. package/dist-types/commands/DeleteFileCacheCommand.d.ts +7 -0
  17. package/dist-types/commands/DeleteFileSystemCommand.d.ts +34 -0
  18. package/dist-types/commands/DeleteSnapshotCommand.d.ts +7 -0
  19. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +7 -0
  20. package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
  21. package/dist-types/commands/DescribeBackupsCommand.d.ts +492 -0
  22. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +56 -0
  23. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +45 -0
  24. package/dist-types/commands/DescribeFileCachesCommand.d.ts +46 -0
  25. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +12 -0
  26. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +469 -0
  27. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +467 -0
  28. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +66 -0
  29. package/dist-types/commands/DescribeVolumesCommand.d.ts +467 -0
  30. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  32. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +466 -0
  33. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +483 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  35. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  36. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +53 -0
  37. package/dist-types/commands/UpdateFileCacheCommand.d.ts +43 -0
  38. package/dist-types/commands/UpdateFileSystemCommand.d.ts +466 -0
  39. package/dist-types/commands/UpdateSnapshotCommand.d.ts +464 -0
  40. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +63 -0
  41. package/dist-types/commands/UpdateVolumeCommand.d.ts +464 -0
  42. package/package.json +16 -16
@@ -170,6 +170,470 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
170
170
  * };
171
171
  * const command = new CreateFileSystemFromBackupCommand(input);
172
172
  * const response = await client.send(command);
173
+ * // { // CreateFileSystemFromBackupResponse
174
+ * // FileSystem: { // FileSystem
175
+ * // OwnerId: "STRING_VALUE",
176
+ * // CreationTime: new Date("TIMESTAMP"),
177
+ * // FileSystemId: "STRING_VALUE",
178
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
179
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
180
+ * // FailureDetails: { // FileSystemFailureDetails
181
+ * // Message: "STRING_VALUE",
182
+ * // },
183
+ * // StorageCapacity: Number("int"),
184
+ * // StorageType: "SSD" || "HDD",
185
+ * // VpcId: "STRING_VALUE",
186
+ * // SubnetIds: [ // SubnetIds
187
+ * // "STRING_VALUE",
188
+ * // ],
189
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
190
+ * // "STRING_VALUE",
191
+ * // ],
192
+ * // DNSName: "STRING_VALUE",
193
+ * // KmsKeyId: "STRING_VALUE",
194
+ * // ResourceARN: "STRING_VALUE",
195
+ * // Tags: [ // Tags
196
+ * // { // Tag
197
+ * // Key: "STRING_VALUE", // required
198
+ * // Value: "STRING_VALUE", // required
199
+ * // },
200
+ * // ],
201
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
202
+ * // ActiveDirectoryId: "STRING_VALUE",
203
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
204
+ * // DomainName: "STRING_VALUE",
205
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
206
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
207
+ * // UserName: "STRING_VALUE",
208
+ * // DnsIps: [ // DnsIps
209
+ * // "STRING_VALUE",
210
+ * // ],
211
+ * // },
212
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
213
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
214
+ * // PreferredSubnetId: "STRING_VALUE",
215
+ * // PreferredFileServerIp: "STRING_VALUE",
216
+ * // ThroughputCapacity: Number("int"),
217
+ * // MaintenanceOperationsInProgress: [ // FileSystemMaintenanceOperations
218
+ * // "PATCHING" || "BACKING_UP",
219
+ * // ],
220
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
221
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
222
+ * // AutomaticBackupRetentionDays: Number("int"),
223
+ * // CopyTagsToBackups: true || false,
224
+ * // Aliases: [ // Aliases
225
+ * // { // Alias
226
+ * // Name: "STRING_VALUE",
227
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
228
+ * // },
229
+ * // ],
230
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
231
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
232
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
233
+ * // AuditLogDestination: "STRING_VALUE",
234
+ * // },
235
+ * // },
236
+ * // LustreConfiguration: { // LustreFileSystemConfiguration
237
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
238
+ * // DataRepositoryConfiguration: { // DataRepositoryConfiguration
239
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
240
+ * // ImportPath: "STRING_VALUE",
241
+ * // ExportPath: "STRING_VALUE",
242
+ * // ImportedFileChunkSize: Number("int"),
243
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
244
+ * // FailureDetails: { // DataRepositoryFailureDetails
245
+ * // Message: "STRING_VALUE",
246
+ * // },
247
+ * // },
248
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
249
+ * // PerUnitStorageThroughput: Number("int"),
250
+ * // MountName: "STRING_VALUE",
251
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
252
+ * // AutomaticBackupRetentionDays: Number("int"),
253
+ * // CopyTagsToBackups: true || false,
254
+ * // DriveCacheType: "NONE" || "READ",
255
+ * // DataCompressionType: "NONE" || "LZ4",
256
+ * // LogConfiguration: { // LustreLogConfiguration
257
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
258
+ * // Destination: "STRING_VALUE",
259
+ * // },
260
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
261
+ * // RootSquash: "STRING_VALUE",
262
+ * // NoSquashNids: [ // LustreNoSquashNids
263
+ * // "STRING_VALUE",
264
+ * // ],
265
+ * // },
266
+ * // },
267
+ * // AdministrativeActions: [ // AdministrativeActions
268
+ * // { // AdministrativeAction
269
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
270
+ * // ProgressPercent: Number("int"),
271
+ * // RequestTime: new Date("TIMESTAMP"),
272
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
273
+ * // TargetFileSystemValues: {
274
+ * // OwnerId: "STRING_VALUE",
275
+ * // CreationTime: new Date("TIMESTAMP"),
276
+ * // FileSystemId: "STRING_VALUE",
277
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
278
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
279
+ * // FailureDetails: {
280
+ * // Message: "STRING_VALUE",
281
+ * // },
282
+ * // StorageCapacity: Number("int"),
283
+ * // StorageType: "SSD" || "HDD",
284
+ * // VpcId: "STRING_VALUE",
285
+ * // SubnetIds: [
286
+ * // "STRING_VALUE",
287
+ * // ],
288
+ * // NetworkInterfaceIds: [
289
+ * // "STRING_VALUE",
290
+ * // ],
291
+ * // DNSName: "STRING_VALUE",
292
+ * // KmsKeyId: "STRING_VALUE",
293
+ * // ResourceARN: "STRING_VALUE",
294
+ * // Tags: [
295
+ * // {
296
+ * // Key: "STRING_VALUE", // required
297
+ * // Value: "STRING_VALUE", // required
298
+ * // },
299
+ * // ],
300
+ * // WindowsConfiguration: {
301
+ * // ActiveDirectoryId: "STRING_VALUE",
302
+ * // SelfManagedActiveDirectoryConfiguration: {
303
+ * // DomainName: "STRING_VALUE",
304
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
305
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
306
+ * // UserName: "STRING_VALUE",
307
+ * // DnsIps: [
308
+ * // "STRING_VALUE",
309
+ * // ],
310
+ * // },
311
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
312
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
313
+ * // PreferredSubnetId: "STRING_VALUE",
314
+ * // PreferredFileServerIp: "STRING_VALUE",
315
+ * // ThroughputCapacity: Number("int"),
316
+ * // MaintenanceOperationsInProgress: [
317
+ * // "PATCHING" || "BACKING_UP",
318
+ * // ],
319
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
320
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
321
+ * // AutomaticBackupRetentionDays: Number("int"),
322
+ * // CopyTagsToBackups: true || false,
323
+ * // Aliases: [
324
+ * // {
325
+ * // Name: "STRING_VALUE",
326
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
327
+ * // },
328
+ * // ],
329
+ * // AuditLogConfiguration: {
330
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
331
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
332
+ * // AuditLogDestination: "STRING_VALUE",
333
+ * // },
334
+ * // },
335
+ * // LustreConfiguration: {
336
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
337
+ * // DataRepositoryConfiguration: {
338
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
339
+ * // ImportPath: "STRING_VALUE",
340
+ * // ExportPath: "STRING_VALUE",
341
+ * // ImportedFileChunkSize: Number("int"),
342
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
343
+ * // FailureDetails: {
344
+ * // Message: "STRING_VALUE",
345
+ * // },
346
+ * // },
347
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
348
+ * // PerUnitStorageThroughput: Number("int"),
349
+ * // MountName: "STRING_VALUE",
350
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
351
+ * // AutomaticBackupRetentionDays: Number("int"),
352
+ * // CopyTagsToBackups: true || false,
353
+ * // DriveCacheType: "NONE" || "READ",
354
+ * // DataCompressionType: "NONE" || "LZ4",
355
+ * // LogConfiguration: {
356
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
357
+ * // Destination: "STRING_VALUE",
358
+ * // },
359
+ * // RootSquashConfiguration: {
360
+ * // RootSquash: "STRING_VALUE",
361
+ * // NoSquashNids: [
362
+ * // "STRING_VALUE",
363
+ * // ],
364
+ * // },
365
+ * // },
366
+ * // AdministrativeActions: [
367
+ * // {
368
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
369
+ * // ProgressPercent: Number("int"),
370
+ * // RequestTime: new Date("TIMESTAMP"),
371
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
372
+ * // TargetFileSystemValues: "<FileSystem>",
373
+ * // FailureDetails: { // AdministrativeActionFailureDetails
374
+ * // Message: "STRING_VALUE",
375
+ * // },
376
+ * // TargetVolumeValues: { // Volume
377
+ * // CreationTime: new Date("TIMESTAMP"),
378
+ * // FileSystemId: "STRING_VALUE",
379
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
380
+ * // Name: "STRING_VALUE",
381
+ * // OntapConfiguration: { // OntapVolumeConfiguration
382
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
383
+ * // JunctionPath: "STRING_VALUE",
384
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
385
+ * // SizeInMegabytes: Number("int"),
386
+ * // StorageEfficiencyEnabled: true || false,
387
+ * // StorageVirtualMachineId: "STRING_VALUE",
388
+ * // StorageVirtualMachineRoot: true || false,
389
+ * // TieringPolicy: { // TieringPolicy
390
+ * // CoolingPeriod: Number("int"),
391
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
392
+ * // },
393
+ * // UUID: "STRING_VALUE",
394
+ * // OntapVolumeType: "RW" || "DP" || "LS",
395
+ * // SnapshotPolicy: "STRING_VALUE",
396
+ * // CopyTagsToBackups: true || false,
397
+ * // },
398
+ * // ResourceARN: "STRING_VALUE",
399
+ * // Tags: "<Tags>",
400
+ * // VolumeId: "STRING_VALUE",
401
+ * // VolumeType: "ONTAP" || "OPENZFS",
402
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
403
+ * // Message: "STRING_VALUE",
404
+ * // },
405
+ * // AdministrativeActions: "<AdministrativeActions>",
406
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
407
+ * // ParentVolumeId: "STRING_VALUE",
408
+ * // VolumePath: "STRING_VALUE",
409
+ * // StorageCapacityReservationGiB: Number("int"),
410
+ * // StorageCapacityQuotaGiB: Number("int"),
411
+ * // RecordSizeKiB: Number("int"),
412
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
413
+ * // CopyTagsToSnapshots: true || false,
414
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
415
+ * // SnapshotARN: "STRING_VALUE",
416
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
417
+ * // },
418
+ * // ReadOnly: true || false,
419
+ * // NfsExports: [ // OpenZFSNfsExports
420
+ * // { // OpenZFSNfsExport
421
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
422
+ * // { // OpenZFSClientConfiguration
423
+ * // Clients: "STRING_VALUE", // required
424
+ * // Options: [ // OpenZFSNfsExportOptions // required
425
+ * // "STRING_VALUE",
426
+ * // ],
427
+ * // },
428
+ * // ],
429
+ * // },
430
+ * // ],
431
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
432
+ * // { // OpenZFSUserOrGroupQuota
433
+ * // Type: "USER" || "GROUP", // required
434
+ * // Id: Number("int"), // required
435
+ * // StorageCapacityQuotaGiB: Number("int"), // required
436
+ * // },
437
+ * // ],
438
+ * // RestoreToSnapshot: "STRING_VALUE",
439
+ * // DeleteIntermediateSnaphots: true || false,
440
+ * // DeleteClonedVolumes: true || false,
441
+ * // },
442
+ * // },
443
+ * // TargetSnapshotValues: { // Snapshot
444
+ * // ResourceARN: "STRING_VALUE",
445
+ * // SnapshotId: "STRING_VALUE",
446
+ * // Name: "STRING_VALUE",
447
+ * // VolumeId: "STRING_VALUE",
448
+ * // CreationTime: new Date("TIMESTAMP"),
449
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
450
+ * // LifecycleTransitionReason: {
451
+ * // Message: "STRING_VALUE",
452
+ * // },
453
+ * // Tags: "<Tags>",
454
+ * // AdministrativeActions: "<AdministrativeActions>",
455
+ * // },
456
+ * // },
457
+ * // ],
458
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
459
+ * // AutomaticBackupRetentionDays: Number("int"),
460
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
461
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
462
+ * // EndpointIpAddressRange: "STRING_VALUE",
463
+ * // Endpoints: { // FileSystemEndpoints
464
+ * // Intercluster: { // FileSystemEndpoint
465
+ * // DNSName: "STRING_VALUE",
466
+ * // IpAddresses: [ // OntapEndpointIpAddresses
467
+ * // "STRING_VALUE",
468
+ * // ],
469
+ * // },
470
+ * // Management: {
471
+ * // DNSName: "STRING_VALUE",
472
+ * // IpAddresses: [
473
+ * // "STRING_VALUE",
474
+ * // ],
475
+ * // },
476
+ * // },
477
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
478
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
479
+ * // Iops: Number("long"),
480
+ * // },
481
+ * // PreferredSubnetId: "STRING_VALUE",
482
+ * // RouteTableIds: [ // RouteTableIds
483
+ * // "STRING_VALUE",
484
+ * // ],
485
+ * // ThroughputCapacity: Number("int"),
486
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
487
+ * // },
488
+ * // FileSystemTypeVersion: "STRING_VALUE",
489
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
490
+ * // AutomaticBackupRetentionDays: Number("int"),
491
+ * // CopyTagsToBackups: true || false,
492
+ * // CopyTagsToVolumes: true || false,
493
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
494
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
495
+ * // ThroughputCapacity: Number("int"),
496
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
497
+ * // DiskIopsConfiguration: {
498
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
499
+ * // Iops: Number("long"),
500
+ * // },
501
+ * // RootVolumeId: "STRING_VALUE",
502
+ * // },
503
+ * // },
504
+ * // FailureDetails: {
505
+ * // Message: "STRING_VALUE",
506
+ * // },
507
+ * // TargetVolumeValues: {
508
+ * // CreationTime: new Date("TIMESTAMP"),
509
+ * // FileSystemId: "STRING_VALUE",
510
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
511
+ * // Name: "STRING_VALUE",
512
+ * // OntapConfiguration: {
513
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
514
+ * // JunctionPath: "STRING_VALUE",
515
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
516
+ * // SizeInMegabytes: Number("int"),
517
+ * // StorageEfficiencyEnabled: true || false,
518
+ * // StorageVirtualMachineId: "STRING_VALUE",
519
+ * // StorageVirtualMachineRoot: true || false,
520
+ * // TieringPolicy: {
521
+ * // CoolingPeriod: Number("int"),
522
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
523
+ * // },
524
+ * // UUID: "STRING_VALUE",
525
+ * // OntapVolumeType: "RW" || "DP" || "LS",
526
+ * // SnapshotPolicy: "STRING_VALUE",
527
+ * // CopyTagsToBackups: true || false,
528
+ * // },
529
+ * // ResourceARN: "STRING_VALUE",
530
+ * // Tags: "<Tags>",
531
+ * // VolumeId: "STRING_VALUE",
532
+ * // VolumeType: "ONTAP" || "OPENZFS",
533
+ * // LifecycleTransitionReason: {
534
+ * // Message: "STRING_VALUE",
535
+ * // },
536
+ * // AdministrativeActions: "<AdministrativeActions>",
537
+ * // OpenZFSConfiguration: {
538
+ * // ParentVolumeId: "STRING_VALUE",
539
+ * // VolumePath: "STRING_VALUE",
540
+ * // StorageCapacityReservationGiB: Number("int"),
541
+ * // StorageCapacityQuotaGiB: Number("int"),
542
+ * // RecordSizeKiB: Number("int"),
543
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
544
+ * // CopyTagsToSnapshots: true || false,
545
+ * // OriginSnapshot: {
546
+ * // SnapshotARN: "STRING_VALUE",
547
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
548
+ * // },
549
+ * // ReadOnly: true || false,
550
+ * // NfsExports: [
551
+ * // {
552
+ * // ClientConfigurations: [ // required
553
+ * // {
554
+ * // Clients: "STRING_VALUE", // required
555
+ * // Options: [ // required
556
+ * // "STRING_VALUE",
557
+ * // ],
558
+ * // },
559
+ * // ],
560
+ * // },
561
+ * // ],
562
+ * // UserAndGroupQuotas: [
563
+ * // {
564
+ * // Type: "USER" || "GROUP", // required
565
+ * // Id: Number("int"), // required
566
+ * // StorageCapacityQuotaGiB: Number("int"), // required
567
+ * // },
568
+ * // ],
569
+ * // RestoreToSnapshot: "STRING_VALUE",
570
+ * // DeleteIntermediateSnaphots: true || false,
571
+ * // DeleteClonedVolumes: true || false,
572
+ * // },
573
+ * // },
574
+ * // TargetSnapshotValues: {
575
+ * // ResourceARN: "STRING_VALUE",
576
+ * // SnapshotId: "STRING_VALUE",
577
+ * // Name: "STRING_VALUE",
578
+ * // VolumeId: "STRING_VALUE",
579
+ * // CreationTime: new Date("TIMESTAMP"),
580
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
581
+ * // LifecycleTransitionReason: {
582
+ * // Message: "STRING_VALUE",
583
+ * // },
584
+ * // Tags: "<Tags>",
585
+ * // AdministrativeActions: "<AdministrativeActions>",
586
+ * // },
587
+ * // },
588
+ * // ],
589
+ * // OntapConfiguration: {
590
+ * // AutomaticBackupRetentionDays: Number("int"),
591
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
592
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
593
+ * // EndpointIpAddressRange: "STRING_VALUE",
594
+ * // Endpoints: {
595
+ * // Intercluster: {
596
+ * // DNSName: "STRING_VALUE",
597
+ * // IpAddresses: [
598
+ * // "STRING_VALUE",
599
+ * // ],
600
+ * // },
601
+ * // Management: {
602
+ * // DNSName: "STRING_VALUE",
603
+ * // IpAddresses: [
604
+ * // "STRING_VALUE",
605
+ * // ],
606
+ * // },
607
+ * // },
608
+ * // DiskIopsConfiguration: {
609
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
610
+ * // Iops: Number("long"),
611
+ * // },
612
+ * // PreferredSubnetId: "STRING_VALUE",
613
+ * // RouteTableIds: [
614
+ * // "STRING_VALUE",
615
+ * // ],
616
+ * // ThroughputCapacity: Number("int"),
617
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
618
+ * // },
619
+ * // FileSystemTypeVersion: "STRING_VALUE",
620
+ * // OpenZFSConfiguration: {
621
+ * // AutomaticBackupRetentionDays: Number("int"),
622
+ * // CopyTagsToBackups: true || false,
623
+ * // CopyTagsToVolumes: true || false,
624
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
625
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
626
+ * // ThroughputCapacity: Number("int"),
627
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
628
+ * // DiskIopsConfiguration: {
629
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
630
+ * // Iops: Number("long"),
631
+ * // },
632
+ * // RootVolumeId: "STRING_VALUE",
633
+ * // },
634
+ * // },
635
+ * // };
636
+ *
173
637
  * ```
174
638
  *
175
639
  * @param CreateFileSystemFromBackupCommandInput - {@link CreateFileSystemFromBackupCommandInput}
@@ -208,6 +672,8 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
208
672
  * <p>An error indicating that a particular service limit was exceeded. You can increase
209
673
  * some service limits by contacting Amazon Web Services Support.</p>
210
674
  *
675
+ * @throws {@link FSxServiceException}
676
+ * <p>Base exception class for all service exceptions from FSx service.</p>
211
677
  *
212
678
  * @example To create a new file system from backup
213
679
  * ```javascript