aws-sdk-fsx 1.73.0 → 1.75.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +309 -68
- data/lib/aws-sdk-fsx/client_api.rb +26 -0
- data/lib/aws-sdk-fsx/types.rb +375 -102
- 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
|
@@ -1559,7 +1591,7 @@ module Aws::FSx
|
|
1559
1591
|
# data repository association is a link between a directory on the file
|
1560
1592
|
# system and an Amazon S3 bucket or prefix. You can have a maximum of 8
|
1561
1593
|
# data repository associations on a file system. Data repository
|
1562
|
-
# associations are supported on all FSx for Lustre 2.12 and
|
1594
|
+
# associations are supported on all FSx for Lustre 2.12 and 2.15 file
|
1563
1595
|
# systems, excluding `scratch_1` deployment type.
|
1564
1596
|
#
|
1565
1597
|
# Each data repository association must have a unique Amazon FSx file
|
@@ -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 exported 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 have been exported to a linked S3
|
1783
|
+
# bucket and that meet your 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 exported 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 exported 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 exported 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
|
#
|
@@ -2225,14 +2307,15 @@ module Aws::FSx
|
|
2225
2307
|
#
|
2226
2308
|
# @option params [String] :file_system_type_version
|
2227
2309
|
# (Optional) For FSx for Lustre file systems, sets the Lustre version
|
2228
|
-
# for the file system that you're creating. Valid values are `2.10
|
2229
|
-
# `2.12`:
|
2310
|
+
# for the file system that you're creating. Valid values are `2.10`,
|
2311
|
+
# `2.12`m and `2.15`:
|
2230
2312
|
#
|
2231
2313
|
# * 2\.10 is supported by the Scratch and Persistent\_1 Lustre deployment
|
2232
2314
|
# types.
|
2233
2315
|
#
|
2234
|
-
# * 2\.12
|
2235
|
-
# when setting FSx for Lustre `DeploymentType`
|
2316
|
+
# * 2\.12 and 2.15 are supported by all Lustre deployment types. `2.12`
|
2317
|
+
# or `2.15` is required when setting FSx for Lustre `DeploymentType`
|
2318
|
+
# to `PERSISTENT_2`.
|
2236
2319
|
#
|
2237
2320
|
# Default value = `2.10`, except when `DeploymentType` is set to
|
2238
2321
|
# `PERSISTENT_2`, then the default is `2.12`.
|
@@ -2361,6 +2444,10 @@ module Aws::FSx
|
|
2361
2444
|
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
2362
2445
|
# audit_log_destination: "GeneralARN",
|
2363
2446
|
# },
|
2447
|
+
# disk_iops_configuration: {
|
2448
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
2449
|
+
# iops: 1,
|
2450
|
+
# },
|
2364
2451
|
# },
|
2365
2452
|
# lustre_configuration: {
|
2366
2453
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -2405,7 +2492,7 @@ module Aws::FSx
|
|
2405
2492
|
# copy_tags_to_backups: false,
|
2406
2493
|
# copy_tags_to_volumes: false,
|
2407
2494
|
# daily_automatic_backup_start_time: "DailyTime",
|
2408
|
-
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
|
2495
|
+
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2, MULTI_AZ_1
|
2409
2496
|
# throughput_capacity: 1, # required
|
2410
2497
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2411
2498
|
# disk_iops_configuration: {
|
@@ -2435,6 +2522,9 @@ module Aws::FSx
|
|
2435
2522
|
# copy_tags_to_snapshots: false,
|
2436
2523
|
# read_only: false,
|
2437
2524
|
# },
|
2525
|
+
# preferred_subnet_id: "SubnetId",
|
2526
|
+
# endpoint_ip_address_range: "IpAddressRange",
|
2527
|
+
# route_table_ids: ["RouteTableId"],
|
2438
2528
|
# },
|
2439
2529
|
# })
|
2440
2530
|
#
|
@@ -2483,6 +2573,8 @@ module Aws::FSx
|
|
2483
2573
|
# 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
2574
|
# 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
2575
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
2576
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
2577
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
2486
2578
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
2487
2579
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
2488
2580
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -2504,7 +2596,7 @@ module Aws::FSx
|
|
2504
2596
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
2505
2597
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
2506
2598
|
# 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"
|
2599
|
+
# 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
2600
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2509
2601
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2510
2602
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2603,12 +2695,17 @@ module Aws::FSx
|
|
2603
2695
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
2604
2696
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
2605
2697
|
# 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"
|
2698
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
2607
2699
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
2608
2700
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
2609
2701
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
2610
2702
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
2611
2703
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
2704
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
2705
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
2706
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
2707
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
2708
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
2612
2709
|
#
|
2613
2710
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
|
2614
2711
|
#
|
@@ -2765,7 +2862,8 @@ module Aws::FSx
|
|
2765
2862
|
#
|
2766
2863
|
# @option params [String] :file_system_type_version
|
2767
2864
|
# Sets the version for the Amazon FSx for Lustre file system that
|
2768
|
-
# you're creating from a backup. Valid values are `2.10
|
2865
|
+
# you're creating from a backup. Valid values are `2.10`, `2.12`, and
|
2866
|
+
# `2.15`.
|
2769
2867
|
#
|
2770
2868
|
# You don't need to specify `FileSystemTypeVersion` because it will be
|
2771
2869
|
# applied using the backup's `FileSystemTypeVersion` setting. If you
|
@@ -2883,6 +2981,10 @@ module Aws::FSx
|
|
2883
2981
|
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
2884
2982
|
# audit_log_destination: "GeneralARN",
|
2885
2983
|
# },
|
2984
|
+
# disk_iops_configuration: {
|
2985
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
2986
|
+
# iops: 1,
|
2987
|
+
# },
|
2886
2988
|
# },
|
2887
2989
|
# lustre_configuration: {
|
2888
2990
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -2914,7 +3016,7 @@ module Aws::FSx
|
|
2914
3016
|
# copy_tags_to_backups: false,
|
2915
3017
|
# copy_tags_to_volumes: false,
|
2916
3018
|
# daily_automatic_backup_start_time: "DailyTime",
|
2917
|
-
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
|
3019
|
+
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2, MULTI_AZ_1
|
2918
3020
|
# throughput_capacity: 1, # required
|
2919
3021
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2920
3022
|
# disk_iops_configuration: {
|
@@ -2944,6 +3046,9 @@ module Aws::FSx
|
|
2944
3046
|
# copy_tags_to_snapshots: false,
|
2945
3047
|
# read_only: false,
|
2946
3048
|
# },
|
3049
|
+
# preferred_subnet_id: "SubnetId",
|
3050
|
+
# endpoint_ip_address_range: "IpAddressRange",
|
3051
|
+
# route_table_ids: ["RouteTableId"],
|
2947
3052
|
# },
|
2948
3053
|
# storage_capacity: 1,
|
2949
3054
|
# })
|
@@ -2993,6 +3098,8 @@ module Aws::FSx
|
|
2993
3098
|
# 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
3099
|
# 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
3100
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
3101
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3102
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
2996
3103
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
2997
3104
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
2998
3105
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -3014,7 +3121,7 @@ module Aws::FSx
|
|
3014
3121
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
3015
3122
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
3016
3123
|
# 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"
|
3124
|
+
# 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
3125
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
3019
3126
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
3020
3127
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3113,12 +3220,17 @@ module Aws::FSx
|
|
3113
3220
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3114
3221
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3115
3222
|
# 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"
|
3223
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
3117
3224
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
3118
3225
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3119
3226
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3120
3227
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
3121
3228
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
3229
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
3230
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
3231
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
3232
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
3233
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
3122
3234
|
#
|
3123
3235
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
|
3124
3236
|
#
|
@@ -3210,7 +3322,7 @@ module Aws::FSx
|
|
3210
3322
|
# resp.snapshot.tags[0].key #=> String
|
3211
3323
|
# resp.snapshot.tags[0].value #=> String
|
3212
3324
|
# 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"
|
3325
|
+
# 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
3326
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
3215
3327
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
3216
3328
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3257,6 +3369,8 @@ module Aws::FSx
|
|
3257
3369
|
# 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
3370
|
# 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
3371
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
3372
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3373
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
3260
3374
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
3261
3375
|
# 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
3376
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -3301,12 +3415,17 @@ module Aws::FSx
|
|
3301
3415
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3302
3416
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3303
3417
|
# 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"
|
3418
|
+
# 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
3419
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3306
3420
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3307
3421
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3308
3422
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
3309
3423
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
3424
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
3425
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
3426
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
3427
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
3428
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
3310
3429
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
3311
3430
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
3312
3431
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -3652,7 +3771,7 @@ module Aws::FSx
|
|
3652
3771
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
3653
3772
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
3654
3773
|
# 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"
|
3774
|
+
# 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
3775
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
3657
3776
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
3658
3777
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3699,6 +3818,8 @@ module Aws::FSx
|
|
3699
3818
|
# 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
3819
|
# 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
3820
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
3821
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3822
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
3702
3823
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
3703
3824
|
# 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
3825
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -3743,12 +3864,17 @@ module Aws::FSx
|
|
3743
3864
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3744
3865
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3745
3866
|
# 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"
|
3867
|
+
# 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
3868
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3748
3869
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3749
3870
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3750
3871
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
3751
3872
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
3873
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
3874
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
3875
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
3876
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
3877
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
3752
3878
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
3753
3879
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
3754
3880
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -3914,7 +4040,7 @@ module Aws::FSx
|
|
3914
4040
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
3915
4041
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
3916
4042
|
# 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"
|
4043
|
+
# 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
4044
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
3919
4045
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
3920
4046
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3961,6 +4087,8 @@ module Aws::FSx
|
|
3961
4087
|
# 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
4088
|
# 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
4089
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
4090
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4091
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
3964
4092
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
3965
4093
|
# 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
4094
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -4005,12 +4133,17 @@ module Aws::FSx
|
|
4005
4133
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
4006
4134
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
4007
4135
|
# 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"
|
4136
|
+
# 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
4137
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
4010
4138
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
4011
4139
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4012
4140
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
4013
4141
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
4142
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
4143
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
4144
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
4145
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
4146
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
4014
4147
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
4015
4148
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
4016
4149
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -4123,7 +4256,7 @@ module Aws::FSx
|
|
4123
4256
|
# association, you have the option of deleting the data in the file
|
4124
4257
|
# system that corresponds to the data repository association. Data
|
4125
4258
|
# repository associations are supported on all FSx for Lustre 2.12 and
|
4126
|
-
#
|
4259
|
+
# 2.15 file systems, excluding `scratch_1` deployment type.
|
4127
4260
|
#
|
4128
4261
|
# @option params [required, String] :association_id
|
4129
4262
|
# The ID of the data repository association that you want to delete.
|
@@ -4237,9 +4370,24 @@ module Aws::FSx
|
|
4237
4370
|
# isn't subject to the file system's retention policy, and must be
|
4238
4371
|
# manually deleted.
|
4239
4372
|
#
|
4373
|
+
# To delete an Amazon FSx for Lustre file system, first [unmount][1] it
|
4374
|
+
# from every connected Amazon EC2 instance, then provide a
|
4375
|
+
# `FileSystemId` value to the `DeleFileSystem` operation. By default,
|
4376
|
+
# Amazon FSx will not take a final backup when the `DeleteFileSystem`
|
4377
|
+
# operation is invoked. On file systems not linked to an Amazon S3
|
4378
|
+
# bucket, set `SkipFinalBackup` to `false` to take a final backup of the
|
4379
|
+
# file system you are deleting. Backups cannot be enabled on S3-linked
|
4380
|
+
# file systems. To ensure all of your data is written back to S3 before
|
4381
|
+
# deleting your file system, you can either monitor for the
|
4382
|
+
# [AgeOfOldestQueuedMessage][2] metric to be zero (if using automatic
|
4383
|
+
# export) or you can run an [export data repository task][3]. If you
|
4384
|
+
# have automatic export enabled and want to use an export data
|
4385
|
+
# repository task, you have to disable automatic export before executing
|
4386
|
+
# the export data repository task.
|
4387
|
+
#
|
4240
4388
|
# The `DeleteFileSystem` operation returns while the file system has the
|
4241
4389
|
# `DELETING` status. You can check the file system deletion status by
|
4242
|
-
# calling the [DescribeFileSystems][
|
4390
|
+
# calling the [DescribeFileSystems][4] operation, which returns a list
|
4243
4391
|
# of file systems in your account. If you pass the file system ID for a
|
4244
4392
|
# deleted file system, the `DescribeFileSystems` operation returns a
|
4245
4393
|
# `FileSystemNotFound` error.
|
@@ -4255,7 +4403,10 @@ module Aws::FSx
|
|
4255
4403
|
#
|
4256
4404
|
#
|
4257
4405
|
#
|
4258
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/
|
4406
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/unmounting-fs.html
|
4407
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/monitoring-cloudwatch.html#auto-import-export-metrics
|
4408
|
+
# [3]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/export-data-repo-task-dra.html
|
4409
|
+
# [4]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeFileSystems.html
|
4259
4410
|
#
|
4260
4411
|
# @option params [required, String] :file_system_id
|
4261
4412
|
# The ID of the file system that you want to delete.
|
@@ -4684,6 +4835,8 @@ module Aws::FSx
|
|
4684
4835
|
# 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
4836
|
# 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
4837
|
# resp.backups[0].file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
4838
|
+
# resp.backups[0].file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4839
|
+
# resp.backups[0].file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
4687
4840
|
# resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
4688
4841
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
4689
4842
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -4705,7 +4858,7 @@ module Aws::FSx
|
|
4705
4858
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
4706
4859
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
4707
4860
|
# 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"
|
4861
|
+
# 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
4862
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
4710
4863
|
# resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
|
4711
4864
|
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4804,12 +4957,17 @@ module Aws::FSx
|
|
4804
4957
|
# resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
4805
4958
|
# resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
4806
4959
|
# 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"
|
4960
|
+
# resp.backups[0].file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
4808
4961
|
# resp.backups[0].file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
4809
4962
|
# resp.backups[0].file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
4810
4963
|
# resp.backups[0].file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4811
4964
|
# resp.backups[0].file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
4812
4965
|
# resp.backups[0].file_system.open_zfs_configuration.root_volume_id #=> String
|
4966
|
+
# resp.backups[0].file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
4967
|
+
# resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
4968
|
+
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids #=> Array
|
4969
|
+
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
4970
|
+
# resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
4813
4971
|
# resp.backups[0].directory_information.domain_name #=> String
|
4814
4972
|
# resp.backups[0].directory_information.active_directory_id #=> String
|
4815
4973
|
# resp.backups[0].directory_information.resource_arn #=> String
|
@@ -4854,7 +5012,7 @@ module Aws::FSx
|
|
4854
5012
|
# resp.backups[0].volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
4855
5013
|
# resp.backups[0].volume.lifecycle_transition_reason.message #=> String
|
4856
5014
|
# 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"
|
5015
|
+
# 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
5016
|
# resp.backups[0].volume.administrative_actions[0].progress_percent #=> Integer
|
4859
5017
|
# resp.backups[0].volume.administrative_actions[0].request_time #=> Time
|
4860
5018
|
# resp.backups[0].volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4901,6 +5059,8 @@ module Aws::FSx
|
|
4901
5059
|
# 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
5060
|
# 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
5061
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
5062
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5063
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
4904
5064
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
4905
5065
|
# 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
5066
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -4945,12 +5105,17 @@ module Aws::FSx
|
|
4945
5105
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
4946
5106
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
4947
5107
|
# 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"
|
5108
|
+
# 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
5109
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
4950
5110
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
4951
5111
|
# 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
5112
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
4953
5113
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
5114
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
5115
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
5116
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
5117
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
5118
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
4954
5119
|
# resp.backups[0].volume.administrative_actions[0].failure_details.message #=> String
|
4955
5120
|
# resp.backups[0].volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
4956
5121
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -5001,7 +5166,7 @@ module Aws::FSx
|
|
5001
5166
|
# File Cache data repository associations, if one or more
|
5002
5167
|
# `AssociationIds` values are provided in the request, or if filters are
|
5003
5168
|
# used in the request. Data repository associations are supported on
|
5004
|
-
# Amazon File Cache resources and all FSx for Lustre 2.12 and
|
5169
|
+
# Amazon File Cache resources and all FSx for Lustre 2.12 and 2,15 file
|
5005
5170
|
# systems, excluding `scratch_1` deployment type.
|
5006
5171
|
#
|
5007
5172
|
# You can use filters to narrow the response to include just data
|
@@ -5184,6 +5349,8 @@ module Aws::FSx
|
|
5184
5349
|
# resp.data_repository_tasks[0].report.scope #=> String, one of "FAILED_FILES_ONLY"
|
5185
5350
|
# resp.data_repository_tasks[0].capacity_to_release #=> Integer
|
5186
5351
|
# resp.data_repository_tasks[0].file_cache_id #=> String
|
5352
|
+
# resp.data_repository_tasks[0].release_configuration.duration_since_last_access.unit #=> String, one of "DAYS"
|
5353
|
+
# resp.data_repository_tasks[0].release_configuration.duration_since_last_access.value #=> Integer
|
5187
5354
|
# resp.next_token #=> String
|
5188
5355
|
#
|
5189
5356
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeDataRepositoryTasks AWS API Documentation
|
@@ -5503,6 +5670,8 @@ module Aws::FSx
|
|
5503
5670
|
# 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
5671
|
# 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
5672
|
# resp.file_systems[0].windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
5673
|
+
# resp.file_systems[0].windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5674
|
+
# resp.file_systems[0].windows_configuration.disk_iops_configuration.iops #=> Integer
|
5506
5675
|
# resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
|
5507
5676
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
5508
5677
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -5524,7 +5693,7 @@ module Aws::FSx
|
|
5524
5693
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
5525
5694
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
5526
5695
|
# 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"
|
5696
|
+
# 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
5697
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
5529
5698
|
# resp.file_systems[0].administrative_actions[0].request_time #=> Time
|
5530
5699
|
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5623,12 +5792,17 @@ module Aws::FSx
|
|
5623
5792
|
# resp.file_systems[0].open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5624
5793
|
# resp.file_systems[0].open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5625
5794
|
# 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"
|
5795
|
+
# resp.file_systems[0].open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
5627
5796
|
# resp.file_systems[0].open_zfs_configuration.throughput_capacity #=> Integer
|
5628
5797
|
# resp.file_systems[0].open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5629
5798
|
# resp.file_systems[0].open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5630
5799
|
# resp.file_systems[0].open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
5631
5800
|
# resp.file_systems[0].open_zfs_configuration.root_volume_id #=> String
|
5801
|
+
# resp.file_systems[0].open_zfs_configuration.preferred_subnet_id #=> String
|
5802
|
+
# resp.file_systems[0].open_zfs_configuration.endpoint_ip_address_range #=> String
|
5803
|
+
# resp.file_systems[0].open_zfs_configuration.route_table_ids #=> Array
|
5804
|
+
# resp.file_systems[0].open_zfs_configuration.route_table_ids[0] #=> String
|
5805
|
+
# resp.file_systems[0].open_zfs_configuration.endpoint_ip_address #=> String
|
5632
5806
|
# resp.next_token #=> String
|
5633
5807
|
#
|
5634
5808
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
|
@@ -5721,7 +5895,7 @@ module Aws::FSx
|
|
5721
5895
|
# resp.snapshots[0].tags[0].key #=> String
|
5722
5896
|
# resp.snapshots[0].tags[0].value #=> String
|
5723
5897
|
# 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"
|
5898
|
+
# 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
5899
|
# resp.snapshots[0].administrative_actions[0].progress_percent #=> Integer
|
5726
5900
|
# resp.snapshots[0].administrative_actions[0].request_time #=> Time
|
5727
5901
|
# resp.snapshots[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5768,6 +5942,8 @@ module Aws::FSx
|
|
5768
5942
|
# 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
5943
|
# 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
5944
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
5945
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5946
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
5771
5947
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
5772
5948
|
# 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
5949
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -5812,12 +5988,17 @@ module Aws::FSx
|
|
5812
5988
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5813
5989
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5814
5990
|
# 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"
|
5991
|
+
# 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
5992
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
5817
5993
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5818
5994
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5819
5995
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
5820
5996
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
5997
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
5998
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
5999
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6000
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6001
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
5821
6002
|
# resp.snapshots[0].administrative_actions[0].failure_details.message #=> String
|
5822
6003
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.creation_time #=> Time
|
5823
6004
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -6057,7 +6238,7 @@ module Aws::FSx
|
|
6057
6238
|
# resp.volumes[0].volume_type #=> String, one of "ONTAP", "OPENZFS"
|
6058
6239
|
# resp.volumes[0].lifecycle_transition_reason.message #=> String
|
6059
6240
|
# 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"
|
6241
|
+
# 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
6242
|
# resp.volumes[0].administrative_actions[0].progress_percent #=> Integer
|
6062
6243
|
# resp.volumes[0].administrative_actions[0].request_time #=> Time
|
6063
6244
|
# resp.volumes[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6104,6 +6285,8 @@ module Aws::FSx
|
|
6104
6285
|
# 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
6286
|
# 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
6287
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
6288
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6289
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
6107
6290
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
6108
6291
|
# 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
6292
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -6148,12 +6331,17 @@ module Aws::FSx
|
|
6148
6331
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6149
6332
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6150
6333
|
# 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"
|
6334
|
+
# 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
6335
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
6153
6336
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6154
6337
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6155
6338
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
6156
6339
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
6340
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
6341
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
6342
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6343
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6344
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
6157
6345
|
# resp.volumes[0].administrative_actions[0].failure_details.message #=> String
|
6158
6346
|
# resp.volumes[0].administrative_actions[0].target_volume_values #=> Types::Volume
|
6159
6347
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -6417,6 +6605,8 @@ module Aws::FSx
|
|
6417
6605
|
# 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
6606
|
# 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
6607
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
6608
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6609
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
6420
6610
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
6421
6611
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
6422
6612
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -6438,7 +6628,7 @@ module Aws::FSx
|
|
6438
6628
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
6439
6629
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
6440
6630
|
# 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"
|
6631
|
+
# 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
6632
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
6443
6633
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
6444
6634
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6537,12 +6727,17 @@ module Aws::FSx
|
|
6537
6727
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6538
6728
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6539
6729
|
# 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"
|
6730
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
6541
6731
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
6542
6732
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6543
6733
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6544
6734
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
6545
6735
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
6736
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
6737
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
6738
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
6739
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
6740
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
6546
6741
|
#
|
6547
6742
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ReleaseFileSystemNfsV3Locks AWS API Documentation
|
6548
6743
|
#
|
@@ -6605,7 +6800,7 @@ module Aws::FSx
|
|
6605
6800
|
# resp.volume_id #=> String
|
6606
6801
|
# resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
|
6607
6802
|
# 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"
|
6803
|
+
# 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
6804
|
# resp.administrative_actions[0].progress_percent #=> Integer
|
6610
6805
|
# resp.administrative_actions[0].request_time #=> Time
|
6611
6806
|
# resp.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6652,6 +6847,8 @@ module Aws::FSx
|
|
6652
6847
|
# 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
6848
|
# 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
6849
|
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
6850
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6851
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
6655
6852
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
6656
6853
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
6657
6854
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -6696,12 +6893,17 @@ module Aws::FSx
|
|
6696
6893
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6697
6894
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6698
6895
|
# 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"
|
6896
|
+
# 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
6897
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
6701
6898
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6702
6899
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6703
6900
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
6704
6901
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
6902
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
6903
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
6904
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6905
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6906
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
6705
6907
|
# resp.administrative_actions[0].failure_details.message #=> String
|
6706
6908
|
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
6707
6909
|
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -6872,7 +7074,7 @@ module Aws::FSx
|
|
6872
7074
|
|
6873
7075
|
# Updates the configuration of an existing data repository association
|
6874
7076
|
# on an Amazon FSx for Lustre file system. Data repository associations
|
6875
|
-
# are supported on all FSx for Lustre 2.12 and
|
7077
|
+
# are supported on all FSx for Lustre 2.12 and 2.15 file systems,
|
6876
7078
|
# excluding `scratch_1` deployment type.
|
6877
7079
|
#
|
6878
7080
|
# @option params [required, String] :association_id
|
@@ -7049,8 +7251,12 @@ module Aws::FSx
|
|
7049
7251
|
#
|
7050
7252
|
# * `StorageCapacity`
|
7051
7253
|
#
|
7254
|
+
# * `StorageType`
|
7255
|
+
#
|
7052
7256
|
# * `ThroughputCapacity`
|
7053
7257
|
#
|
7258
|
+
# * `DiskIopsConfiguration`
|
7259
|
+
#
|
7054
7260
|
# * `WeeklyMaintenanceStartTime`
|
7055
7261
|
#
|
7056
7262
|
# For FSx for Lustre file systems, you can update the following
|
@@ -7096,6 +7302,8 @@ module Aws::FSx
|
|
7096
7302
|
# For FSx for OpenZFS file systems, you can update the following
|
7097
7303
|
# properties:
|
7098
7304
|
#
|
7305
|
+
# * `AddRouteTableIds`
|
7306
|
+
#
|
7099
7307
|
# * `AutomaticBackupRetentionDays`
|
7100
7308
|
#
|
7101
7309
|
# * `CopyTagsToBackups`
|
@@ -7106,6 +7314,8 @@ module Aws::FSx
|
|
7106
7314
|
#
|
7107
7315
|
# * `DiskIopsConfiguration`
|
7108
7316
|
#
|
7317
|
+
# * `RemoveRouteTableIds`
|
7318
|
+
#
|
7109
7319
|
# * `StorageCapacity`
|
7110
7320
|
#
|
7111
7321
|
# * `ThroughputCapacity`
|
@@ -7192,6 +7402,9 @@ module Aws::FSx
|
|
7192
7402
|
# @option params [Types::UpdateFileSystemOpenZFSConfiguration] :open_zfs_configuration
|
7193
7403
|
# The configuration updates for an FSx for OpenZFS file system.
|
7194
7404
|
#
|
7405
|
+
# @option params [String] :storage_type
|
7406
|
+
# Specifies the file system's storage type.
|
7407
|
+
#
|
7195
7408
|
# @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7196
7409
|
#
|
7197
7410
|
# * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
|
@@ -7264,6 +7477,10 @@ module Aws::FSx
|
|
7264
7477
|
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
7265
7478
|
# audit_log_destination: "GeneralARN",
|
7266
7479
|
# },
|
7480
|
+
# disk_iops_configuration: {
|
7481
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
7482
|
+
# iops: 1,
|
7483
|
+
# },
|
7267
7484
|
# },
|
7268
7485
|
# lustre_configuration: {
|
7269
7486
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -7304,7 +7521,10 @@ module Aws::FSx
|
|
7304
7521
|
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
7305
7522
|
# iops: 1,
|
7306
7523
|
# },
|
7524
|
+
# add_route_table_ids: ["RouteTableId"],
|
7525
|
+
# remove_route_table_ids: ["RouteTableId"],
|
7307
7526
|
# },
|
7527
|
+
# storage_type: "SSD", # accepts SSD, HDD
|
7308
7528
|
# })
|
7309
7529
|
#
|
7310
7530
|
# @example Response structure
|
@@ -7352,6 +7572,8 @@ module Aws::FSx
|
|
7352
7572
|
# 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
7573
|
# 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
7574
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
7575
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7576
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
7355
7577
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
7356
7578
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
7357
7579
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -7373,7 +7595,7 @@ module Aws::FSx
|
|
7373
7595
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
7374
7596
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
7375
7597
|
# 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"
|
7598
|
+
# 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
7599
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
7378
7600
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
7379
7601
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7472,12 +7694,17 @@ module Aws::FSx
|
|
7472
7694
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
7473
7695
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
7474
7696
|
# 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"
|
7697
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
7476
7698
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
7477
7699
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
7478
7700
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7479
7701
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
7480
7702
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
7703
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
7704
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
7705
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
7706
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
7707
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
7481
7708
|
#
|
7482
7709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
|
7483
7710
|
#
|
@@ -7531,7 +7758,7 @@ module Aws::FSx
|
|
7531
7758
|
# resp.snapshot.tags[0].key #=> String
|
7532
7759
|
# resp.snapshot.tags[0].value #=> String
|
7533
7760
|
# 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"
|
7761
|
+
# 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
7762
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
7536
7763
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
7537
7764
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7578,6 +7805,8 @@ module Aws::FSx
|
|
7578
7805
|
# 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
7806
|
# 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
7807
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
7808
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7809
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
7581
7810
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
7582
7811
|
# 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
7812
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -7622,12 +7851,17 @@ module Aws::FSx
|
|
7622
7851
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
7623
7852
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
7624
7853
|
# 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"
|
7854
|
+
# 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
7855
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
7627
7856
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
7628
7857
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7629
7858
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
7630
7859
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
7860
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
7861
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
7862
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
7863
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
7864
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
7631
7865
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
7632
7866
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
7633
7867
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -7926,7 +8160,7 @@ module Aws::FSx
|
|
7926
8160
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
7927
8161
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
7928
8162
|
# 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"
|
8163
|
+
# 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
8164
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
7931
8165
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
7932
8166
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7973,6 +8207,8 @@ module Aws::FSx
|
|
7973
8207
|
# 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
8208
|
# 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
8209
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
8210
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
8211
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
7976
8212
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
7977
8213
|
# 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
8214
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -8017,12 +8253,17 @@ module Aws::FSx
|
|
8017
8253
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
8018
8254
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
8019
8255
|
# 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"
|
8256
|
+
# 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
8257
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
8022
8258
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
8023
8259
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
8024
8260
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
8025
8261
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
8262
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
8263
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
8264
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
8265
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
8266
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
8026
8267
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
8027
8268
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
8028
8269
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -8081,7 +8322,7 @@ module Aws::FSx
|
|
8081
8322
|
params: params,
|
8082
8323
|
config: config)
|
8083
8324
|
context[:gem_name] = 'aws-sdk-fsx'
|
8084
|
-
context[:gem_version] = '1.
|
8325
|
+
context[:gem_version] = '1.75.0'
|
8085
8326
|
Seahorse::Client::Request.new(handlers, context)
|
8086
8327
|
end
|
8087
8328
|
|