@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
@@ -269,6 +269,470 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
269
269
  * };
270
270
  * const command = new UpdateFileSystemCommand(input);
271
271
  * const response = await client.send(command);
272
+ * // { // UpdateFileSystemResponse
273
+ * // FileSystem: { // FileSystem
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: { // FileSystemFailureDetails
280
+ * // Message: "STRING_VALUE",
281
+ * // },
282
+ * // StorageCapacity: Number("int"),
283
+ * // StorageType: "SSD" || "HDD",
284
+ * // VpcId: "STRING_VALUE",
285
+ * // SubnetIds: [ // SubnetIds
286
+ * // "STRING_VALUE",
287
+ * // ],
288
+ * // NetworkInterfaceIds: [ // NetworkInterfaceIds
289
+ * // "STRING_VALUE",
290
+ * // ],
291
+ * // DNSName: "STRING_VALUE",
292
+ * // KmsKeyId: "STRING_VALUE",
293
+ * // ResourceARN: "STRING_VALUE",
294
+ * // Tags: [ // Tags
295
+ * // { // Tag
296
+ * // Key: "STRING_VALUE", // required
297
+ * // Value: "STRING_VALUE", // required
298
+ * // },
299
+ * // ],
300
+ * // WindowsConfiguration: { // WindowsFileSystemConfiguration
301
+ * // ActiveDirectoryId: "STRING_VALUE",
302
+ * // SelfManagedActiveDirectoryConfiguration: { // SelfManagedActiveDirectoryAttributes
303
+ * // DomainName: "STRING_VALUE",
304
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
305
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
306
+ * // UserName: "STRING_VALUE",
307
+ * // DnsIps: [ // 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: [ // FileSystemMaintenanceOperations
317
+ * // "PATCHING" || "BACKING_UP",
318
+ * // ],
319
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
320
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
321
+ * // AutomaticBackupRetentionDays: Number("int"),
322
+ * // CopyTagsToBackups: true || false,
323
+ * // Aliases: [ // Aliases
324
+ * // { // Alias
325
+ * // Name: "STRING_VALUE",
326
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
327
+ * // },
328
+ * // ],
329
+ * // AuditLogConfiguration: { // WindowsAuditLogConfiguration
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: { // LustreFileSystemConfiguration
336
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
337
+ * // DataRepositoryConfiguration: { // 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: { // DataRepositoryFailureDetails
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: { // LustreLogConfiguration
356
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
357
+ * // Destination: "STRING_VALUE",
358
+ * // },
359
+ * // RootSquashConfiguration: { // LustreRootSquashConfiguration
360
+ * // RootSquash: "STRING_VALUE",
361
+ * // NoSquashNids: [ // LustreNoSquashNids
362
+ * // "STRING_VALUE",
363
+ * // ],
364
+ * // },
365
+ * // },
366
+ * // AdministrativeActions: [ // AdministrativeActions
367
+ * // { // AdministrativeAction
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: {
373
+ * // OwnerId: "STRING_VALUE",
374
+ * // CreationTime: new Date("TIMESTAMP"),
375
+ * // FileSystemId: "STRING_VALUE",
376
+ * // FileSystemType: "WINDOWS" || "LUSTRE" || "ONTAP" || "OPENZFS",
377
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "FAILED" || "DELETING" || "MISCONFIGURED" || "UPDATING" || "MISCONFIGURED_UNAVAILABLE",
378
+ * // FailureDetails: {
379
+ * // Message: "STRING_VALUE",
380
+ * // },
381
+ * // StorageCapacity: Number("int"),
382
+ * // StorageType: "SSD" || "HDD",
383
+ * // VpcId: "STRING_VALUE",
384
+ * // SubnetIds: [
385
+ * // "STRING_VALUE",
386
+ * // ],
387
+ * // NetworkInterfaceIds: [
388
+ * // "STRING_VALUE",
389
+ * // ],
390
+ * // DNSName: "STRING_VALUE",
391
+ * // KmsKeyId: "STRING_VALUE",
392
+ * // ResourceARN: "STRING_VALUE",
393
+ * // Tags: [
394
+ * // {
395
+ * // Key: "STRING_VALUE", // required
396
+ * // Value: "STRING_VALUE", // required
397
+ * // },
398
+ * // ],
399
+ * // WindowsConfiguration: {
400
+ * // ActiveDirectoryId: "STRING_VALUE",
401
+ * // SelfManagedActiveDirectoryConfiguration: {
402
+ * // DomainName: "STRING_VALUE",
403
+ * // OrganizationalUnitDistinguishedName: "STRING_VALUE",
404
+ * // FileSystemAdministratorsGroup: "STRING_VALUE",
405
+ * // UserName: "STRING_VALUE",
406
+ * // DnsIps: [
407
+ * // "STRING_VALUE",
408
+ * // ],
409
+ * // },
410
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1" || "SINGLE_AZ_2",
411
+ * // RemoteAdministrationEndpoint: "STRING_VALUE",
412
+ * // PreferredSubnetId: "STRING_VALUE",
413
+ * // PreferredFileServerIp: "STRING_VALUE",
414
+ * // ThroughputCapacity: Number("int"),
415
+ * // MaintenanceOperationsInProgress: [
416
+ * // "PATCHING" || "BACKING_UP",
417
+ * // ],
418
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
419
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
420
+ * // AutomaticBackupRetentionDays: Number("int"),
421
+ * // CopyTagsToBackups: true || false,
422
+ * // Aliases: [
423
+ * // {
424
+ * // Name: "STRING_VALUE",
425
+ * // Lifecycle: "AVAILABLE" || "CREATING" || "DELETING" || "CREATE_FAILED" || "DELETE_FAILED",
426
+ * // },
427
+ * // ],
428
+ * // AuditLogConfiguration: {
429
+ * // FileAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
430
+ * // FileShareAccessAuditLogLevel: "DISABLED" || "SUCCESS_ONLY" || "FAILURE_ONLY" || "SUCCESS_AND_FAILURE", // required
431
+ * // AuditLogDestination: "STRING_VALUE",
432
+ * // },
433
+ * // },
434
+ * // LustreConfiguration: {
435
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
436
+ * // DataRepositoryConfiguration: {
437
+ * // Lifecycle: "CREATING" || "AVAILABLE" || "MISCONFIGURED" || "UPDATING" || "DELETING" || "FAILED",
438
+ * // ImportPath: "STRING_VALUE",
439
+ * // ExportPath: "STRING_VALUE",
440
+ * // ImportedFileChunkSize: Number("int"),
441
+ * // AutoImportPolicy: "NONE" || "NEW" || "NEW_CHANGED" || "NEW_CHANGED_DELETED",
442
+ * // FailureDetails: {
443
+ * // Message: "STRING_VALUE",
444
+ * // },
445
+ * // },
446
+ * // DeploymentType: "SCRATCH_1" || "SCRATCH_2" || "PERSISTENT_1" || "PERSISTENT_2",
447
+ * // PerUnitStorageThroughput: Number("int"),
448
+ * // MountName: "STRING_VALUE",
449
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
450
+ * // AutomaticBackupRetentionDays: Number("int"),
451
+ * // CopyTagsToBackups: true || false,
452
+ * // DriveCacheType: "NONE" || "READ",
453
+ * // DataCompressionType: "NONE" || "LZ4",
454
+ * // LogConfiguration: {
455
+ * // Level: "DISABLED" || "WARN_ONLY" || "ERROR_ONLY" || "WARN_ERROR", // required
456
+ * // Destination: "STRING_VALUE",
457
+ * // },
458
+ * // RootSquashConfiguration: {
459
+ * // RootSquash: "STRING_VALUE",
460
+ * // NoSquashNids: [
461
+ * // "STRING_VALUE",
462
+ * // ],
463
+ * // },
464
+ * // },
465
+ * // AdministrativeActions: [
466
+ * // {
467
+ * // AdministrativeActionType: "FILE_SYSTEM_UPDATE" || "STORAGE_OPTIMIZATION" || "FILE_SYSTEM_ALIAS_ASSOCIATION" || "FILE_SYSTEM_ALIAS_DISASSOCIATION" || "VOLUME_UPDATE" || "SNAPSHOT_UPDATE" || "RELEASE_NFS_V3_LOCKS" || "VOLUME_RESTORE",
468
+ * // ProgressPercent: Number("int"),
469
+ * // RequestTime: new Date("TIMESTAMP"),
470
+ * // Status: "FAILED" || "IN_PROGRESS" || "PENDING" || "COMPLETED" || "UPDATED_OPTIMIZING",
471
+ * // TargetFileSystemValues: "<FileSystem>",
472
+ * // FailureDetails: { // AdministrativeActionFailureDetails
473
+ * // Message: "STRING_VALUE",
474
+ * // },
475
+ * // TargetVolumeValues: { // Volume
476
+ * // CreationTime: new Date("TIMESTAMP"),
477
+ * // FileSystemId: "STRING_VALUE",
478
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
479
+ * // Name: "STRING_VALUE",
480
+ * // OntapConfiguration: { // OntapVolumeConfiguration
481
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
482
+ * // JunctionPath: "STRING_VALUE",
483
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
484
+ * // SizeInMegabytes: Number("int"),
485
+ * // StorageEfficiencyEnabled: true || false,
486
+ * // StorageVirtualMachineId: "STRING_VALUE",
487
+ * // StorageVirtualMachineRoot: true || false,
488
+ * // TieringPolicy: { // TieringPolicy
489
+ * // CoolingPeriod: Number("int"),
490
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
491
+ * // },
492
+ * // UUID: "STRING_VALUE",
493
+ * // OntapVolumeType: "RW" || "DP" || "LS",
494
+ * // SnapshotPolicy: "STRING_VALUE",
495
+ * // CopyTagsToBackups: true || false,
496
+ * // },
497
+ * // ResourceARN: "STRING_VALUE",
498
+ * // Tags: "<Tags>",
499
+ * // VolumeId: "STRING_VALUE",
500
+ * // VolumeType: "ONTAP" || "OPENZFS",
501
+ * // LifecycleTransitionReason: { // LifecycleTransitionReason
502
+ * // Message: "STRING_VALUE",
503
+ * // },
504
+ * // AdministrativeActions: "<AdministrativeActions>",
505
+ * // OpenZFSConfiguration: { // OpenZFSVolumeConfiguration
506
+ * // ParentVolumeId: "STRING_VALUE",
507
+ * // VolumePath: "STRING_VALUE",
508
+ * // StorageCapacityReservationGiB: Number("int"),
509
+ * // StorageCapacityQuotaGiB: Number("int"),
510
+ * // RecordSizeKiB: Number("int"),
511
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
512
+ * // CopyTagsToSnapshots: true || false,
513
+ * // OriginSnapshot: { // OpenZFSOriginSnapshotConfiguration
514
+ * // SnapshotARN: "STRING_VALUE",
515
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
516
+ * // },
517
+ * // ReadOnly: true || false,
518
+ * // NfsExports: [ // OpenZFSNfsExports
519
+ * // { // OpenZFSNfsExport
520
+ * // ClientConfigurations: [ // OpenZFSClientConfigurations // required
521
+ * // { // OpenZFSClientConfiguration
522
+ * // Clients: "STRING_VALUE", // required
523
+ * // Options: [ // OpenZFSNfsExportOptions // required
524
+ * // "STRING_VALUE",
525
+ * // ],
526
+ * // },
527
+ * // ],
528
+ * // },
529
+ * // ],
530
+ * // UserAndGroupQuotas: [ // OpenZFSUserAndGroupQuotas
531
+ * // { // OpenZFSUserOrGroupQuota
532
+ * // Type: "USER" || "GROUP", // required
533
+ * // Id: Number("int"), // required
534
+ * // StorageCapacityQuotaGiB: Number("int"), // required
535
+ * // },
536
+ * // ],
537
+ * // RestoreToSnapshot: "STRING_VALUE",
538
+ * // DeleteIntermediateSnaphots: true || false,
539
+ * // DeleteClonedVolumes: true || false,
540
+ * // },
541
+ * // },
542
+ * // TargetSnapshotValues: { // Snapshot
543
+ * // ResourceARN: "STRING_VALUE",
544
+ * // SnapshotId: "STRING_VALUE",
545
+ * // Name: "STRING_VALUE",
546
+ * // VolumeId: "STRING_VALUE",
547
+ * // CreationTime: new Date("TIMESTAMP"),
548
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
549
+ * // LifecycleTransitionReason: {
550
+ * // Message: "STRING_VALUE",
551
+ * // },
552
+ * // Tags: "<Tags>",
553
+ * // AdministrativeActions: "<AdministrativeActions>",
554
+ * // },
555
+ * // },
556
+ * // ],
557
+ * // OntapConfiguration: { // OntapFileSystemConfiguration
558
+ * // AutomaticBackupRetentionDays: Number("int"),
559
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
560
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
561
+ * // EndpointIpAddressRange: "STRING_VALUE",
562
+ * // Endpoints: { // FileSystemEndpoints
563
+ * // Intercluster: { // FileSystemEndpoint
564
+ * // DNSName: "STRING_VALUE",
565
+ * // IpAddresses: [ // OntapEndpointIpAddresses
566
+ * // "STRING_VALUE",
567
+ * // ],
568
+ * // },
569
+ * // Management: {
570
+ * // DNSName: "STRING_VALUE",
571
+ * // IpAddresses: [
572
+ * // "STRING_VALUE",
573
+ * // ],
574
+ * // },
575
+ * // },
576
+ * // DiskIopsConfiguration: { // DiskIopsConfiguration
577
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
578
+ * // Iops: Number("long"),
579
+ * // },
580
+ * // PreferredSubnetId: "STRING_VALUE",
581
+ * // RouteTableIds: [ // RouteTableIds
582
+ * // "STRING_VALUE",
583
+ * // ],
584
+ * // ThroughputCapacity: Number("int"),
585
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
586
+ * // },
587
+ * // FileSystemTypeVersion: "STRING_VALUE",
588
+ * // OpenZFSConfiguration: { // OpenZFSFileSystemConfiguration
589
+ * // AutomaticBackupRetentionDays: Number("int"),
590
+ * // CopyTagsToBackups: true || false,
591
+ * // CopyTagsToVolumes: true || false,
592
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
593
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
594
+ * // ThroughputCapacity: Number("int"),
595
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
596
+ * // DiskIopsConfiguration: {
597
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
598
+ * // Iops: Number("long"),
599
+ * // },
600
+ * // RootVolumeId: "STRING_VALUE",
601
+ * // },
602
+ * // },
603
+ * // FailureDetails: {
604
+ * // Message: "STRING_VALUE",
605
+ * // },
606
+ * // TargetVolumeValues: {
607
+ * // CreationTime: new Date("TIMESTAMP"),
608
+ * // FileSystemId: "STRING_VALUE",
609
+ * // Lifecycle: "CREATING" || "CREATED" || "DELETING" || "FAILED" || "MISCONFIGURED" || "PENDING" || "AVAILABLE",
610
+ * // Name: "STRING_VALUE",
611
+ * // OntapConfiguration: {
612
+ * // FlexCacheEndpointType: "NONE" || "ORIGIN" || "CACHE",
613
+ * // JunctionPath: "STRING_VALUE",
614
+ * // SecurityStyle: "UNIX" || "NTFS" || "MIXED",
615
+ * // SizeInMegabytes: Number("int"),
616
+ * // StorageEfficiencyEnabled: true || false,
617
+ * // StorageVirtualMachineId: "STRING_VALUE",
618
+ * // StorageVirtualMachineRoot: true || false,
619
+ * // TieringPolicy: {
620
+ * // CoolingPeriod: Number("int"),
621
+ * // Name: "SNAPSHOT_ONLY" || "AUTO" || "ALL" || "NONE",
622
+ * // },
623
+ * // UUID: "STRING_VALUE",
624
+ * // OntapVolumeType: "RW" || "DP" || "LS",
625
+ * // SnapshotPolicy: "STRING_VALUE",
626
+ * // CopyTagsToBackups: true || false,
627
+ * // },
628
+ * // ResourceARN: "STRING_VALUE",
629
+ * // Tags: "<Tags>",
630
+ * // VolumeId: "STRING_VALUE",
631
+ * // VolumeType: "ONTAP" || "OPENZFS",
632
+ * // LifecycleTransitionReason: {
633
+ * // Message: "STRING_VALUE",
634
+ * // },
635
+ * // AdministrativeActions: "<AdministrativeActions>",
636
+ * // OpenZFSConfiguration: {
637
+ * // ParentVolumeId: "STRING_VALUE",
638
+ * // VolumePath: "STRING_VALUE",
639
+ * // StorageCapacityReservationGiB: Number("int"),
640
+ * // StorageCapacityQuotaGiB: Number("int"),
641
+ * // RecordSizeKiB: Number("int"),
642
+ * // DataCompressionType: "NONE" || "ZSTD" || "LZ4",
643
+ * // CopyTagsToSnapshots: true || false,
644
+ * // OriginSnapshot: {
645
+ * // SnapshotARN: "STRING_VALUE",
646
+ * // CopyStrategy: "CLONE" || "FULL_COPY",
647
+ * // },
648
+ * // ReadOnly: true || false,
649
+ * // NfsExports: [
650
+ * // {
651
+ * // ClientConfigurations: [ // required
652
+ * // {
653
+ * // Clients: "STRING_VALUE", // required
654
+ * // Options: [ // required
655
+ * // "STRING_VALUE",
656
+ * // ],
657
+ * // },
658
+ * // ],
659
+ * // },
660
+ * // ],
661
+ * // UserAndGroupQuotas: [
662
+ * // {
663
+ * // Type: "USER" || "GROUP", // required
664
+ * // Id: Number("int"), // required
665
+ * // StorageCapacityQuotaGiB: Number("int"), // required
666
+ * // },
667
+ * // ],
668
+ * // RestoreToSnapshot: "STRING_VALUE",
669
+ * // DeleteIntermediateSnaphots: true || false,
670
+ * // DeleteClonedVolumes: true || false,
671
+ * // },
672
+ * // },
673
+ * // TargetSnapshotValues: {
674
+ * // ResourceARN: "STRING_VALUE",
675
+ * // SnapshotId: "STRING_VALUE",
676
+ * // Name: "STRING_VALUE",
677
+ * // VolumeId: "STRING_VALUE",
678
+ * // CreationTime: new Date("TIMESTAMP"),
679
+ * // Lifecycle: "PENDING" || "CREATING" || "DELETING" || "AVAILABLE",
680
+ * // LifecycleTransitionReason: {
681
+ * // Message: "STRING_VALUE",
682
+ * // },
683
+ * // Tags: "<Tags>",
684
+ * // AdministrativeActions: "<AdministrativeActions>",
685
+ * // },
686
+ * // },
687
+ * // ],
688
+ * // OntapConfiguration: {
689
+ * // AutomaticBackupRetentionDays: Number("int"),
690
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
691
+ * // DeploymentType: "MULTI_AZ_1" || "SINGLE_AZ_1",
692
+ * // EndpointIpAddressRange: "STRING_VALUE",
693
+ * // Endpoints: {
694
+ * // Intercluster: {
695
+ * // DNSName: "STRING_VALUE",
696
+ * // IpAddresses: [
697
+ * // "STRING_VALUE",
698
+ * // ],
699
+ * // },
700
+ * // Management: {
701
+ * // DNSName: "STRING_VALUE",
702
+ * // IpAddresses: [
703
+ * // "STRING_VALUE",
704
+ * // ],
705
+ * // },
706
+ * // },
707
+ * // DiskIopsConfiguration: {
708
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
709
+ * // Iops: Number("long"),
710
+ * // },
711
+ * // PreferredSubnetId: "STRING_VALUE",
712
+ * // RouteTableIds: [
713
+ * // "STRING_VALUE",
714
+ * // ],
715
+ * // ThroughputCapacity: Number("int"),
716
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
717
+ * // },
718
+ * // FileSystemTypeVersion: "STRING_VALUE",
719
+ * // OpenZFSConfiguration: {
720
+ * // AutomaticBackupRetentionDays: Number("int"),
721
+ * // CopyTagsToBackups: true || false,
722
+ * // CopyTagsToVolumes: true || false,
723
+ * // DailyAutomaticBackupStartTime: "STRING_VALUE",
724
+ * // DeploymentType: "SINGLE_AZ_1" || "SINGLE_AZ_2",
725
+ * // ThroughputCapacity: Number("int"),
726
+ * // WeeklyMaintenanceStartTime: "STRING_VALUE",
727
+ * // DiskIopsConfiguration: {
728
+ * // Mode: "AUTOMATIC" || "USER_PROVISIONED",
729
+ * // Iops: Number("long"),
730
+ * // },
731
+ * // RootVolumeId: "STRING_VALUE",
732
+ * // },
733
+ * // },
734
+ * // };
735
+ *
272
736
  * ```
273
737
  *
274
738
  * @param UpdateFileSystemCommandInput - {@link UpdateFileSystemCommandInput}
@@ -304,6 +768,8 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
304
768
  * @throws {@link UnsupportedOperation} (client fault)
305
769
  * <p>The requested operation is not supported for this resource or API.</p>
306
770
  *
771
+ * @throws {@link FSxServiceException}
772
+ * <p>Base exception class for all service exceptions from FSx service.</p>
307
773
  *
308
774
  * @example To update an existing file system
309
775
  * ```javascript