aws-sdk-fsx 1.73.0 → 1.74.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.
- checksums.yaml +4 -4
 - data/CHANGELOG.md +5 -0
 - data/VERSION +1 -1
 - data/lib/aws-sdk-fsx/client.rb +274 -57
 - data/lib/aws-sdk-fsx/client_api.rb +26 -0
 - data/lib/aws-sdk-fsx/types.rb +341 -71
 - data/lib/aws-sdk-fsx.rb +1 -1
 - metadata +2 -2
 
    
        data/lib/aws-sdk-fsx/client.rb
    CHANGED
    
    | 
         @@ -480,15 +480,19 @@ module Aws::FSx 
     | 
|
| 
       480 
480 
     | 
    
         | 
| 
       481 
481 
     | 
    
         
             
                # Cancels an existing Amazon FSx for Lustre data repository task if that
         
     | 
| 
       482 
482 
     | 
    
         
             
                # task is in either the `PENDING` or `EXECUTING` state. When you cancel
         
     | 
| 
       483 
     | 
    
         
            -
                #  
     | 
| 
      
 483 
     | 
    
         
            +
                # am export task, Amazon FSx does the following.
         
     | 
| 
       484 
484 
     | 
    
         
             
                #
         
     | 
| 
       485 
485 
     | 
    
         
             
                # * Any files that FSx has already exported are not reverted.
         
     | 
| 
       486 
486 
     | 
    
         
             
                #
         
     | 
| 
       487 
     | 
    
         
            -
                # * FSx continues to export any files that are  
     | 
| 
       488 
     | 
    
         
            -
                #    
     | 
| 
      
 487 
     | 
    
         
            +
                # * FSx continues to export any files that are in-flight when the cancel
         
     | 
| 
      
 488 
     | 
    
         
            +
                #   operation is received.
         
     | 
| 
       489 
489 
     | 
    
         
             
                #
         
     | 
| 
       490 
490 
     | 
    
         
             
                # * FSx does not export any files that have not yet been exported.
         
     | 
| 
       491 
491 
     | 
    
         
             
                #
         
     | 
| 
      
 492 
     | 
    
         
            +
                # For a release task, Amazon FSx will stop releasing files upon
         
     | 
| 
      
 493 
     | 
    
         
            +
                # cancellation. Any files that have already been released will remain in
         
     | 
| 
      
 494 
     | 
    
         
            +
                # the released state.
         
     | 
| 
      
 495 
     | 
    
         
            +
                #
         
     | 
| 
       492 
496 
     | 
    
         
             
                # @option params [required, String] :task_id
         
     | 
| 
       493 
497 
     | 
    
         
             
                #   Specifies the data repository task to cancel.
         
     | 
| 
       494 
498 
     | 
    
         
             
                #
         
     | 
| 
         @@ -731,6 +735,8 @@ module Aws::FSx 
     | 
|
| 
       731 
735 
     | 
    
         
             
                #   resp.backup.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       732 
736 
     | 
    
         
             
                #   resp.backup.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       733 
737 
     | 
    
         
             
                #   resp.backup.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 738 
     | 
    
         
            +
                #   resp.backup.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 739 
     | 
    
         
            +
                #   resp.backup.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       734 
740 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       735 
741 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       736 
742 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -752,7 +758,7 @@ module Aws::FSx 
     | 
|
| 
       752 
758 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       753 
759 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       754 
760 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions #=> Array
         
     | 
| 
       755 
     | 
    
         
            -
                #   resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 761 
     | 
    
         
            +
                #   resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       756 
762 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       757 
763 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions[0].request_time #=> Time
         
     | 
| 
       758 
764 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -851,12 +857,17 @@ module Aws::FSx 
     | 
|
| 
       851 
857 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       852 
858 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       853 
859 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       854 
     | 
    
         
            -
                #   resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 860 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       855 
861 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       856 
862 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       857 
863 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       858 
864 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       859 
865 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 866 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 867 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 868 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 869 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 870 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       860 
871 
     | 
    
         
             
                #   resp.backup.directory_information.domain_name #=> String
         
     | 
| 
       861 
872 
     | 
    
         
             
                #   resp.backup.directory_information.active_directory_id #=> String
         
     | 
| 
       862 
873 
     | 
    
         
             
                #   resp.backup.directory_information.resource_arn #=> String
         
     | 
| 
         @@ -901,7 +912,7 @@ module Aws::FSx 
     | 
|
| 
       901 
912 
     | 
    
         
             
                #   resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
         
     | 
| 
       902 
913 
     | 
    
         
             
                #   resp.backup.volume.lifecycle_transition_reason.message #=> String
         
     | 
| 
       903 
914 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions #=> Array
         
     | 
| 
       904 
     | 
    
         
            -
                #   resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 915 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       905 
916 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       906 
917 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].request_time #=> Time
         
     | 
| 
       907 
918 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -948,6 +959,8 @@ module Aws::FSx 
     | 
|
| 
       948 
959 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       949 
960 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       950 
961 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 962 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 963 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       951 
964 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       952 
965 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       953 
966 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -992,12 +1005,17 @@ module Aws::FSx 
     | 
|
| 
       992 
1005 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       993 
1006 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       994 
1007 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       995 
     | 
    
         
            -
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 1008 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       996 
1009 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       997 
1010 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       998 
1011 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       999 
1012 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       1000 
1013 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 1014 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 1015 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 1016 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 1017 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 1018 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       1001 
1019 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       1002 
1020 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
         
     | 
| 
       1003 
1021 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
         
     | 
| 
         @@ -1243,6 +1261,8 @@ module Aws::FSx 
     | 
|
| 
       1243 
1261 
     | 
    
         
             
                #   resp.backup.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       1244 
1262 
     | 
    
         
             
                #   resp.backup.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       1245 
1263 
     | 
    
         
             
                #   resp.backup.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 1264 
     | 
    
         
            +
                #   resp.backup.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 1265 
     | 
    
         
            +
                #   resp.backup.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       1246 
1266 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       1247 
1267 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       1248 
1268 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -1264,7 +1284,7 @@ module Aws::FSx 
     | 
|
| 
       1264 
1284 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       1265 
1285 
     | 
    
         
             
                #   resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       1266 
1286 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions #=> Array
         
     | 
| 
       1267 
     | 
    
         
            -
                #   resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 1287 
     | 
    
         
            +
                #   resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       1268 
1288 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       1269 
1289 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions[0].request_time #=> Time
         
     | 
| 
       1270 
1290 
     | 
    
         
             
                #   resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -1363,12 +1383,17 @@ module Aws::FSx 
     | 
|
| 
       1363 
1383 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       1364 
1384 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       1365 
1385 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       1366 
     | 
    
         
            -
                #   resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 1386 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       1367 
1387 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       1368 
1388 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       1369 
1389 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       1370 
1390 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       1371 
1391 
     | 
    
         
             
                #   resp.backup.file_system.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 1392 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 1393 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 1394 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 1395 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 1396 
     | 
    
         
            +
                #   resp.backup.file_system.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       1372 
1397 
     | 
    
         
             
                #   resp.backup.directory_information.domain_name #=> String
         
     | 
| 
       1373 
1398 
     | 
    
         
             
                #   resp.backup.directory_information.active_directory_id #=> String
         
     | 
| 
       1374 
1399 
     | 
    
         
             
                #   resp.backup.directory_information.resource_arn #=> String
         
     | 
