aws-sdk-fsx 1.72.0 → 1.74.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 +576 -57
- data/lib/aws-sdk-fsx/client_api.rb +78 -0
- data/lib/aws-sdk-fsx/types.rb +751 -73
- 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"
|
@@ -775,6 +781,18 @@ module Aws::FSx
|
|
775
781
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
776
782
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
777
783
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
784
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
785
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
786
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
787
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
788
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
789
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
790
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
791
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
792
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
793
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
794
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
795
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
778
796
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
779
797
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
780
798
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -839,12 +857,17 @@ module Aws::FSx
|
|
839
857
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
840
858
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
841
859
|
# resp.backup.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
842
|
-
# 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"
|
843
861
|
# resp.backup.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
844
862
|
# resp.backup.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
845
863
|
# resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
846
864
|
# resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
847
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
|
848
871
|
# resp.backup.directory_information.domain_name #=> String
|
849
872
|
# resp.backup.directory_information.active_directory_id #=> String
|
850
873
|
# resp.backup.directory_information.resource_arn #=> String
|
@@ -869,6 +892,18 @@ module Aws::FSx
|
|
869
892
|
# resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
870
893
|
# resp.backup.volume.ontap_configuration.snapshot_policy #=> String
|
871
894
|
# resp.backup.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
895
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
896
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
897
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
898
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
899
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
900
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
901
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
902
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
903
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
904
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
905
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
906
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
872
907
|
# resp.backup.volume.resource_arn #=> String
|
873
908
|
# resp.backup.volume.tags #=> Array
|
874
909
|
# resp.backup.volume.tags[0].key #=> String
|
@@ -877,7 +912,7 @@ module Aws::FSx
|
|
877
912
|
# resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
878
913
|
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
879
914
|
# resp.backup.volume.administrative_actions #=> Array
|
880
|
-
# 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"
|
881
916
|
# resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
|
882
917
|
# resp.backup.volume.administrative_actions[0].request_time #=> Time
|
883
918
|
# resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -924,6 +959,8 @@ module Aws::FSx
|
|
924
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"
|
925
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"
|
926
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
|
927
964
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
928
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"
|
929
966
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -968,12 +1005,17 @@ module Aws::FSx
|
|
968
1005
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
969
1006
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
970
1007
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
971
|
-
# 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"
|
972
1009
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
973
1010
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
974
1011
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
975
1012
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
976
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
|
977
1019
|
# resp.backup.volume.administrative_actions[0].failure_details.message #=> String
|
978
1020
|
# resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
979
1021
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -1219,6 +1261,8 @@ module Aws::FSx
|
|
1219
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"
|
1220
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"
|
1221
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
|
1222
1266
|
# resp.backup.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
1223
1267
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
1224
1268
|
# resp.backup.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1240,7 +1284,7 @@ module Aws::FSx
|
|
1240
1284
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
1241
1285
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
1242
1286
|
# resp.backup.file_system.administrative_actions #=> Array
|
1243
|
-
# 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"
|
1244
1288
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
1245
1289
|
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
1246
1290
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1263,6 +1307,18 @@ module Aws::FSx
|
|
1263
1307
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1264
1308
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
1265
1309
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
1310
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
1311
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
1312
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
1313
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
1314
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1315
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
1316
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1317
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
1318
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1319
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
1320
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
1321
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
1266
1322
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
1267
1323
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
1268
1324
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -1327,12 +1383,17 @@ module Aws::FSx
|
|
1327
1383
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
1328
1384
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
1329
1385
|
# resp.backup.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
1330
|
-
# 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"
|
1331
1387
|
# resp.backup.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
1332
1388
|
# resp.backup.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
1333
1389
|
# resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1334
1390
|
# resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
1335
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
|
1336
1397
|
# resp.backup.directory_information.domain_name #=> String
|
1337
1398
|
# resp.backup.directory_information.active_directory_id #=> String
|
1338
1399
|
# resp.backup.directory_information.resource_arn #=> String
|
@@ -1357,6 +1418,18 @@ module Aws::FSx
|
|
1357
1418
|
# resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1358
1419
|
# resp.backup.volume.ontap_configuration.snapshot_policy #=> String
|
1359
1420
|
# resp.backup.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
1421
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
1422
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
1423
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
1424
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
1425
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1426
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
1427
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1428
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
1429
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1430
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
1431
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
1432
|
+
# resp.backup.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
1360
1433
|
# resp.backup.volume.resource_arn #=> String
|
1361
1434
|
# resp.backup.volume.tags #=> Array
|
1362
1435
|
# resp.backup.volume.tags[0].key #=> String
|
@@ -1365,7 +1438,7 @@ module Aws::FSx
|
|
1365
1438
|
# resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
1366
1439
|
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
1367
1440
|
# resp.backup.volume.administrative_actions #=> Array
|
1368
|
-
# 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"
|
1369
1442
|
# resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
|
1370
1443
|
# resp.backup.volume.administrative_actions[0].request_time #=> Time
|
1371
1444
|
# resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1412,6 +1485,8 @@ module Aws::FSx
|
|
1412
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"
|
1413
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"
|
1414
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
|
1415
1490
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
1416
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"
|
1417
1492
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -1456,12 +1531,17 @@ module Aws::FSx
|
|
1456
1531
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
1457
1532
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
1458
1533
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
1459
|
-
# 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"
|
1460
1535
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
1461
1536
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
1462
1537
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1463
1538
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
1464
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
|
1465
1545
|
# resp.backup.volume.administrative_actions[0].failure_details.message #=> String
|
1466
1546
|
# resp.backup.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
1467
1547
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -1663,17 +1743,26 @@ module Aws::FSx
|
|
1663
1743
|
req.send_request(options)
|
1664
1744
|
end
|
1665
1745
|
|
1666
|
-
# Creates an Amazon FSx for Lustre data repository task.
|
1667
|
-
# repository tasks to perform bulk operations between your Amazon FSx
|
1668
|
-
# file system and its linked data repositories. An example of a data
|
1669
|
-
# repository task is exporting any data and metadata changes, including
|
1670
|
-
# POSIX metadata, to files, directories, and symbolic links (symlinks)
|
1671
|
-
# from your FSx file system to a linked data repository. A
|
1746
|
+
# Creates an Amazon FSx for Lustre data repository task. A
|
1672
1747
|
# `CreateDataRepositoryTask` operation will fail if a data repository is
|
1673
|
-
# not linked to the FSx file system.
|
1674
|
-
#
|
1675
|
-
#
|
1676
|
-
#
|
1748
|
+
# not linked to the FSx file system.
|
1749
|
+
#
|
1750
|
+
# You use import and export data repository tasks to perform bulk
|
1751
|
+
# operations between your FSx for Lustre file system and its linked data
|
1752
|
+
# repositories. An example of a data repository task is exporting any
|
1753
|
+
# data and metadata changes, including POSIX metadata, to files,
|
1754
|
+
# directories, and symbolic links (symlinks) from your FSx file system
|
1755
|
+
# to a linked data repository.
|
1756
|
+
#
|
1757
|
+
# You use release data repository tasks to release data from your file
|
1758
|
+
# system for files that are archived to S3. The metadata of released
|
1759
|
+
# files remains on the file system so users or applications can still
|
1760
|
+
# access released files by reading the files again, which will restore
|
1761
|
+
# data from Amazon S3 to the FSx for Lustre file system.
|
1762
|
+
#
|
1763
|
+
# To learn more about data repository tasks, see [Data Repository
|
1764
|
+
# Tasks][1]. To learn more about linking a data repository to your file
|
1765
|
+
# system, see [Linking your file system to an S3 bucket][2].
|
1677
1766
|
#
|
1678
1767
|
#
|
1679
1768
|
#
|
@@ -1683,11 +1772,28 @@ module Aws::FSx
|
|
1683
1772
|
# @option params [required, String] :type
|
1684
1773
|
# Specifies the type of data repository task to create.
|
1685
1774
|
#
|
1775
|
+
# * `EXPORT_TO_REPOSITORY` tasks export from your Amazon FSx for Lustre
|
1776
|
+
# file system to a linked data repository.
|
1777
|
+
#
|
1778
|
+
# * `IMPORT_METADATA_FROM_REPOSITORY` tasks import metadata changes from
|
1779
|
+
# a linked S3 bucket to your Amazon FSx for Lustre file system.
|
1780
|
+
#
|
1781
|
+
# * `RELEASE_DATA_FROM_FILESYSTEM` tasks release files in your Amazon
|
1782
|
+
# FSx for Lustre file system that are archived and that meet your
|
1783
|
+
# specified release criteria.
|
1784
|
+
#
|
1785
|
+
# * `AUTO_RELEASE_DATA` tasks automatically release files from an Amazon
|
1786
|
+
# File Cache resource.
|
1787
|
+
#
|
1686
1788
|
# @option params [Array<String>] :paths
|
1687
1789
|
# A list of paths for the data repository task to use when the task is
|
1688
|
-
# processed. If a path that you provide isn't valid, the task fails.
|
1790
|
+
# processed. If a path that you provide isn't valid, the task fails. If
|
1791
|
+
# you don't provide paths, the default behavior is to export all files
|
1792
|
+
# to S3 (for export tasks), import all files from S3 (for import tasks),
|
1793
|
+
# or release all archived files that meet the last accessed time
|
1794
|
+
# criteria (for release tasks).
|
1689
1795
|
#
|
1690
|
-
# * For export tasks, the list contains paths on the
|
1796
|
+
# * For export tasks, the list contains paths on the FSx for Lustre file
|
1691
1797
|
# system from which the files are exported to the Amazon S3 bucket.
|
1692
1798
|
# The default path is the file system root directory. The paths you
|
1693
1799
|
# provide need to be relative to the mount point of the file system.
|
@@ -1696,10 +1802,22 @@ module Aws::FSx
|
|
1696
1802
|
# provide is `path1`.
|
1697
1803
|
#
|
1698
1804
|
# * For import tasks, the list contains paths in the Amazon S3 bucket
|
1699
|
-
# from which POSIX metadata changes are imported to the
|
1805
|
+
# from which POSIX metadata changes are imported to the FSx for Lustre
|
1700
1806
|
# file system. The path can be an S3 bucket or prefix in the format
|
1701
1807
|
# `s3://myBucket/myPrefix` (where `myPrefix` is optional).
|
1702
1808
|
#
|
1809
|
+
# * For release tasks, the list contains directory or file paths on the
|
1810
|
+
# FSx for Lustre file system from which to release archived files. If
|
1811
|
+
# a directory is specified, files within the directory are released.
|
1812
|
+
# If a file path is specified, only that file is released. To release
|
1813
|
+
# all archived files in the file system, specify a forward slash (/)
|
1814
|
+
# as the path.
|
1815
|
+
#
|
1816
|
+
# <note markdown="1"> A file must also meet the last accessed time criteria specified in
|
1817
|
+
# for the file to be released.
|
1818
|
+
#
|
1819
|
+
# </note>
|
1820
|
+
#
|
1703
1821
|
# @option params [required, String] :file_system_id
|
1704
1822
|
# The globally unique ID of the file system, assigned by Amazon FSx.
|
1705
1823
|
#
|
@@ -1731,6 +1849,10 @@ module Aws::FSx
|
|
1731
1849
|
# Cache `AUTO_RELEASE_DATA` task that automatically releases files from
|
1732
1850
|
# the cache.
|
1733
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
|
+
#
|
1734
1856
|
# @return [Types::CreateDataRepositoryTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1735
1857
|
#
|
1736
1858
|
# * {Types::CreateDataRepositoryTaskResponse#data_repository_task #data_repository_task} => Types::DataRepositoryTask
|
@@ -1755,6 +1877,12 @@ module Aws::FSx
|
|
1755
1877
|
# },
|
1756
1878
|
# ],
|
1757
1879
|
# capacity_to_release: 1,
|
1880
|
+
# release_configuration: {
|
1881
|
+
# duration_since_last_access: {
|
1882
|
+
# unit: "DAYS", # accepts DAYS
|
1883
|
+
# value: 1,
|
1884
|
+
# },
|
1885
|
+
# },
|
1758
1886
|
# })
|
1759
1887
|
#
|
1760
1888
|
# @example Response structure
|
@@ -1784,6 +1912,8 @@ module Aws::FSx
|
|
1784
1912
|
# resp.data_repository_task.report.scope #=> String, one of "FAILED_FILES_ONLY"
|
1785
1913
|
# resp.data_repository_task.capacity_to_release #=> Integer
|
1786
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
|
1787
1917
|
#
|
1788
1918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateDataRepositoryTask AWS API Documentation
|
1789
1919
|
#
|
@@ -2313,6 +2443,10 @@ module Aws::FSx
|
|
2313
2443
|
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
2314
2444
|
# audit_log_destination: "GeneralARN",
|
2315
2445
|
# },
|
2446
|
+
# disk_iops_configuration: {
|
2447
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
2448
|
+
# iops: 1,
|
2449
|
+
# },
|
2316
2450
|
# },
|
2317
2451
|
# lustre_configuration: {
|
2318
2452
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -2357,7 +2491,7 @@ module Aws::FSx
|
|
2357
2491
|
# copy_tags_to_backups: false,
|
2358
2492
|
# copy_tags_to_volumes: false,
|
2359
2493
|
# daily_automatic_backup_start_time: "DailyTime",
|
2360
|
-
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
|
2494
|
+
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2, MULTI_AZ_1
|
2361
2495
|
# throughput_capacity: 1, # required
|
2362
2496
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2363
2497
|
# disk_iops_configuration: {
|
@@ -2387,6 +2521,9 @@ module Aws::FSx
|
|
2387
2521
|
# copy_tags_to_snapshots: false,
|
2388
2522
|
# read_only: false,
|
2389
2523
|
# },
|
2524
|
+
# preferred_subnet_id: "SubnetId",
|
2525
|
+
# endpoint_ip_address_range: "IpAddressRange",
|
2526
|
+
# route_table_ids: ["RouteTableId"],
|
2390
2527
|
# },
|
2391
2528
|
# })
|
2392
2529
|
#
|
@@ -2435,6 +2572,8 @@ module Aws::FSx
|
|
2435
2572
|
# resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
2436
2573
|
# resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
2437
2574
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
2575
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
2576
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
2438
2577
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
2439
2578
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
2440
2579
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -2456,7 +2595,7 @@ module Aws::FSx
|
|
2456
2595
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
2457
2596
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
2458
2597
|
# resp.file_system.administrative_actions #=> Array
|
2459
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
2598
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
2460
2599
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2461
2600
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2462
2601
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2479,6 +2618,18 @@ module Aws::FSx
|
|
2479
2618
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2480
2619
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
2481
2620
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
2621
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
2622
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
2623
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
2624
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
2625
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
2626
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
2627
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
2628
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
2629
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
2630
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
2631
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
2632
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
2482
2633
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
2483
2634
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
2484
2635
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -2543,12 +2694,17 @@ module Aws::FSx
|
|
2543
2694
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
2544
2695
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
2545
2696
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
2546
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
2697
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
2547
2698
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
2548
2699
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
2549
2700
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
2550
2701
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
2551
2702
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
2703
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
2704
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
2705
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
2706
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
2707
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
2552
2708
|
#
|
2553
2709
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
|
2554
2710
|
#
|
@@ -2823,6 +2979,10 @@ module Aws::FSx
|
|
2823
2979
|
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
2824
2980
|
# audit_log_destination: "GeneralARN",
|
2825
2981
|
# },
|
2982
|
+
# disk_iops_configuration: {
|
2983
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
2984
|
+
# iops: 1,
|
2985
|
+
# },
|
2826
2986
|
# },
|
2827
2987
|
# lustre_configuration: {
|
2828
2988
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -2854,7 +3014,7 @@ module Aws::FSx
|
|
2854
3014
|
# copy_tags_to_backups: false,
|
2855
3015
|
# copy_tags_to_volumes: false,
|
2856
3016
|
# daily_automatic_backup_start_time: "DailyTime",
|
2857
|
-
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
|
3017
|
+
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2, MULTI_AZ_1
|
2858
3018
|
# throughput_capacity: 1, # required
|
2859
3019
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2860
3020
|
# disk_iops_configuration: {
|
@@ -2884,6 +3044,9 @@ module Aws::FSx
|
|
2884
3044
|
# copy_tags_to_snapshots: false,
|
2885
3045
|
# read_only: false,
|
2886
3046
|
# },
|
3047
|
+
# preferred_subnet_id: "SubnetId",
|
3048
|
+
# endpoint_ip_address_range: "IpAddressRange",
|
3049
|
+
# route_table_ids: ["RouteTableId"],
|
2887
3050
|
# },
|
2888
3051
|
# storage_capacity: 1,
|
2889
3052
|
# })
|
@@ -2933,6 +3096,8 @@ module Aws::FSx
|
|
2933
3096
|
# resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
2934
3097
|
# resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
2935
3098
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
3099
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3100
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
2936
3101
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
2937
3102
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
2938
3103
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -2954,7 +3119,7 @@ module Aws::FSx
|
|
2954
3119
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
2955
3120
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
2956
3121
|
# resp.file_system.administrative_actions #=> Array
|
2957
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
3122
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
2958
3123
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2959
3124
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2960
3125
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2977,6 +3142,18 @@ module Aws::FSx
|
|
2977
3142
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2978
3143
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
2979
3144
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
3145
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
3146
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
3147
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
3148
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
3149
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3150
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
3151
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3152
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
3153
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3154
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
3155
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
3156
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
2980
3157
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
2981
3158
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
2982
3159
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -3041,12 +3218,17 @@ module Aws::FSx
|
|
3041
3218
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3042
3219
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3043
3220
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
3044
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3221
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
3045
3222
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
3046
3223
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3047
3224
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3048
3225
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
3049
3226
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
3227
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
3228
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
3229
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
3230
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
3231
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
3050
3232
|
#
|
3051
3233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
|
3052
3234
|
#
|
@@ -3138,7 +3320,7 @@ module Aws::FSx
|
|
3138
3320
|
# resp.snapshot.tags[0].key #=> String
|
3139
3321
|
# resp.snapshot.tags[0].value #=> String
|
3140
3322
|
# resp.snapshot.administrative_actions #=> Array
|
3141
|
-
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
3323
|
+
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
3142
3324
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
3143
3325
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
3144
3326
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3185,6 +3367,8 @@ module Aws::FSx
|
|
3185
3367
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
3186
3368
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
3187
3369
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
3370
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3371
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
3188
3372
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
3189
3373
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
3190
3374
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -3229,12 +3413,17 @@ module Aws::FSx
|
|
3229
3413
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3230
3414
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3231
3415
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
3232
|
-
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3416
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
3233
3417
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3234
3418
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3235
3419
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3236
3420
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
3237
3421
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
3422
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
3423
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
3424
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
3425
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
3426
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
3238
3427
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
3239
3428
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
3240
3429
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -3253,6 +3442,18 @@ module Aws::FSx
|
|
3253
3442
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3254
3443
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
3255
3444
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
3445
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
3446
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
3447
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
3448
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
3449
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3450
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
3451
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3452
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
3453
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3454
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
3455
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
3456
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
3256
3457
|
# resp.snapshot.administrative_actions[0].target_volume_values.resource_arn #=> String
|
3257
3458
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags #=> Array
|
3258
3459
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -3466,6 +3667,30 @@ module Aws::FSx
|
|
3466
3667
|
# ontap_volume_type: "RW", # accepts RW, DP
|
3467
3668
|
# snapshot_policy: "SnapshotPolicy",
|
3468
3669
|
# copy_tags_to_backups: false,
|
3670
|
+
# snaplock_configuration: {
|
3671
|
+
# audit_log_volume: false,
|
3672
|
+
# autocommit_period: {
|
3673
|
+
# type: "MINUTES", # required, accepts MINUTES, HOURS, DAYS, MONTHS, YEARS, NONE
|
3674
|
+
# value: 1,
|
3675
|
+
# },
|
3676
|
+
# privileged_delete: "DISABLED", # accepts DISABLED, ENABLED, PERMANENTLY_DISABLED
|
3677
|
+
# retention_period: {
|
3678
|
+
# default_retention: { # required
|
3679
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
3680
|
+
# value: 1,
|
3681
|
+
# },
|
3682
|
+
# minimum_retention: { # required
|
3683
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
3684
|
+
# value: 1,
|
3685
|
+
# },
|
3686
|
+
# maximum_retention: { # required
|
3687
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
3688
|
+
# value: 1,
|
3689
|
+
# },
|
3690
|
+
# },
|
3691
|
+
# snaplock_type: "COMPLIANCE", # required, accepts COMPLIANCE, ENTERPRISE
|
3692
|
+
# volume_append_mode_enabled: false,
|
3693
|
+
# },
|
3469
3694
|
# },
|
3470
3695
|
# tags: [
|
3471
3696
|
# {
|
@@ -3524,6 +3749,18 @@ module Aws::FSx
|
|
3524
3749
|
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3525
3750
|
# resp.volume.ontap_configuration.snapshot_policy #=> String
|
3526
3751
|
# resp.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
3752
|
+
# resp.volume.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
3753
|
+
# resp.volume.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
3754
|
+
# resp.volume.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
3755
|
+
# resp.volume.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
3756
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3757
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
3758
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3759
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
3760
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
3761
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
3762
|
+
# resp.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
3763
|
+
# resp.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
3527
3764
|
# resp.volume.resource_arn #=> String
|
3528
3765
|
# resp.volume.tags #=> Array
|
3529
3766
|
# resp.volume.tags[0].key #=> String
|
@@ -3532,7 +3769,7 @@ module Aws::FSx
|
|
3532
3769
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
3533
3770
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
3534
3771
|
# resp.volume.administrative_actions #=> Array
|
3535
|
-
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
3772
|
+
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
3536
3773
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
3537
3774
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
3538
3775
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3579,6 +3816,8 @@ module Aws::FSx
|
|
3579
3816
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
3580
3817
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
3581
3818
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
3819
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3820
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
3582
3821
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
3583
3822
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
3584
3823
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -3623,12 +3862,17 @@ module Aws::FSx
|
|
3623
3862
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3624
3863
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3625
3864
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
3626
|
-
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3865
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
3627
3866
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3628
3867
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3629
3868
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3630
3869
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
3631
3870
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
3871
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
3872
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
3873
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
3874
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
3875
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
3632
3876
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
3633
3877
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
3634
3878
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -3722,6 +3966,30 @@ module Aws::FSx
|
|
3722
3966
|
# ontap_volume_type: "RW", # accepts RW, DP
|
3723
3967
|
# snapshot_policy: "SnapshotPolicy",
|
3724
3968
|
# copy_tags_to_backups: false,
|
3969
|
+
# snaplock_configuration: {
|
3970
|
+
# audit_log_volume: false,
|
3971
|
+
# autocommit_period: {
|
3972
|
+
# type: "MINUTES", # required, accepts MINUTES, HOURS, DAYS, MONTHS, YEARS, NONE
|
3973
|
+
# value: 1,
|
3974
|
+
# },
|
3975
|
+
# privileged_delete: "DISABLED", # accepts DISABLED, ENABLED, PERMANENTLY_DISABLED
|
3976
|
+
# retention_period: {
|
3977
|
+
# default_retention: { # required
|
3978
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
3979
|
+
# value: 1,
|
3980
|
+
# },
|
3981
|
+
# minimum_retention: { # required
|
3982
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
3983
|
+
# value: 1,
|
3984
|
+
# },
|
3985
|
+
# maximum_retention: { # required
|
3986
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
3987
|
+
# value: 1,
|
3988
|
+
# },
|
3989
|
+
# },
|
3990
|
+
# snaplock_type: "COMPLIANCE", # required, accepts COMPLIANCE, ENTERPRISE
|
3991
|
+
# volume_append_mode_enabled: false,
|
3992
|
+
# },
|
3725
3993
|
# },
|
3726
3994
|
# tags: [
|
3727
3995
|
# {
|
@@ -3750,6 +4018,18 @@ module Aws::FSx
|
|
3750
4018
|
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3751
4019
|
# resp.volume.ontap_configuration.snapshot_policy #=> String
|
3752
4020
|
# resp.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
4021
|
+
# resp.volume.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
4022
|
+
# resp.volume.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
4023
|
+
# resp.volume.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
4024
|
+
# resp.volume.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
4025
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4026
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
4027
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4028
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
4029
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4030
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
4031
|
+
# resp.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
4032
|
+
# resp.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
3753
4033
|
# resp.volume.resource_arn #=> String
|
3754
4034
|
# resp.volume.tags #=> Array
|
3755
4035
|
# resp.volume.tags[0].key #=> String
|
@@ -3758,7 +4038,7 @@ module Aws::FSx
|
|
3758
4038
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
3759
4039
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
3760
4040
|
# resp.volume.administrative_actions #=> Array
|
3761
|
-
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
4041
|
+
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
3762
4042
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
3763
4043
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
3764
4044
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3805,6 +4085,8 @@ module Aws::FSx
|
|
3805
4085
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
3806
4086
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
3807
4087
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
4088
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4089
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
3808
4090
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
3809
4091
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
3810
4092
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -3849,12 +4131,17 @@ module Aws::FSx
|
|
3849
4131
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3850
4132
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3851
4133
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
3852
|
-
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
4134
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
3853
4135
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3854
4136
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3855
4137
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3856
4138
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
3857
4139
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
4140
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
4141
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
4142
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
4143
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
4144
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
3858
4145
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
3859
4146
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
3860
4147
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -4340,6 +4627,7 @@ module Aws::FSx
|
|
4340
4627
|
# value: "TagValue", # required
|
4341
4628
|
# },
|
4342
4629
|
# ],
|
4630
|
+
# bypass_snaplock_enterprise_retention: false,
|
4343
4631
|
# },
|
4344
4632
|
# open_zfs_configuration: {
|
4345
4633
|
# options: ["DELETE_CHILD_VOLUMES_AND_SNAPSHOTS"], # accepts DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
|
@@ -4527,6 +4815,8 @@ module Aws::FSx
|
|
4527
4815
|
# resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
4528
4816
|
# resp.backups[0].file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
4529
4817
|
# resp.backups[0].file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
4818
|
+
# resp.backups[0].file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4819
|
+
# resp.backups[0].file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
4530
4820
|
# resp.backups[0].file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
4531
4821
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
4532
4822
|
# resp.backups[0].file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -4548,7 +4838,7 @@ module Aws::FSx
|
|
4548
4838
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
4549
4839
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
4550
4840
|
# resp.backups[0].file_system.administrative_actions #=> Array
|
4551
|
-
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
4841
|
+
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
4552
4842
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
4553
4843
|
# resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
|
4554
4844
|
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4571,6 +4861,18 @@ module Aws::FSx
|
|
4571
4861
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
4572
4862
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
4573
4863
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
4864
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
4865
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
4866
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
4867
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
4868
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4869
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
4870
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4871
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
4872
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4873
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
4874
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
4875
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
4574
4876
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
4575
4877
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
4576
4878
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -4635,12 +4937,17 @@ module Aws::FSx
|
|
4635
4937
|
# resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
4636
4938
|
# resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
4637
4939
|
# resp.backups[0].file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
4638
|
-
# resp.backups[0].file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
4940
|
+
# resp.backups[0].file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
4639
4941
|
# resp.backups[0].file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
4640
4942
|
# resp.backups[0].file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
4641
4943
|
# resp.backups[0].file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4642
4944
|
# resp.backups[0].file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
4643
4945
|
# resp.backups[0].file_system.open_zfs_configuration.root_volume_id #=> String
|
4946
|
+
# resp.backups[0].file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
4947
|
+
# resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
4948
|
+
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids #=> Array
|
4949
|
+
# resp.backups[0].file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
4950
|
+
# resp.backups[0].file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
4644
4951
|
# resp.backups[0].directory_information.domain_name #=> String
|
4645
4952
|
# resp.backups[0].directory_information.active_directory_id #=> String
|
4646
4953
|
# resp.backups[0].directory_information.resource_arn #=> String
|
@@ -4665,6 +4972,18 @@ module Aws::FSx
|
|
4665
4972
|
# resp.backups[0].volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
4666
4973
|
# resp.backups[0].volume.ontap_configuration.snapshot_policy #=> String
|
4667
4974
|
# resp.backups[0].volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
4975
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
4976
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
4977
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
4978
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
4979
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4980
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
4981
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4982
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
4983
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
4984
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
4985
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
4986
|
+
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
4668
4987
|
# resp.backups[0].volume.resource_arn #=> String
|
4669
4988
|
# resp.backups[0].volume.tags #=> Array
|
4670
4989
|
# resp.backups[0].volume.tags[0].key #=> String
|
@@ -4673,7 +4992,7 @@ module Aws::FSx
|
|
4673
4992
|
# resp.backups[0].volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
4674
4993
|
# resp.backups[0].volume.lifecycle_transition_reason.message #=> String
|
4675
4994
|
# resp.backups[0].volume.administrative_actions #=> Array
|
4676
|
-
# resp.backups[0].volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
4995
|
+
# resp.backups[0].volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
4677
4996
|
# resp.backups[0].volume.administrative_actions[0].progress_percent #=> Integer
|
4678
4997
|
# resp.backups[0].volume.administrative_actions[0].request_time #=> Time
|
4679
4998
|
# resp.backups[0].volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4720,6 +5039,8 @@ module Aws::FSx
|
|
4720
5039
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
4721
5040
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
4722
5041
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
5042
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5043
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
4723
5044
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
4724
5045
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
4725
5046
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -4764,12 +5085,17 @@ module Aws::FSx
|
|
4764
5085
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
4765
5086
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
4766
5087
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
4767
|
-
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5088
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
4768
5089
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
4769
5090
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
4770
5091
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
4771
5092
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
4772
5093
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
5094
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
5095
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
5096
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
5097
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
5098
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
4773
5099
|
# resp.backups[0].volume.administrative_actions[0].failure_details.message #=> String
|
4774
5100
|
# resp.backups[0].volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
4775
5101
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -5003,6 +5329,8 @@ module Aws::FSx
|
|
5003
5329
|
# resp.data_repository_tasks[0].report.scope #=> String, one of "FAILED_FILES_ONLY"
|
5004
5330
|
# resp.data_repository_tasks[0].capacity_to_release #=> Integer
|
5005
5331
|
# resp.data_repository_tasks[0].file_cache_id #=> String
|
5332
|
+
# resp.data_repository_tasks[0].release_configuration.duration_since_last_access.unit #=> String, one of "DAYS"
|
5333
|
+
# resp.data_repository_tasks[0].release_configuration.duration_since_last_access.value #=> Integer
|
5006
5334
|
# resp.next_token #=> String
|
5007
5335
|
#
|
5008
5336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeDataRepositoryTasks AWS API Documentation
|
@@ -5322,6 +5650,8 @@ module Aws::FSx
|
|
5322
5650
|
# resp.file_systems[0].windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
5323
5651
|
# resp.file_systems[0].windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
5324
5652
|
# resp.file_systems[0].windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
5653
|
+
# resp.file_systems[0].windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5654
|
+
# resp.file_systems[0].windows_configuration.disk_iops_configuration.iops #=> Integer
|
5325
5655
|
# resp.file_systems[0].lustre_configuration.weekly_maintenance_start_time #=> String
|
5326
5656
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
5327
5657
|
# resp.file_systems[0].lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -5343,7 +5673,7 @@ module Aws::FSx
|
|
5343
5673
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
5344
5674
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
5345
5675
|
# resp.file_systems[0].administrative_actions #=> Array
|
5346
|
-
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
5676
|
+
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
5347
5677
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
5348
5678
|
# resp.file_systems[0].administrative_actions[0].request_time #=> Time
|
5349
5679
|
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5366,6 +5696,18 @@ module Aws::FSx
|
|
5366
5696
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
5367
5697
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
5368
5698
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
5699
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
5700
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
5701
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
5702
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
5703
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
5704
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
5705
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
5706
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
5707
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
5708
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
5709
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
5710
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
5369
5711
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.resource_arn #=> String
|
5370
5712
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags #=> Array
|
5371
5713
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -5430,12 +5772,17 @@ module Aws::FSx
|
|
5430
5772
|
# resp.file_systems[0].open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5431
5773
|
# resp.file_systems[0].open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5432
5774
|
# resp.file_systems[0].open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
5433
|
-
# resp.file_systems[0].open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5775
|
+
# resp.file_systems[0].open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
5434
5776
|
# resp.file_systems[0].open_zfs_configuration.throughput_capacity #=> Integer
|
5435
5777
|
# resp.file_systems[0].open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5436
5778
|
# resp.file_systems[0].open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5437
5779
|
# resp.file_systems[0].open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
5438
5780
|
# resp.file_systems[0].open_zfs_configuration.root_volume_id #=> String
|
5781
|
+
# resp.file_systems[0].open_zfs_configuration.preferred_subnet_id #=> String
|
5782
|
+
# resp.file_systems[0].open_zfs_configuration.endpoint_ip_address_range #=> String
|
5783
|
+
# resp.file_systems[0].open_zfs_configuration.route_table_ids #=> Array
|
5784
|
+
# resp.file_systems[0].open_zfs_configuration.route_table_ids[0] #=> String
|
5785
|
+
# resp.file_systems[0].open_zfs_configuration.endpoint_ip_address #=> String
|
5439
5786
|
# resp.next_token #=> String
|
5440
5787
|
#
|
5441
5788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
|
@@ -5528,7 +5875,7 @@ module Aws::FSx
|
|
5528
5875
|
# resp.snapshots[0].tags[0].key #=> String
|
5529
5876
|
# resp.snapshots[0].tags[0].value #=> String
|
5530
5877
|
# resp.snapshots[0].administrative_actions #=> Array
|
5531
|
-
# resp.snapshots[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
5878
|
+
# resp.snapshots[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
5532
5879
|
# resp.snapshots[0].administrative_actions[0].progress_percent #=> Integer
|
5533
5880
|
# resp.snapshots[0].administrative_actions[0].request_time #=> Time
|
5534
5881
|
# resp.snapshots[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5575,6 +5922,8 @@ module Aws::FSx
|
|
5575
5922
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
5576
5923
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
5577
5924
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
5925
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5926
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
5578
5927
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
5579
5928
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
5580
5929
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -5619,12 +5968,17 @@ module Aws::FSx
|
|
5619
5968
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5620
5969
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5621
5970
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
5622
|
-
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5971
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
5623
5972
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
5624
5973
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5625
5974
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5626
5975
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
5627
5976
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
5977
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
5978
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
5979
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
5980
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
5981
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
5628
5982
|
# resp.snapshots[0].administrative_actions[0].failure_details.message #=> String
|
5629
5983
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.creation_time #=> Time
|
5630
5984
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -5643,6 +5997,18 @@ module Aws::FSx
|
|
5643
5997
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
5644
5998
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
5645
5999
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
6000
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
6001
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
6002
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
6003
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
6004
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6005
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
6006
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6007
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
6008
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6009
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6010
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6011
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
5646
6012
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.resource_arn #=> String
|
5647
6013
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.tags #=> Array
|
5648
6014
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -5832,6 +6198,18 @@ module Aws::FSx
|
|
5832
6198
|
# resp.volumes[0].ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
5833
6199
|
# resp.volumes[0].ontap_configuration.snapshot_policy #=> String
|
5834
6200
|
# resp.volumes[0].ontap_configuration.copy_tags_to_backups #=> Boolean
|
6201
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
6202
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
6203
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
6204
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
6205
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6206
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
6207
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6208
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
6209
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6210
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6211
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6212
|
+
# resp.volumes[0].ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
5835
6213
|
# resp.volumes[0].resource_arn #=> String
|
5836
6214
|
# resp.volumes[0].tags #=> Array
|
5837
6215
|
# resp.volumes[0].tags[0].key #=> String
|
@@ -5840,7 +6218,7 @@ module Aws::FSx
|
|
5840
6218
|
# resp.volumes[0].volume_type #=> String, one of "ONTAP", "OPENZFS"
|
5841
6219
|
# resp.volumes[0].lifecycle_transition_reason.message #=> String
|
5842
6220
|
# resp.volumes[0].administrative_actions #=> Array
|
5843
|
-
# resp.volumes[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
6221
|
+
# resp.volumes[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
5844
6222
|
# resp.volumes[0].administrative_actions[0].progress_percent #=> Integer
|
5845
6223
|
# resp.volumes[0].administrative_actions[0].request_time #=> Time
|
5846
6224
|
# resp.volumes[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5887,6 +6265,8 @@ module Aws::FSx
|
|
5887
6265
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
5888
6266
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
5889
6267
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
6268
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6269
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
5890
6270
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
5891
6271
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
5892
6272
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -5931,12 +6311,17 @@ module Aws::FSx
|
|
5931
6311
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5932
6312
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5933
6313
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
5934
|
-
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6314
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
5935
6315
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
5936
6316
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5937
6317
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
5938
6318
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
5939
6319
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
6320
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
6321
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
6322
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6323
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6324
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
5940
6325
|
# resp.volumes[0].administrative_actions[0].failure_details.message #=> String
|
5941
6326
|
# resp.volumes[0].administrative_actions[0].target_volume_values #=> Types::Volume
|
5942
6327
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -6200,6 +6585,8 @@ module Aws::FSx
|
|
6200
6585
|
# resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
6201
6586
|
# resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
6202
6587
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
6588
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6589
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
6203
6590
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
6204
6591
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
6205
6592
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -6221,7 +6608,7 @@ module Aws::FSx
|
|
6221
6608
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
6222
6609
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
6223
6610
|
# resp.file_system.administrative_actions #=> Array
|
6224
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
6611
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
6225
6612
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
6226
6613
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
6227
6614
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6244,6 +6631,18 @@ module Aws::FSx
|
|
6244
6631
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
6245
6632
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
6246
6633
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
6634
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
6635
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
6636
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
6637
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
6638
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6639
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
6640
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6641
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
6642
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6643
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6644
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6645
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
6247
6646
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
6248
6647
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
6249
6648
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -6308,12 +6707,17 @@ module Aws::FSx
|
|
6308
6707
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6309
6708
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6310
6709
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
6311
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6710
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
6312
6711
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
6313
6712
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6314
6713
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6315
6714
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
6316
6715
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
6716
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
6717
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
6718
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
6719
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
6720
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
6317
6721
|
#
|
6318
6722
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/ReleaseFileSystemNfsV3Locks AWS API Documentation
|
6319
6723
|
#
|
@@ -6376,7 +6780,7 @@ module Aws::FSx
|
|
6376
6780
|
# resp.volume_id #=> String
|
6377
6781
|
# resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
|
6378
6782
|
# resp.administrative_actions #=> Array
|
6379
|
-
# resp.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
6783
|
+
# resp.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
6380
6784
|
# resp.administrative_actions[0].progress_percent #=> Integer
|
6381
6785
|
# resp.administrative_actions[0].request_time #=> Time
|
6382
6786
|
# resp.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6423,6 +6827,8 @@ module Aws::FSx
|
|
6423
6827
|
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
6424
6828
|
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
6425
6829
|
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
6830
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6831
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
6426
6832
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
6427
6833
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
6428
6834
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -6467,12 +6873,17 @@ module Aws::FSx
|
|
6467
6873
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6468
6874
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6469
6875
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
6470
|
-
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6876
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
6471
6877
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
6472
6878
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6473
6879
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6474
6880
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
6475
6881
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
6882
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
6883
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
6884
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
6885
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
6886
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
6476
6887
|
# resp.administrative_actions[0].failure_details.message #=> String
|
6477
6888
|
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
6478
6889
|
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -6491,6 +6902,18 @@ module Aws::FSx
|
|
6491
6902
|
# resp.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
6492
6903
|
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
6493
6904
|
# resp.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
6905
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
6906
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
6907
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
6908
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
6909
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6910
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
6911
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6912
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
6913
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
6914
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6915
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6916
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
6494
6917
|
# resp.administrative_actions[0].target_volume_values.resource_arn #=> String
|
6495
6918
|
# resp.administrative_actions[0].target_volume_values.tags #=> Array
|
6496
6919
|
# resp.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -6808,8 +7231,12 @@ module Aws::FSx
|
|
6808
7231
|
#
|
6809
7232
|
# * `StorageCapacity`
|
6810
7233
|
#
|
7234
|
+
# * `StorageType`
|
7235
|
+
#
|
6811
7236
|
# * `ThroughputCapacity`
|
6812
7237
|
#
|
7238
|
+
# * `DiskIopsConfiguration`
|
7239
|
+
#
|
6813
7240
|
# * `WeeklyMaintenanceStartTime`
|
6814
7241
|
#
|
6815
7242
|
# For FSx for Lustre file systems, you can update the following
|
@@ -6823,6 +7250,8 @@ module Aws::FSx
|
|
6823
7250
|
#
|
6824
7251
|
# * `DataCompressionType`
|
6825
7252
|
#
|
7253
|
+
# * `LogConfiguration`
|
7254
|
+
#
|
6826
7255
|
# * `LustreRootSquashConfiguration`
|
6827
7256
|
#
|
6828
7257
|
# * `StorageCapacity`
|
@@ -6949,6 +7378,9 @@ module Aws::FSx
|
|
6949
7378
|
# @option params [Types::UpdateFileSystemOpenZFSConfiguration] :open_zfs_configuration
|
6950
7379
|
# The configuration updates for an FSx for OpenZFS file system.
|
6951
7380
|
#
|
7381
|
+
# @option params [String] :storage_type
|
7382
|
+
# Specifies the file system's storage type.
|
7383
|
+
#
|
6952
7384
|
# @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6953
7385
|
#
|
6954
7386
|
# * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
|
@@ -7021,6 +7453,10 @@ module Aws::FSx
|
|
7021
7453
|
# file_share_access_audit_log_level: "DISABLED", # required, accepts DISABLED, SUCCESS_ONLY, FAILURE_ONLY, SUCCESS_AND_FAILURE
|
7022
7454
|
# audit_log_destination: "GeneralARN",
|
7023
7455
|
# },
|
7456
|
+
# disk_iops_configuration: {
|
7457
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
7458
|
+
# iops: 1,
|
7459
|
+
# },
|
7024
7460
|
# },
|
7025
7461
|
# lustre_configuration: {
|
7026
7462
|
# weekly_maintenance_start_time: "WeeklyTime",
|
@@ -7061,7 +7497,10 @@ module Aws::FSx
|
|
7061
7497
|
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
7062
7498
|
# iops: 1,
|
7063
7499
|
# },
|
7500
|
+
# add_route_table_ids: ["RouteTableId"],
|
7501
|
+
# remove_route_table_ids: ["RouteTableId"],
|
7064
7502
|
# },
|
7503
|
+
# storage_type: "SSD", # accepts SSD, HDD
|
7065
7504
|
# })
|
7066
7505
|
#
|
7067
7506
|
# @example Response structure
|
@@ -7109,6 +7548,8 @@ module Aws::FSx
|
|
7109
7548
|
# resp.file_system.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
7110
7549
|
# resp.file_system.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
7111
7550
|
# resp.file_system.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
7551
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7552
|
+
# resp.file_system.windows_configuration.disk_iops_configuration.iops #=> Integer
|
7112
7553
|
# resp.file_system.lustre_configuration.weekly_maintenance_start_time #=> String
|
7113
7554
|
# resp.file_system.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
7114
7555
|
# resp.file_system.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -7130,7 +7571,7 @@ module Aws::FSx
|
|
7130
7571
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
7131
7572
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
7132
7573
|
# resp.file_system.administrative_actions #=> Array
|
7133
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
7574
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
7134
7575
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
7135
7576
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
7136
7577
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7153,6 +7594,18 @@ module Aws::FSx
|
|
7153
7594
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
7154
7595
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
7155
7596
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
7597
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
7598
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
7599
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
7600
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
7601
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
7602
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
7603
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
7604
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
7605
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
7606
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
7607
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
7608
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
7156
7609
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
7157
7610
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
7158
7611
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -7217,12 +7670,17 @@ module Aws::FSx
|
|
7217
7670
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
7218
7671
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
7219
7672
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
7220
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
7673
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
7221
7674
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
7222
7675
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
7223
7676
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7224
7677
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
7225
7678
|
# resp.file_system.open_zfs_configuration.root_volume_id #=> String
|
7679
|
+
# resp.file_system.open_zfs_configuration.preferred_subnet_id #=> String
|
7680
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address_range #=> String
|
7681
|
+
# resp.file_system.open_zfs_configuration.route_table_ids #=> Array
|
7682
|
+
# resp.file_system.open_zfs_configuration.route_table_ids[0] #=> String
|
7683
|
+
# resp.file_system.open_zfs_configuration.endpoint_ip_address #=> String
|
7226
7684
|
#
|
7227
7685
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
|
7228
7686
|
#
|
@@ -7276,7 +7734,7 @@ module Aws::FSx
|
|
7276
7734
|
# resp.snapshot.tags[0].key #=> String
|
7277
7735
|
# resp.snapshot.tags[0].value #=> String
|
7278
7736
|
# resp.snapshot.administrative_actions #=> Array
|
7279
|
-
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
7737
|
+
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
7280
7738
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
7281
7739
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
7282
7740
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7323,6 +7781,8 @@ module Aws::FSx
|
|
7323
7781
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
7324
7782
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
7325
7783
|
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
7784
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7785
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
7326
7786
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
7327
7787
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
7328
7788
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -7367,12 +7827,17 @@ module Aws::FSx
|
|
7367
7827
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
7368
7828
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
7369
7829
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
7370
|
-
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
7830
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
7371
7831
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
7372
7832
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
7373
7833
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7374
7834
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
7375
7835
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
7836
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
7837
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
7838
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
7839
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
7840
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
7376
7841
|
# resp.snapshot.administrative_actions[0].failure_details.message #=> String
|
7377
7842
|
# resp.snapshot.administrative_actions[0].target_volume_values.creation_time #=> Time
|
7378
7843
|
# resp.snapshot.administrative_actions[0].target_volume_values.file_system_id #=> String
|
@@ -7391,6 +7856,18 @@ module Aws::FSx
|
|
7391
7856
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
7392
7857
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
7393
7858
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
7859
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
7860
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
7861
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
7862
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
7863
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
7864
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
7865
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
7866
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
7867
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
7868
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
7869
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
7870
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
7394
7871
|
# resp.snapshot.administrative_actions[0].target_volume_values.resource_arn #=> String
|
7395
7872
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags #=> Array
|
7396
7873
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -7569,6 +8046,29 @@ module Aws::FSx
|
|
7569
8046
|
# },
|
7570
8047
|
# snapshot_policy: "SnapshotPolicy",
|
7571
8048
|
# copy_tags_to_backups: false,
|
8049
|
+
# snaplock_configuration: {
|
8050
|
+
# audit_log_volume: false,
|
8051
|
+
# autocommit_period: {
|
8052
|
+
# type: "MINUTES", # required, accepts MINUTES, HOURS, DAYS, MONTHS, YEARS, NONE
|
8053
|
+
# value: 1,
|
8054
|
+
# },
|
8055
|
+
# privileged_delete: "DISABLED", # accepts DISABLED, ENABLED, PERMANENTLY_DISABLED
|
8056
|
+
# retention_period: {
|
8057
|
+
# default_retention: { # required
|
8058
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
8059
|
+
# value: 1,
|
8060
|
+
# },
|
8061
|
+
# minimum_retention: { # required
|
8062
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
8063
|
+
# value: 1,
|
8064
|
+
# },
|
8065
|
+
# maximum_retention: { # required
|
8066
|
+
# type: "SECONDS", # required, accepts SECONDS, MINUTES, HOURS, DAYS, MONTHS, YEARS, INFINITE, UNSPECIFIED
|
8067
|
+
# value: 1,
|
8068
|
+
# },
|
8069
|
+
# },
|
8070
|
+
# volume_append_mode_enabled: false,
|
8071
|
+
# },
|
7572
8072
|
# },
|
7573
8073
|
# name: "VolumeName",
|
7574
8074
|
# open_zfs_configuration: {
|
@@ -7616,6 +8116,18 @@ module Aws::FSx
|
|
7616
8116
|
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
7617
8117
|
# resp.volume.ontap_configuration.snapshot_policy #=> String
|
7618
8118
|
# resp.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
8119
|
+
# resp.volume.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
8120
|
+
# resp.volume.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
8121
|
+
# resp.volume.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
8122
|
+
# resp.volume.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
8123
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
8124
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
8125
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
8126
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
8127
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
8128
|
+
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
8129
|
+
# resp.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
8130
|
+
# resp.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
7619
8131
|
# resp.volume.resource_arn #=> String
|
7620
8132
|
# resp.volume.tags #=> Array
|
7621
8133
|
# resp.volume.tags[0].key #=> String
|
@@ -7624,7 +8136,7 @@ module Aws::FSx
|
|
7624
8136
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
7625
8137
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
7626
8138
|
# resp.volume.administrative_actions #=> Array
|
7627
|
-
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE"
|
8139
|
+
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION"
|
7628
8140
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
7629
8141
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
7630
8142
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7671,6 +8183,8 @@ module Aws::FSx
|
|
7671
8183
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
7672
8184
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
7673
8185
|
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
8186
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
8187
|
+
# resp.volume.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
7674
8188
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
7675
8189
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
7676
8190
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
@@ -7715,12 +8229,17 @@ module Aws::FSx
|
|
7715
8229
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
7716
8230
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
7717
8231
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
7718
|
-
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
8232
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
7719
8233
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
7720
8234
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
7721
8235
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
7722
8236
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
7723
8237
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
8238
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
8239
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
8240
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
8241
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
8242
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
7724
8243
|
# resp.volume.administrative_actions[0].failure_details.message #=> String
|
7725
8244
|
# resp.volume.administrative_actions[0].target_volume_values #=> Types::Volume
|
7726
8245
|
# resp.volume.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
@@ -7779,7 +8298,7 @@ module Aws::FSx
|
|
7779
8298
|
params: params,
|
7780
8299
|
config: config)
|
7781
8300
|
context[:gem_name] = 'aws-sdk-fsx'
|
7782
|
-
context[:gem_version] = '1.
|
8301
|
+
context[:gem_version] = '1.74.0'
|
7783
8302
|
Seahorse::Client::Request.new(handlers, context)
|
7784
8303
|
end
|
7785
8304
|
|