| 
         @@ -1413,7 +1438,7 @@ module Aws::FSx 
     | 
|
| 
       1413 
1438 
     | 
    
         
             
                #   resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
         
     | 
| 
       1414 
1439 
     | 
    
         
             
                #   resp.backup.volume.lifecycle_transition_reason.message #=> String
         
     | 
| 
       1415 
1440 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions #=> Array
         
     | 
| 
       1416 
     | 
    
         
            -
                #   resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 1441 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       1417 
1442 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       1418 
1443 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].request_time #=> Time
         
     | 
| 
       1419 
1444 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -1460,6 +1485,8 @@ module Aws::FSx 
     | 
|
| 
       1460 
1485 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       1461 
1486 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       1462 
1487 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 1488 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 1489 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       1463 
1490 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       1464 
1491 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       1465 
1492 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -1504,12 +1531,17 @@ module Aws::FSx 
     | 
|
| 
       1504 
1531 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       1505 
1532 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       1506 
1533 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       1507 
     | 
    
         
            -
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 1534 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       1508 
1535 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       1509 
1536 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       1510 
1537 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       1511 
1538 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       1512 
1539 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 1540 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 1541 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 1542 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 1543 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 1544 
     | 
    
         
            +
                #   resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       1513 
1545 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       1514 
1546 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
         
     | 
| 
       1515 
1547 
     | 
    
         
             
                #   resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
         
     | 
| 
         @@ -1711,17 +1743,26 @@ module Aws::FSx 
     | 
|
| 
       1711 
1743 
     | 
    
         
             
                  req.send_request(options)
         
     | 
| 
       1712 
1744 
     | 
    
         
             
                end
         
     | 
| 
       1713 
1745 
     | 
    
         | 
| 
       1714 
     | 
    
         
            -
                # Creates an Amazon FSx for Lustre data repository task.  
     | 
| 
       1715 
     | 
    
         
            -
                # repository tasks to perform bulk operations between your Amazon FSx
         
     | 
| 
       1716 
     | 
    
         
            -
                # file system and its linked data repositories. An example of a data
         
     | 
| 
       1717 
     | 
    
         
            -
                # repository task is exporting any data and metadata changes, including
         
     | 
| 
       1718 
     | 
    
         
            -
                # POSIX metadata, to files, directories, and symbolic links (symlinks)
         
     | 
| 
       1719 
     | 
    
         
            -
                # from your FSx file system to a linked data repository. A
         
     | 
| 
      
 1746 
     | 
    
         
            +
                # Creates an Amazon FSx for Lustre data repository task. A
         
     | 
| 
       1720 
1747 
     | 
    
         
             
                # `CreateDataRepositoryTask` operation will fail if a data repository is
         
     | 
| 
       1721 
     | 
    
         
            -
                # not linked to the FSx file system. 
     | 
| 
       1722 
     | 
    
         
            -
                # 
     | 
| 
       1723 
     | 
    
         
            -
                #  
     | 
| 
       1724 
     | 
    
         
            -
                #  
     | 
| 
      
 1748 
     | 
    
         
            +
                # not linked to the FSx file system.
         
     | 
| 
      
 1749 
     | 
    
         
            +
                #
         
     | 
| 
      
 1750 
     | 
    
         
            +
                # You use import and export data repository tasks to perform bulk
         
     | 
| 
      
 1751 
     | 
    
         
            +
                # operations between your FSx for Lustre file system and its linked data
         
     | 
| 
      
 1752 
     | 
    
         
            +
                # repositories. An example of a data repository task is exporting any
         
     | 
| 
      
 1753 
     | 
    
         
            +
                # data and metadata changes, including POSIX metadata, to files,
         
     | 
| 
      
 1754 
     | 
    
         
            +
                # directories, and symbolic links (symlinks) from your FSx file system
         
     | 
| 
      
 1755 
     | 
    
         
            +
                # to a linked data repository.
         
     | 
| 
      
 1756 
     | 
    
         
            +
                #
         
     | 
| 
      
 1757 
     | 
    
         
            +
                # You use release data repository tasks to release data from your file
         
     | 
| 
      
 1758 
     | 
    
         
            +
                # system for files that are archived to S3. The metadata of released
         
     | 
| 
      
 1759 
     | 
    
         
            +
                # files remains on the file system so users or applications can still
         
     | 
| 
      
 1760 
     | 
    
         
            +
                # access released files by reading the files again, which will restore
         
     | 
| 
      
 1761 
     | 
    
         
            +
                # data from Amazon S3 to the FSx for Lustre file system.
         
     | 
| 
      
 1762 
     | 
    
         
            +
                #
         
     | 
| 
      
 1763 
     | 
    
         
            +
                # To learn more about data repository tasks, see [Data Repository
         
     | 
| 
      
 1764 
     | 
    
         
            +
                # Tasks][1]. To learn more about linking a data repository to your file
         
     | 
| 
      
 1765 
     | 
    
         
            +
                # system, see [Linking your file system to an S3 bucket][2].
         
     | 
| 
       1725 
1766 
     | 
    
         
             
                #
         
     | 
| 
       1726 
1767 
     | 
    
         
             
                #
         
     | 
| 
       1727 
1768 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1731,11 +1772,28 @@ module Aws::FSx 
     | 
|
| 
       1731 
1772 
     | 
    
         
             
                # @option params [required, String] :type
         
     | 
| 
       1732 
1773 
     | 
    
         
             
                #   Specifies the type of data repository task to create.
         
     | 
| 
       1733 
1774 
     | 
    
         
             
                #
         
     | 
| 
      
 1775 
     | 
    
         
            +
                #   * `EXPORT_TO_REPOSITORY` tasks export from your Amazon FSx for Lustre
         
     | 
| 
      
 1776 
     | 
    
         
            +
                #     file system to a linked data repository.
         
     | 
| 
      
 1777 
     | 
    
         
            +
                #
         
     | 
| 
      
 1778 
     | 
    
         
            +
                #   * `IMPORT_METADATA_FROM_REPOSITORY` tasks import metadata changes from
         
     | 
| 
      
 1779 
     | 
    
         
            +
                #     a linked S3 bucket to your Amazon FSx for Lustre file system.
         
     | 
| 
      
 1780 
     | 
    
         
            +
                #
         
     | 
| 
      
 1781 
     | 
    
         
            +
                #   * `RELEASE_DATA_FROM_FILESYSTEM` tasks release files in your Amazon
         
     | 
| 
      
 1782 
     | 
    
         
            +
                #     FSx for Lustre file system that are archived and that meet your
         
     | 
| 
      
 1783 
     | 
    
         
            +
                #     specified release criteria.
         
     | 
| 
      
 1784 
     | 
    
         
            +
                #
         
     | 
| 
      
 1785 
     | 
    
         
            +
                #   * `AUTO_RELEASE_DATA` tasks automatically release files from an Amazon
         
     | 
| 
      
 1786 
     | 
    
         
            +
                #     File Cache resource.
         
     | 
| 
      
 1787 
     | 
    
         
            +
                #
         
     | 
| 
       1734 
1788 
     | 
    
         
             
                # @option params [Array<String>] :paths
         
     | 
| 
       1735 
1789 
     | 
    
         
             
                #   A list of paths for the data repository task to use when the task is
         
     | 
| 
       1736 
     | 
    
         
            -
                #   processed. If a path that you provide isn't valid, the task fails.
         
     | 
| 
      
 1790 
     | 
    
         
            +
                #   processed. If a path that you provide isn't valid, the task fails. If
         
     | 
| 
      
 1791 
     | 
    
         
            +
                #   you don't provide paths, the default behavior is to export all files
         
     | 
| 
      
 1792 
     | 
    
         
            +
                #   to S3 (for export tasks), import all files from S3 (for import tasks),
         
     | 
| 
      
 1793 
     | 
    
         
            +
                #   or release all archived files that meet the last accessed time
         
     | 
| 
      
 1794 
     | 
    
         
            +
                #   criteria (for release tasks).
         
     | 
| 
       1737 
1795 
     | 
    
         
             
                #
         
     | 
| 
       1738 
     | 
    
         
            -
                #   * For export tasks, the list contains paths on the  
     | 
| 
      
 1796 
     | 
    
         
            +
                #   * For export tasks, the list contains paths on the FSx for Lustre file
         
     | 
| 
       1739 
1797 
     | 
    
         
             
                #     system from which the files are exported to the Amazon S3 bucket.
         
     | 
| 
       1740 
1798 
     | 
    
         
             
                #     The default path is the file system root directory. The paths you
         
     | 
| 
       1741 
1799 
     | 
    
         
             
                #     provide need to be relative to the mount point of the file system.
         
     | 
| 
         @@ -1744,10 +1802,22 @@ module Aws::FSx 
     | 
|
| 
       1744 
1802 
     | 
    
         
             
                #     provide is `path1`.
         
     | 
| 
       1745 
1803 
     | 
    
         
             
                #
         
     | 
| 
       1746 
1804 
     | 
    
         
             
                #   * For import tasks, the list contains paths in the Amazon S3 bucket
         
     | 
| 
       1747 
     | 
    
         
            -
                #     from which POSIX metadata changes are imported to the  
     | 
| 
      
 1805 
     | 
    
         
            +
                #     from which POSIX metadata changes are imported to the FSx for Lustre
         
     | 
| 
       1748 
1806 
     | 
    
         
             
                #     file system. The path can be an S3 bucket or prefix in the format
         
     | 
| 
       1749 
1807 
     | 
    
         
             
                #     `s3://myBucket/myPrefix` (where `myPrefix` is optional).
         
     | 
| 
       1750 
1808 
     | 
    
         
             
                #
         
     | 
| 
      
 1809 
     | 
    
         
            +
                #   * For release tasks, the list contains directory or file paths on the
         
     | 
| 
      
 1810 
     | 
    
         
            +
                #     FSx for Lustre file system from which to release archived files. If
         
     | 
| 
      
 1811 
     | 
    
         
            +
                #     a directory is specified, files within the directory are released.
         
     | 
| 
      
 1812 
     | 
    
         
            +
                #     If a file path is specified, only that file is released. To release
         
     | 
| 
      
 1813 
     | 
    
         
            +
                #     all archived files in the file system, specify a forward slash (/)
         
     | 
| 
      
 1814 
     | 
    
         
            +
                #     as the path.
         
     | 
| 
      
 1815 
     | 
    
         
            +
                #
         
     | 
| 
      
 1816 
     | 
    
         
            +
                #     <note markdown="1"> A file must also meet the last accessed time criteria specified in
         
     | 
| 
      
 1817 
     | 
    
         
            +
                #     for the file to be released.
         
     | 
| 
      
 1818 
     | 
    
         
            +
                #
         
     | 
| 
      
 1819 
     | 
    
         
            +
                #      </note>
         
     | 
| 
      
 1820 
     | 
    
         
            +
                #
         
     | 
| 
       1751 
1821 
     | 
    
         
             
                # @option params [required, String] :file_system_id
         
     | 
| 
       1752 
1822 
     | 
    
         
             
                #   The globally unique ID of the file system, assigned by Amazon FSx.
         
     | 
| 
       1753 
1823 
     | 
    
         
             
                #
         
     | 
| 
         @@ -1779,6 +1849,10 @@ module Aws::FSx 
     | 
|
| 
       1779 
1849 
     | 
    
         
             
                #   Cache `AUTO_RELEASE_DATA` task that automatically releases files from
         
     | 
| 
       1780 
1850 
     | 
    
         
             
                #   the cache.
         
     | 
| 
       1781 
1851 
     | 
    
         
             
                #
         
     | 
| 
      
 1852 
     | 
    
         
            +
                # @option params [Types::ReleaseConfiguration] :release_configuration
         
     | 
| 
      
 1853 
     | 
    
         
            +
                #   The configuration that specifies the last accessed time criteria for
         
     | 
| 
      
 1854 
     | 
    
         
            +
                #   files that will be released from an Amazon FSx for Lustre file system.
         
     | 
| 
      
 1855 
     | 
    
         
            +
                #
         
     | 
| 
       1782 
1856 
     | 
    
         
             
                # @return [Types::CreateDataRepositoryTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       1783 
1857 
     | 
    
         
             
                #
         
     | 
| 
       1784 
1858 
     | 
    
         
             
                #   * {Types::CreateDataRepositoryTaskResponse#data_repository_task #data_repository_task} => Types::DataRepositoryTask
         
     | 
| 
         @@ -1803,6 +1877,12 @@ module Aws::FSx 
     | 
|
| 
       1803 
1877 
     | 
    
         
             
                #       },
         
     | 
| 
       1804 
1878 
     | 
    
         
             
                #     ],
         
     | 
| 
       1805 
1879 
     | 
    
         
             
                #     capacity_to_release: 1,
         
     | 
| 
      
 1880 
     | 
    
         
            +
                #     release_configuration: {
         
     | 
| 
      
 1881 
     | 
    
         
            +
                #       duration_since_last_access: {
         
     | 
| 
      
 1882 
     | 
    
         
            +
                #         unit: "DAYS", # accepts DAYS
         
     | 
| 
      
 1883 
     | 
    
         
            +
                #         value: 1,
         
     | 
| 
      
 1884 
     | 
    
         
            +
                #       },
         
     | 
| 
      
 1885 
     | 
    
         
            +
                #     },
         
     | 
| 
       1806 
1886 
     | 
    
         
             
                #   })
         
     | 
| 
       1807 
1887 
     | 
    
         
             
                #
         
     | 
| 
       1808 
1888 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
         @@ -1832,6 +1912,8 @@ module Aws::FSx 
     | 
|
| 
       1832 
1912 
     | 
    
         
             
                #   resp.data_repository_task.report.scope #=> String, one of "FAILED_FILES_ONLY"
         
     | 
| 
       1833 
1913 
     | 
    
         
             
                #   resp.data_repository_task.capacity_to_release #=> Integer
         
     | 
| 
       1834 
1914 
     | 
    
         
             
                #   resp.data_repository_task.file_cache_id #=> String
         
     | 
| 
      
 1915 
     | 
    
         
            +
                #   resp.data_repository_task.release_configuration.duration_since_last_access.unit #=> String, one of "DAYS"
         
     | 
| 
      
 1916 
     | 
    
         
            +
                #   resp.data_repository_task.release_configuration.duration_since_last_access.value #=> Integer
         
     | 
| 
       1835 
1917 
     | 
    
         
             
                #
         
     | 
| 
       1836 
1918 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateDataRepositoryTask AWS API Documentation
         
     | 
| 
       1837 
1919 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2361,6 +2443,10 @@ module Aws::FSx 
     | 
|
| 
       2361 
2443 
     | 
    
         
             
                #         file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
         
     | 
| 
       2362 
2444 
     | 
    
         
             
                #         audit_log_destination: "GeneralARN",
         
     | 
| 
       2363 
2445 
     | 
    
         
             
                #       },
         
     | 
| 
      
 2446 
     | 
    
         
            +
                #       disk_iops_configuration: {
         
     | 
| 
      
 2447 
     | 
    
         
            +
                #         mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
         
     | 
| 
      
 2448 
     | 
    
         
            +
                #         iops: 1,
         
     | 
| 
      
 2449 
     | 
    
         
            +
                #       },
         
     | 
| 
       2364 
2450 
     | 
    
         
             
                #     },
         
     | 
| 
       2365 
2451 
     | 
    
         
             
                #     lustre_configuration: {
         
     | 
| 
       2366 
2452 
     | 
    
         
             
                #       weekly_maintenance_start_time: "WeeklyTime",
         
     | 
| 
         @@ -2405,7 +2491,7 @@ module Aws::FSx 
     | 
|
| 
       2405 
2491 
     | 
    
         
             
                #       copy_tags_to_backups: false,
         
     | 
| 
       2406 
2492 
     | 
    
         
             
                #       copy_tags_to_volumes: false,
         
     | 
| 
       2407 
2493 
     | 
    
         
             
                #       daily_automatic_backup_start_time: "DailyTime",
         
     | 
| 
       2408 
     | 
    
         
            -
                #       deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
         
     | 
| 
      
 2494 
     | 
    
         
            +
                #       deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2, MULTI_AZ_1
         
     | 
| 
       2409 
2495 
     | 
    
         
             
                #       throughput_capacity: 1, # required
         
     | 
| 
       2410 
2496 
     | 
    
         
             
                #       weekly_maintenance_start_time: "WeeklyTime",
         
     | 
| 
       2411 
2497 
     | 
    
         
             
                #       disk_iops_configuration: {
         
     | 
| 
         @@ -2435,6 +2521,9 @@ module Aws::FSx 
     | 
|
| 
       2435 
2521 
     | 
    
         
             
                #         copy_tags_to_snapshots: false,
         
     | 
| 
       2436 
2522 
     | 
    
         
             
                #         read_only: false,
         
     | 
| 
       2437 
2523 
     | 
    
         
             
                #       },
         
     | 
| 
      
 2524 
     | 
    
         
            +
                #       preferred_subnet_id: "SubnetId",
         
     | 
| 
      
 2525 
     | 
    
         
            +
                #       endpoint_ip_address_range: "IpAddressRange",
         
     | 
| 
      
 2526 
     | 
    
         
            +
                #       route_table_ids: ["RouteTableId"],
         
     | 
| 
       2438 
2527 
     | 
    
         
             
                #     },
         
     | 
| 
       2439 
2528 
     | 
    
         
             
                #   })
         
     | 
| 
       2440 
2529 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2483,6 +2572,8 @@ module Aws::FSx 
     | 
|
| 
       2483 
2572 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       2484 
2573 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       2485 
2574 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 2575 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 2576 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       2486 
2577 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       2487 
2578 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       2488 
2579 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -2504,7 +2595,7 @@ module Aws::FSx 
     | 
|
| 
       2504 
2595 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       2505 
2596 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       2506 
2597 
     | 
    
         
             
                #   resp.file_system.administrative_actions #=> Array
         
     | 
| 
       2507 
     | 
    
         
            -
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 2598 
     | 
    
         
            +
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       2508 
2599 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       2509 
2600 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].request_time #=> Time
         
     | 
| 
       2510 
2601 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -2603,12 +2694,17 @@ module Aws::FSx 
     | 
|
| 
       2603 
2694 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       2604 
2695 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       2605 
2696 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       2606 
     | 
    
         
            -
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 2697 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       2607 
2698 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       2608 
2699 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       2609 
2700 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       2610 
2701 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       2611 
2702 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 2703 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 2704 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 2705 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 2706 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 2707 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       2612 
2708 
     | 
    
         
             
                #
         
     | 
| 
       2613 
2709 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
         
     | 
| 
       2614 
2710 
     | 
    
         
             
                #
         
     | 
| 
         @@ -2883,6 +2979,10 @@ module Aws::FSx 
     | 
|
| 
       2883 
2979 
     | 
    
         
             
                #         file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
         
     | 
| 
       2884 
2980 
     | 
    
         
             
                #         audit_log_destination: "GeneralARN",
         
     | 
| 
       2885 
2981 
     | 
    
         
             
                #       },
         
     | 
| 
      
 2982 
     | 
    
         
            +
                #       disk_iops_configuration: {
         
     | 
| 
      
 2983 
     | 
    
         
            +
                #         mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
         
     | 
| 
      
 2984 
     | 
    
         
            +
                #         iops: 1,
         
     | 
| 
      
 2985 
     | 
    
         
            +
                #       },
         
     | 
| 
       2886 
2986 
     | 
    
         
             
                #     },
         
     | 
| 
       2887 
2987 
     | 
    
         
             
                #     lustre_configuration: {
         
     | 
| 
       2888 
2988 
     | 
    
         
             
                #       weekly_maintenance_start_time: "WeeklyTime",
         
     | 
| 
         @@ -2914,7 +3014,7 @@ module Aws::FSx 
     | 
|
| 
       2914 
3014 
     | 
    
         
             
                #       copy_tags_to_backups: false,
         
     | 
| 
       2915 
3015 
     | 
    
         
             
                #       copy_tags_to_volumes: false,
         
     | 
| 
       2916 
3016 
     | 
    
         
             
                #       daily_automatic_backup_start_time: "DailyTime",
         
     | 
| 
       2917 
     | 
    
         
            -
                #       deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
         
     | 
| 
      
 3017 
     | 
    
         
            +
                #       deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2, MULTI_AZ_1
         
     | 
| 
       2918 
3018 
     | 
    
         
             
                #       throughput_capacity: 1, # required
         
     | 
| 
       2919 
3019 
     | 
    
         
             
                #       weekly_maintenance_start_time: "WeeklyTime",
         
     | 
| 
       2920 
3020 
     | 
    
         
             
                #       disk_iops_configuration: {
         
     | 
| 
         @@ -2944,6 +3044,9 @@ module Aws::FSx 
     | 
|
| 
       2944 
3044 
     | 
    
         
             
                #         copy_tags_to_snapshots: false,
         
     | 
| 
       2945 
3045 
     | 
    
         
             
                #         read_only: false,
         
     | 
| 
       2946 
3046 
     | 
    
         
             
                #       },
         
     | 
| 
      
 3047 
     | 
    
         
            +
                #       preferred_subnet_id: "SubnetId",
         
     | 
| 
      
 3048 
     | 
    
         
            +
                #       endpoint_ip_address_range: "IpAddressRange",
         
     | 
| 
      
 3049 
     | 
    
         
            +
                #       route_table_ids: ["RouteTableId"],
         
     | 
| 
       2947 
3050 
     | 
    
         
             
                #     },
         
     | 
| 
       2948 
3051 
     | 
    
         
             
                #     storage_capacity: 1,
         
     | 
| 
       2949 
3052 
     | 
    
         
             
                #   })
         
     | 
| 
         @@ -2993,6 +3096,8 @@ module Aws::FSx 
     | 
|
| 
       2993 
3096 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       2994 
3097 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       2995 
3098 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 3099 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 3100 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       2996 
3101 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       2997 
3102 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       2998 
3103 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -3014,7 +3119,7 @@ module Aws::FSx 
     | 
|
| 
       3014 
3119 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       3015 
3120 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       3016 
3121 
     | 
    
         
             
                #   resp.file_system.administrative_actions #=> Array
         
     | 
| 
       3017 
     | 
    
         
            -
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 3122 
     | 
    
         
            +
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       3018 
3123 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       3019 
3124 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].request_time #=> Time
         
     | 
| 
       3020 
3125 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -3113,12 +3218,17 @@ module Aws::FSx 
     | 
|
| 
       3113 
3218 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       3114 
3219 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       3115 
3220 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       3116 
     | 
    
         
            -
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 3221 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       3117 
3222 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       3118 
3223 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       3119 
3224 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       3120 
3225 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       3121 
3226 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 3227 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 3228 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 3229 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 3230 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 3231 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       3122 
3232 
     | 
    
         
             
                #
         
     | 
| 
       3123 
3233 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
         
     | 
| 
       3124 
3234 
     | 
    
         
             
                #
         
     | 
| 
         @@ -3210,7 +3320,7 @@ module Aws::FSx 
     | 
|
| 
       3210 
3320 
     | 
    
         
             
                #   resp.snapshot.tags[0].key #=> String
         
     | 
| 
       3211 
3321 
     | 
    
         
             
                #   resp.snapshot.tags[0].value #=> String
         
     | 
| 
       3212 
3322 
     | 
    
         
             
                #   resp.snapshot.administrative_actions #=> Array
         
     | 
| 
       3213 
     | 
    
         
            -
                #   resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 3323 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       3214 
3324 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       3215 
3325 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].request_time #=> Time
         
     | 
| 
       3216 
3326 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -3257,6 +3367,8 @@ module Aws::FSx 
     | 
|
| 
       3257 
3367 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       3258 
3368 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       3259 
3369 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 3370 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 3371 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       3260 
3372 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       3261 
3373 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       3262 
3374 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -3301,12 +3413,17 @@ module Aws::FSx 
     | 
|
| 
       3301 
3413 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       3302 
3414 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       3303 
3415 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       3304 
     | 
    
         
            -
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 3416 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       3305 
3417 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       3306 
3418 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       3307 
3419 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       3308 
3420 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       3309 
3421 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 3422 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 3423 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 3424 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 3425 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 3426 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       3310 
3427 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       3311 
3428 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
         
     | 
| 
       3312 
3429 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
         
     | 
| 
         @@ -3652,7 +3769,7 @@ module Aws::FSx 
     | 
|
| 
       3652 
3769 
     | 
    
         
             
                #   resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
         
     | 
| 
       3653 
3770 
     | 
    
         
             
                #   resp.volume.lifecycle_transition_reason.message #=> String
         
     | 
| 
       3654 
3771 
     | 
    
         
             
                #   resp.volume.administrative_actions #=> Array
         
     | 
| 
       3655 
     | 
    
         
            -
                #   resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 3772 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       3656 
3773 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       3657 
3774 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].request_time #=> Time
         
     | 
| 
       3658 
3775 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -3699,6 +3816,8 @@ module Aws::FSx 
     | 
|
| 
       3699 
3816 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       3700 
3817 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       3701 
3818 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 3819 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 3820 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       3702 
3821 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       3703 
3822 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       3704 
3823 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -3743,12 +3862,17 @@ module Aws::FSx 
     | 
|
| 
       3743 
3862 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       3744 
3863 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       3745 
3864 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       3746 
     | 
    
         
            -
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 3865 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       3747 
3866 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       3748 
3867 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       3749 
3868 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       3750 
3869 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       3751 
3870 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 3871 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 3872 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 3873 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 3874 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 3875 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       3752 
3876 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       3753 
3877 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
         
     | 
| 
       3754 
3878 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
         
     | 
| 
         @@ -3914,7 +4038,7 @@ module Aws::FSx 
     | 
|
| 
       3914 
4038 
     | 
    
         
             
                #   resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
         
     | 
| 
       3915 
4039 
     | 
    
         
             
                #   resp.volume.lifecycle_transition_reason.message #=> String
         
     | 
| 
       3916 
4040 
     | 
    
         
             
                #   resp.volume.administrative_actions #=> Array
         
     | 
| 
       3917 
     | 
    
         
            -
                #   resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 4041 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       3918 
4042 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       3919 
4043 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].request_time #=> Time
         
     | 
| 
       3920 
4044 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -3961,6 +4085,8 @@ module Aws::FSx 
     | 
|
| 
       3961 
4085 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       3962 
4086 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       3963 
4087 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 4088 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 4089 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       3964 
4090 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       3965 
4091 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       3966 
4092 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -4005,12 +4131,17 @@ module Aws::FSx 
     | 
|
| 
       4005 
4131 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       4006 
4132 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       4007 
4133 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       4008 
     | 
    
         
            -
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 4134 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       4009 
4135 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       4010 
4136 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       4011 
4137 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       4012 
4138 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       4013 
4139 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 4140 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 4141 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 4142 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 4143 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 4144 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       4014 
4145 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       4015 
4146 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
         
     | 
| 
       4016 
4147 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
         
     | 
| 
         @@ -4684,6 +4815,8 @@ module Aws::FSx 
     | 
|
| 
       4684 
4815 
     | 
    
         
             
                #   resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       4685 
4816 
     | 
    
         
             
                #   resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       4686 
4817 
     | 
    
         
             
                #   resp.backups[0].file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 4818 
     | 
    
         
            +
                #   resp.backups[0].file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 4819 
     | 
    
         
            +
                #   resp.backups[0].file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       4687 
4820 
     | 
    
         
             
                #   resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       4688 
4821 
     | 
    
         
             
                #   resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       4689 
4822 
     | 
    
         
             
                #   resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -4705,7 +4838,7 @@ module Aws::FSx 
     | 
|
| 
       4705 
4838 
     | 
    
         
             
                #   resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       4706 
4839 
     | 
    
         
             
                #   resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       4707 
4840 
     | 
    
         
             
                #   resp.backups[0].file_system.administrative_actions #=> Array
         
     | 
| 
       4708 
     | 
    
         
            -
                #   resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 4841 
     | 
    
         
            +
                #   resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       4709 
4842 
     | 
    
         
             
                #   resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       4710 
4843 
     | 
    
         
             
                #   resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
         
     | 
| 
       4711 
4844 
     | 
    
         
             
                #   resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -4804,12 +4937,17 @@ module Aws::FSx 
     | 
|
| 
       4804 
4937 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       4805 
4938 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       4806 
4939 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       4807 
     | 
    
         
            -
                #   resp.backups[0].file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 4940 
     | 
    
         
            +
                #   resp.backups[0].file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       4808 
4941 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       4809 
4942 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       4810 
4943 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       4811 
4944 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       4812 
4945 
     | 
    
         
             
                #   resp.backups[0].file_system.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 4946 
     | 
    
         
            +
                #   resp.backups[0].file_system.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 4947 
     | 
    
         
            +
                #   resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 4948 
     | 
    
         
            +
                #   resp.backups[0].file_system.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 4949 
     | 
    
         
            +
                #   resp.backups[0].file_system.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 4950 
     | 
    
         
            +
                #   resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       4813 
4951 
     | 
    
         
             
                #   resp.backups[0].directory_information.domain_name #=> String
         
     | 
| 
       4814 
4952 
     | 
    
         
             
                #   resp.backups[0].directory_information.active_directory_id #=> String
         
     | 
| 
       4815 
4953 
     | 
    
         
             
                #   resp.backups[0].directory_information.resource_arn #=> String
         
     | 
| 
         @@ -4854,7 +4992,7 @@ module Aws::FSx 
     | 
|
| 
       4854 
4992 
     | 
    
         
             
                #   resp.backups[0].volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
         
     | 
| 
       4855 
4993 
     | 
    
         
             
                #   resp.backups[0].volume.lifecycle_transition_reason.message #=> String
         
     | 
| 
       4856 
4994 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions #=> Array
         
     | 
| 
       4857 
     | 
    
         
            -
                #   resp.backups[0].volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 4995 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       4858 
4996 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       4859 
4997 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].request_time #=> Time
         
     | 
| 
       4860 
4998 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -4901,6 +5039,8 @@ module Aws::FSx 
     | 
|
| 
       4901 
5039 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       4902 
5040 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       4903 
5041 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 5042 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 5043 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       4904 
5044 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       4905 
5045 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       4906 
5046 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -4945,12 +5085,17 @@ module Aws::FSx 
     | 
|
| 
       4945 
5085 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       4946 
5086 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       4947 
5087 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       4948 
     | 
    
         
            -
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 5088 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       4949 
5089 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       4950 
5090 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       4951 
5091 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       4952 
5092 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       4953 
5093 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 5094 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 5095 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 5096 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 5097 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 5098 
     | 
    
         
            +
                #   resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       4954 
5099 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       4955 
5100 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_volume_values #=> Types::Volume
         
     | 
| 
       4956 
5101 
     | 
    
         
             
                #   resp.backups[0].volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
         
     | 
| 
         @@ -5184,6 +5329,8 @@ module Aws::FSx 
     | 
|
| 
       5184 
5329 
     | 
    
         
             
                #   resp.data_repository_tasks[0].report.scope #=> String, one of "FAILED_FILES_ONLY"
         
     | 
| 
       5185 
5330 
     | 
    
         
             
                #   resp.data_repository_tasks[0].capacity_to_release #=> Integer
         
     | 
| 
       5186 
5331 
     | 
    
         
             
                #   resp.data_repository_tasks[0].file_cache_id #=> String
         
     | 
| 
      
 5332 
     | 
    
         
            +
                #   resp.data_repository_tasks[0].release_configuration.duration_since_last_access.unit #=> String, one of "DAYS"
         
     | 
| 
      
 5333 
     | 
    
         
            +
                #   resp.data_repository_tasks[0].release_configuration.duration_since_last_access.value #=> Integer
         
     | 
| 
       5187 
5334 
     | 
    
         
             
                #   resp.next_token #=> String
         
     | 
| 
       5188 
5335 
     | 
    
         
             
                #
         
     | 
| 
       5189 
5336 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeDataRepositoryTasks AWS API Documentation
         
     | 
| 
         @@ -5503,6 +5650,8 @@ module Aws::FSx 
     | 
|
| 
       5503 
5650 
     | 
    
         
             
                #   resp.file_systems[0].windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       5504 
5651 
     | 
    
         
             
                #   resp.file_systems[0].windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       5505 
5652 
     | 
    
         
             
                #   resp.file_systems[0].windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 5653 
     | 
    
         
            +
                #   resp.file_systems[0].windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 5654 
     | 
    
         
            +
                #   resp.file_systems[0].windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       5506 
5655 
     | 
    
         
             
                #   resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       5507 
5656 
     | 
    
         
             
                #   resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       5508 
5657 
     | 
    
         
             
                #   resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -5524,7 +5673,7 @@ module Aws::FSx 
     | 
|
| 
       5524 
5673 
     | 
    
         
             
                #   resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       5525 
5674 
     | 
    
         
             
                #   resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       5526 
5675 
     | 
    
         
             
                #   resp.file_systems[0].administrative_actions #=> Array
         
     | 
| 
       5527 
     | 
    
         
            -
                #   resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 5676 
     | 
    
         
            +
                #   resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       5528 
5677 
     | 
    
         
             
                #   resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       5529 
5678 
     | 
    
         
             
                #   resp.file_systems[0].administrative_actions[0].request_time #=> Time
         
     | 
| 
       5530 
5679 
     | 
    
         
             
                #   resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -5623,12 +5772,17 @@ module Aws::FSx 
     | 
|
| 
       5623 
5772 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       5624 
5773 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       5625 
5774 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       5626 
     | 
    
         
            -
                #   resp.file_systems[0].open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 5775 
     | 
    
         
            +
                #   resp.file_systems[0].open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       5627 
5776 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       5628 
5777 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       5629 
5778 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       5630 
5779 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       5631 
5780 
     | 
    
         
             
                #   resp.file_systems[0].open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 5781 
     | 
    
         
            +
                #   resp.file_systems[0].open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 5782 
     | 
    
         
            +
                #   resp.file_systems[0].open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 5783 
     | 
    
         
            +
                #   resp.file_systems[0].open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 5784 
     | 
    
         
            +
                #   resp.file_systems[0].open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 5785 
     | 
    
         
            +
                #   resp.file_systems[0].open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       5632 
5786 
     | 
    
         
             
                #   resp.next_token #=> String
         
     | 
| 
       5633 
5787 
     | 
    
         
             
                #
         
     | 
| 
       5634 
5788 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
         
     | 
| 
         @@ -5721,7 +5875,7 @@ module Aws::FSx 
     | 
|
| 
       5721 
5875 
     | 
    
         
             
                #   resp.snapshots[0].tags[0].key #=> String
         
     | 
| 
       5722 
5876 
     | 
    
         
             
                #   resp.snapshots[0].tags[0].value #=> String
         
     | 
| 
       5723 
5877 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions #=> Array
         
     | 
| 
       5724 
     | 
    
         
            -
                #   resp.snapshots[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 5878 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       5725 
5879 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       5726 
5880 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].request_time #=> Time
         
     | 
| 
       5727 
5881 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -5768,6 +5922,8 @@ module Aws::FSx 
     | 
|
| 
       5768 
5922 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       5769 
5923 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       5770 
5924 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 5925 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 5926 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       5771 
5927 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       5772 
5928 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       5773 
5929 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -5812,12 +5968,17 @@ module Aws::FSx 
     | 
|
| 
       5812 
5968 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       5813 
5969 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       5814 
5970 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       5815 
     | 
    
         
            -
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 5971 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       5816 
5972 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       5817 
5973 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       5818 
5974 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       5819 
5975 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       5820 
5976 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 5977 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 5978 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 5979 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 5980 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 5981 
     | 
    
         
            +
                #   resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       5821 
5982 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       5822 
5983 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_volume_values.creation_time #=> Time
         
     | 
| 
       5823 
5984 
     | 
    
         
             
                #   resp.snapshots[0].administrative_actions[0].target_volume_values.file_system_id #=> String
         
     | 
| 
         @@ -6057,7 +6218,7 @@ module Aws::FSx 
     | 
|
| 
       6057 
6218 
     | 
    
         
             
                #   resp.volumes[0].volume_type #=> String, one of "ONTAP", "OPENZFS"
         
     | 
| 
       6058 
6219 
     | 
    
         
             
                #   resp.volumes[0].lifecycle_transition_reason.message #=> String
         
     | 
| 
       6059 
6220 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions #=> Array
         
     | 
| 
       6060 
     | 
    
         
            -
                #   resp.volumes[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 6221 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       6061 
6222 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       6062 
6223 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].request_time #=> Time
         
     | 
| 
       6063 
6224 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -6104,6 +6265,8 @@ module Aws::FSx 
     | 
|
| 
       6104 
6265 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       6105 
6266 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       6106 
6267 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 6268 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 6269 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       6107 
6270 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       6108 
6271 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       6109 
6272 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -6148,12 +6311,17 @@ module Aws::FSx 
     | 
|
| 
       6148 
6311 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       6149 
6312 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       6150 
6313 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       6151 
     | 
    
         
            -
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 6314 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       6152 
6315 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       6153 
6316 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       6154 
6317 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       6155 
6318 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       6156 
6319 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 6320 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 6321 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 6322 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 6323 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 6324 
     | 
    
         
            +
                #   resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       6157 
6325 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       6158 
6326 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_volume_values #=> Types::Volume
         
     | 
| 
       6159 
6327 
     | 
    
         
             
                #   resp.volumes[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
         
     | 
| 
         @@ -6417,6 +6585,8 @@ module Aws::FSx 
     | 
|
| 
       6417 
6585 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       6418 
6586 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       6419 
6587 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 6588 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 6589 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       6420 
6590 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       6421 
6591 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       6422 
6592 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -6438,7 +6608,7 @@ module Aws::FSx 
     | 
|
| 
       6438 
6608 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       6439 
6609 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       6440 
6610 
     | 
    
         
             
                #   resp.file_system.administrative_actions #=> Array
         
     | 
| 
       6441 
     | 
    
         
            -
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 6611 
     | 
    
         
            +
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       6442 
6612 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       6443 
6613 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].request_time #=> Time
         
     | 
| 
       6444 
6614 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -6537,12 +6707,17 @@ module Aws::FSx 
     | 
|
| 
       6537 
6707 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       6538 
6708 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       6539 
6709 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       6540 
     | 
    
         
            -
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 6710 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       6541 
6711 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       6542 
6712 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       6543 
6713 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       6544 
6714 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       6545 
6715 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 6716 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 6717 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 6718 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 6719 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 6720 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       6546 
6721 
     | 
    
         
             
                #
         
     | 
| 
       6547 
6722 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ReleaseFileSystemNfsV3Locks AWS API Documentation
         
     | 
| 
       6548 
6723 
     | 
    
         
             
                #
         
     | 
| 
         @@ -6605,7 +6780,7 @@ module Aws::FSx 
     | 
|
| 
       6605 
6780 
     | 
    
         
             
                #   resp.volume_id #=> String
         
     | 
| 
       6606 
6781 
     | 
    
         
             
                #   resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
         
     | 
| 
       6607 
6782 
     | 
    
         
             
                #   resp.administrative_actions #=> Array
         
     | 
| 
       6608 
     | 
    
         
            -
                #   resp.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 6783 
     | 
    
         
            +
                #   resp.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       6609 
6784 
     | 
    
         
             
                #   resp.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       6610 
6785 
     | 
    
         
             
                #   resp.administrative_actions[0].request_time #=> Time
         
     | 
| 
       6611 
6786 
     | 
    
         
             
                #   resp.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -6652,6 +6827,8 @@ module Aws::FSx 
     | 
|
| 
       6652 
6827 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       6653 
6828 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       6654 
6829 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 6830 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 6831 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       6655 
6832 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       6656 
6833 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       6657 
6834 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -6696,12 +6873,17 @@ module Aws::FSx 
     | 
|
| 
       6696 
6873 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       6697 
6874 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       6698 
6875 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       6699 
     | 
    
         
            -
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 6876 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       6700 
6877 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       6701 
6878 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       6702 
6879 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       6703 
6880 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       6704 
6881 
     | 
    
         
             
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 6882 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 6883 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 6884 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 6885 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 6886 
     | 
    
         
            +
                #   resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       6705 
6887 
     | 
    
         
             
                #   resp.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       6706 
6888 
     | 
    
         
             
                #   resp.administrative_actions[0].target_volume_values.creation_time #=> Time
         
     | 
| 
       6707 
6889 
     | 
    
         
             
                #   resp.administrative_actions[0].target_volume_values.file_system_id #=> String
         
     | 
| 
         @@ -7049,8 +7231,12 @@ module Aws::FSx 
     | 
|
| 
       7049 
7231 
     | 
    
         
             
                #
         
     | 
| 
       7050 
7232 
     | 
    
         
             
                # * `StorageCapacity`
         
     | 
| 
       7051 
7233 
     | 
    
         
             
                #
         
     | 
| 
      
 7234 
     | 
    
         
            +
                # * `StorageType`
         
     | 
| 
      
 7235 
     | 
    
         
            +
                #
         
     | 
| 
       7052 
7236 
     | 
    
         
             
                # * `ThroughputCapacity`
         
     | 
| 
       7053 
7237 
     | 
    
         
             
                #
         
     | 
| 
      
 7238 
     | 
    
         
            +
                # * `DiskIopsConfiguration`
         
     | 
| 
      
 7239 
     | 
    
         
            +
                #
         
     | 
| 
       7054 
7240 
     | 
    
         
             
                # * `WeeklyMaintenanceStartTime`
         
     | 
| 
       7055 
7241 
     | 
    
         
             
                #
         
     | 
| 
       7056 
7242 
     | 
    
         
             
                # For FSx for Lustre file systems, you can update the following
         
     | 
| 
         @@ -7192,6 +7378,9 @@ module Aws::FSx 
     | 
|
| 
       7192 
7378 
     | 
    
         
             
                # @option params [Types::UpdateFileSystemOpenZFSConfiguration] :open_zfs_configuration
         
     | 
| 
       7193 
7379 
     | 
    
         
             
                #   The configuration updates for an FSx for OpenZFS file system.
         
     | 
| 
       7194 
7380 
     | 
    
         
             
                #
         
     | 
| 
      
 7381 
     | 
    
         
            +
                # @option params [String] :storage_type
         
     | 
| 
      
 7382 
     | 
    
         
            +
                #   Specifies the file system's storage type.
         
     | 
| 
      
 7383 
     | 
    
         
            +
                #
         
     | 
| 
       7195 
7384 
     | 
    
         
             
                # @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
         
     | 
| 
       7196 
7385 
     | 
    
         
             
                #
         
     | 
| 
       7197 
7386 
     | 
    
         
             
                #   * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
         
     | 
| 
         @@ -7264,6 +7453,10 @@ module Aws::FSx 
     | 
|
| 
       7264 
7453 
     | 
    
         
             
                #         file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
         
     | 
| 
       7265 
7454 
     | 
    
         
             
                #         audit_log_destination: "GeneralARN",
         
     | 
| 
       7266 
7455 
     | 
    
         
             
                #       },
         
     | 
| 
      
 7456 
     | 
    
         
            +
                #       disk_iops_configuration: {
         
     | 
| 
      
 7457 
     | 
    
         
            +
                #         mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
         
     | 
| 
      
 7458 
     | 
    
         
            +
                #         iops: 1,
         
     | 
| 
      
 7459 
     | 
    
         
            +
                #       },
         
     | 
| 
       7267 
7460 
     | 
    
         
             
                #     },
         
     | 
| 
       7268 
7461 
     | 
    
         
             
                #     lustre_configuration: {
         
     | 
| 
       7269 
7462 
     | 
    
         
             
                #       weekly_maintenance_start_time: "WeeklyTime",
         
     | 
| 
         @@ -7304,7 +7497,10 @@ module Aws::FSx 
     | 
|
| 
       7304 
7497 
     | 
    
         
             
                #         mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
         
     | 
| 
       7305 
7498 
     | 
    
         
             
                #         iops: 1,
         
     | 
| 
       7306 
7499 
     | 
    
         
             
                #       },
         
     | 
| 
      
 7500 
     | 
    
         
            +
                #       add_route_table_ids: ["RouteTableId"],
         
     | 
| 
      
 7501 
     | 
    
         
            +
                #       remove_route_table_ids: ["RouteTableId"],
         
     | 
| 
       7307 
7502 
     | 
    
         
             
                #     },
         
     | 
| 
      
 7503 
     | 
    
         
            +
                #     storage_type: "SSD", # accepts SSD, HDD
         
     | 
| 
       7308 
7504 
     | 
    
         
             
                #   })
         
     | 
| 
       7309 
7505 
     | 
    
         
             
                #
         
     | 
| 
       7310 
7506 
     | 
    
         
             
                # @example Response structure
         
     | 
| 
         @@ -7352,6 +7548,8 @@ module Aws::FSx 
     | 
|
| 
       7352 
7548 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       7353 
7549 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       7354 
7550 
     | 
    
         
             
                #   resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 7551 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 7552 
     | 
    
         
            +
                #   resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       7355 
7553 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       7356 
7554 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       7357 
7555 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -7373,7 +7571,7 @@ module Aws::FSx 
     | 
|
| 
       7373 
7571 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
         
     | 
| 
       7374 
7572 
     | 
    
         
             
                #   resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
         
     | 
| 
       7375 
7573 
     | 
    
         
             
                #   resp.file_system.administrative_actions #=> Array
         
     | 
| 
       7376 
     | 
    
         
            -
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 7574 
     | 
    
         
            +
                #   resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       7377 
7575 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       7378 
7576 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].request_time #=> Time
         
     | 
| 
       7379 
7577 
     | 
    
         
             
                #   resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -7472,12 +7670,17 @@ module Aws::FSx 
     | 
|
| 
       7472 
7670 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       7473 
7671 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       7474 
7672 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       7475 
     | 
    
         
            -
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 7673 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       7476 
7674 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       7477 
7675 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       7478 
7676 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       7479 
7677 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       7480 
7678 
     | 
    
         
             
                #   resp.file_system.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 7679 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 7680 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 7681 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 7682 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 7683 
     | 
    
         
            +
                #   resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       7481 
7684 
     | 
    
         
             
                #
         
     | 
| 
       7482 
7685 
     | 
    
         
             
                # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
         
     | 
| 
       7483 
7686 
     | 
    
         
             
                #
         
     | 
| 
         @@ -7531,7 +7734,7 @@ module Aws::FSx 
     | 
|
| 
       7531 
7734 
     | 
    
         
             
                #   resp.snapshot.tags[0].key #=> String
         
     | 
| 
       7532 
7735 
     | 
    
         
             
                #   resp.snapshot.tags[0].value #=> String
         
     | 
| 
       7533 
7736 
     | 
    
         
             
                #   resp.snapshot.administrative_actions #=> Array
         
     | 
| 
       7534 
     | 
    
         
            -
                #   resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 7737 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       7535 
7738 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       7536 
7739 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].request_time #=> Time
         
     | 
| 
       7537 
7740 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -7578,6 +7781,8 @@ module Aws::FSx 
     | 
|
| 
       7578 
7781 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       7579 
7782 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       7580 
7783 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 7784 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 7785 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       7581 
7786 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       7582 
7787 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       7583 
7788 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -7622,12 +7827,17 @@ module Aws::FSx 
     | 
|
| 
       7622 
7827 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       7623 
7828 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       7624 
7829 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       7625 
     | 
    
         
            -
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 7830 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       7626 
7831 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       7627 
7832 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       7628 
7833 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       7629 
7834 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       7630 
7835 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 7836 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 7837 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 7838 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 7839 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 7840 
     | 
    
         
            +
                #   resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       7631 
7841 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       7632 
7842 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
         
     | 
| 
       7633 
7843 
     | 
    
         
             
                #   resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
         
     | 
| 
         @@ -7926,7 +8136,7 @@ module Aws::FSx 
     | 
|
| 
       7926 
8136 
     | 
    
         
             
                #   resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
         
     | 
| 
       7927 
8137 
     | 
    
         
             
                #   resp.volume.lifecycle_transition_reason.message #=> String
         
     | 
| 
       7928 
8138 
     | 
    
         
             
                #   resp.volume.administrative_actions #=> Array
         
     | 
| 
       7929 
     | 
    
         
            -
                #   resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
         
     | 
| 
      
 8139 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
         
     | 
| 
       7930 
8140 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].progress_percent #=> Integer
         
     | 
| 
       7931 
8141 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].request_time #=> Time
         
     | 
| 
       7932 
8142 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
         
     | 
| 
         @@ -7973,6 +8183,8 @@ module Aws::FSx 
     | 
|
| 
       7973 
8183 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       7974 
8184 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
         
     | 
| 
       7975 
8185 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
         
     | 
| 
      
 8186 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
      
 8187 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       7976 
8188 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       7977 
8189 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
         
     | 
| 
       7978 
8190 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
         
     | 
| 
         @@ -8017,12 +8229,17 @@ module Aws::FSx 
     | 
|
| 
       8017 
8229 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
         
     | 
| 
       8018 
8230 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
         
     | 
| 
       8019 
8231 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
         
     | 
| 
       8020 
     | 
    
         
            -
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
         
     | 
| 
      
 8232 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
         
     | 
| 
       8021 
8233 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
         
     | 
| 
       8022 
8234 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
         
     | 
| 
       8023 
8235 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
         
     | 
| 
       8024 
8236 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
         
     | 
| 
       8025 
8237 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
         
     | 
| 
      
 8238 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
         
     | 
| 
      
 8239 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
         
     | 
| 
      
 8240 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
         
     | 
| 
      
 8241 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
         
     | 
| 
      
 8242 
     | 
    
         
            +
                #   resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
         
     | 
| 
       8026 
8243 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].failure_details.message #=> String
         
     | 
| 
       8027 
8244 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
         
     | 
| 
       8028 
8245 
     | 
    
         
             
                #   resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
         
     | 
| 
         @@ -8081,7 +8298,7 @@ module Aws::FSx 
     | 
|
| 
       8081 
8298 
     | 
    
         
             
                    params: params,
         
     | 
| 
       8082 
8299 
     | 
    
         
             
                    config: config)
         
     | 
| 
       8083 
8300 
     | 
    
         
             
                  context[:gem_name] = 'aws-sdk-fsx'
         
     | 
| 
       8084 
     | 
    
         
            -
                  context[:gem_version] = '1. 
     | 
| 
      
 8301 
     | 
    
         
            +
                  context[:gem_version] = '1.74.0'
         
     | 
| 
       8085 
8302 
     | 
    
         
             
                  Seahorse::Client::Request.new(handlers, context)
         
     | 
| 
       8086 
8303 
     | 
    
         
             
                end
         
     | 
| 
       8087 
8304 
     | 
    
         |