aws-sdk-fsx 1.104.0 → 1.105.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: becbfc75becca2615559da5169f9439d19ac9468d93aa7a1f850784c9ec25023
4
- data.tar.gz: c767738fa28581f459a4aec010e77f75b092bc6983142bc93927c3d35c10badd
3
+ metadata.gz: '02338ac3cd8baab2cc54b25b291d0475e2cf93968517adb97a3def78fed524ae'
4
+ data.tar.gz: 454f6a5cc84f7c91d94f1f27927832ff0bcc22280c90380bc8f0f6f90d5faa91
5
5
  SHA512:
6
- metadata.gz: 79e4e1392cfa4704db2a0b730d8bf1aa946c6cdce3e510a7653294dba0042a1367fb58546dab7d05faa524d398a49299e7f827504bf663902c01ef1c5de3c9b6
7
- data.tar.gz: f5eb6d0d8cd58ccd617d06ffcbc26b07dcf244b7df66ef221d1f764a529d82a4dc0638bf9d3280156d2877f54547cec4fd6c29429c5ae816ca3cb4f02d1ad693
6
+ metadata.gz: 681b188945b6ee79bc5243c28d5418675d282bd4f8f4b6329392847223440978ddb499cde361f9a50d47a280a6468e0a71fbe0150afe7a81f309877e7752cb2e
7
+ data.tar.gz: d01dd6f7ae7ee2941aadbebe18a9a619a3de775c6fc02a6704ffaa656230b62aa8d1b100f47b042eaf3c109fc50f0f90adc74a249d589d69179f5d23532021ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-11-27)
5
+ ------------------
6
+
7
+ * Feature - This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.
8
+
4
9
  1.104.0 (2024-11-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -815,6 +815,7 @@ module Aws::FSx
815
815
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
816
816
  # resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
817
817
  # resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
818
+ # resp.backup.file_system.lustre_configuration.efa_enabled #=> Boolean
818
819
  # resp.backup.file_system.administrative_actions #=> Array
819
820
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
820
821
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1059,6 +1060,7 @@ module Aws::FSx
1059
1060
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1060
1061
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1061
1062
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1063
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
1062
1064
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1063
1065
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1064
1066
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -1303,6 +1305,7 @@ module Aws::FSx
1303
1305
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1304
1306
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1305
1307
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1308
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
1306
1309
  # resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1307
1310
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1308
1311
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -1656,6 +1659,7 @@ module Aws::FSx
1656
1659
  # resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1657
1660
  # resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
1658
1661
  # resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1662
+ # resp.backup.file_system.lustre_configuration.efa_enabled #=> Boolean
1659
1663
  # resp.backup.file_system.administrative_actions #=> Array
1660
1664
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
1661
1665
  # resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -1900,6 +1904,7 @@ module Aws::FSx
1900
1904
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
1901
1905
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
1902
1906
  # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
1907
+ # resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
1903
1908
  # resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
1904
1909
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
1905
1910
  # resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -2871,6 +2876,7 @@ module Aws::FSx
2871
2876
  # copy_tags_to_backups: false,
2872
2877
  # drive_cache_type: "NONE", # accepts NONE, READ
2873
2878
  # data_compression_type: "NONE", # accepts NONE, LZ4
2879
+ # efa_enabled: false,
2874
2880
  # log_configuration: {
2875
2881
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
2876
2882
  # destination: "GeneralARN",
@@ -3012,6 +3018,7 @@ module Aws::FSx
3012
3018
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3013
3019
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
3014
3020
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3021
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
3015
3022
  # resp.file_system.administrative_actions #=> Array
3016
3023
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
3017
3024
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -3430,6 +3437,7 @@ module Aws::FSx
3430
3437
  # copy_tags_to_backups: false,
3431
3438
  # drive_cache_type: "NONE", # accepts NONE, READ
3432
3439
  # data_compression_type: "NONE", # accepts NONE, LZ4
3440
+ # efa_enabled: false,
3433
3441
  # log_configuration: {
3434
3442
  # level: "DISABLED", # required, accepts DISABLED, WARN_ONLY, ERROR_ONLY, WARN_ERROR
3435
3443
  # destination: "GeneralARN",
@@ -3557,6 +3565,7 @@ module Aws::FSx
3557
3565
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3558
3566
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
3559
3567
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3568
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
3560
3569
  # resp.file_system.administrative_actions #=> Array
3561
3570
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
3562
3571
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -3843,6 +3852,7 @@ module Aws::FSx
3843
3852
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
3844
3853
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
3845
3854
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
3855
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
3846
3856
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
3847
3857
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
3848
3858
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -4326,6 +4336,7 @@ module Aws::FSx
4326
4336
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4327
4337
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
4328
4338
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
4339
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
4329
4340
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4330
4341
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4331
4342
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -4616,6 +4627,7 @@ module Aws::FSx
4616
4627
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
4617
4628
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
4618
4629
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
4630
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
4619
4631
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
4620
4632
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
4621
4633
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -5375,6 +5387,7 @@ module Aws::FSx
5375
5387
  # resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5376
5388
  # resp.backups[0].file_system.lustre_configuration.metadata_configuration.iops #=> Integer
5377
5389
  # resp.backups[0].file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
5390
+ # resp.backups[0].file_system.lustre_configuration.efa_enabled #=> Boolean
5378
5391
  # resp.backups[0].file_system.administrative_actions #=> Array
5379
5392
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
5380
5393
  # resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
@@ -5619,6 +5632,7 @@ module Aws::FSx
5619
5632
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
5620
5633
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
5621
5634
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
5635
+ # resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
5622
5636
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
5623
5637
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
5624
5638
  # resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -6240,6 +6254,7 @@ module Aws::FSx
6240
6254
  # resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6241
6255
  # resp.file_systems[0].lustre_configuration.metadata_configuration.iops #=> Integer
6242
6256
  # resp.file_systems[0].lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6257
+ # resp.file_systems[0].lustre_configuration.efa_enabled #=> Boolean
6243
6258
  # resp.file_systems[0].administrative_actions #=> Array
6244
6259
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
6245
6260
  # resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
@@ -6560,6 +6575,7 @@ module Aws::FSx
6560
6575
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6561
6576
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
6562
6577
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6578
+ # resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
6563
6579
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6564
6580
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6565
6581
  # resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -6923,6 +6939,7 @@ module Aws::FSx
6923
6939
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
6924
6940
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
6925
6941
  # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
6942
+ # resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
6926
6943
  # resp.volumes[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
6927
6944
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
6928
6945
  # resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -7254,6 +7271,7 @@ module Aws::FSx
7254
7271
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7255
7272
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
7256
7273
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7274
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
7257
7275
  # resp.file_system.administrative_actions #=> Array
7258
7276
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
7259
7277
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -7511,6 +7529,7 @@ module Aws::FSx
7511
7529
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7512
7530
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
7513
7531
  # resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7532
+ # resp.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
7514
7533
  # resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
7515
7534
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
7516
7535
  # resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -7737,6 +7756,7 @@ module Aws::FSx
7737
7756
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
7738
7757
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
7739
7758
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
7759
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
7740
7760
  # resp.file_system.administrative_actions #=> Array
7741
7761
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
7742
7762
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -8497,6 +8517,7 @@ module Aws::FSx
8497
8517
  # resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
8498
8518
  # resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
8499
8519
  # resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
8520
+ # resp.file_system.lustre_configuration.efa_enabled #=> Boolean
8500
8521
  # resp.file_system.administrative_actions #=> Array
8501
8522
  # 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", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT", "DOWNLOAD_DATA_FROM_BACKUP"
8502
8523
  # resp.file_system.administrative_actions[0].progress_percent #=> Integer
@@ -8802,6 +8823,7 @@ module Aws::FSx
8802
8823
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
8803
8824
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
8804
8825
  # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
8826
+ # resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
8805
8827
  # resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
8806
8828
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
8807
8829
  # resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -9225,6 +9247,7 @@ module Aws::FSx
9225
9247
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
9226
9248
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
9227
9249
  # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
9250
+ # resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.efa_enabled #=> Boolean
9228
9251
  # resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
9229
9252
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
9230
9253
  # resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
@@ -9331,7 +9354,7 @@ module Aws::FSx
9331
9354
  tracer: tracer
9332
9355
  )
9333
9356
  context[:gem_name] = 'aws-sdk-fsx'
9334
- context[:gem_version] = '1.104.0'
9357
+ context[:gem_version] = '1.105.0'
9335
9358
  Seahorse::Client::Request.new(handlers, context)
9336
9359
  end
9337
9360
 
@@ -689,6 +689,7 @@ module Aws::FSx
689
689
  CreateFileSystemLustreConfiguration.add_member(:copy_tags_to_backups, Shapes::ShapeRef.new(shape: Flag, location_name: "CopyTagsToBackups"))
690
690
  CreateFileSystemLustreConfiguration.add_member(:drive_cache_type, Shapes::ShapeRef.new(shape: DriveCacheType, location_name: "DriveCacheType"))
691
691
  CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
692
+ CreateFileSystemLustreConfiguration.add_member(:efa_enabled, Shapes::ShapeRef.new(shape: Flag, location_name: "EfaEnabled"))
692
693
  CreateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
693
694
  CreateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
694
695
  CreateFileSystemLustreConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
@@ -1336,6 +1337,7 @@ module Aws::FSx
1336
1337
  LustreFileSystemConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogConfiguration, location_name: "LogConfiguration"))
1337
1338
  LustreFileSystemConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
1338
1339
  LustreFileSystemConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: FileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
1340
+ LustreFileSystemConfiguration.add_member(:efa_enabled, Shapes::ShapeRef.new(shape: Flag, location_name: "EfaEnabled"))
1339
1341
  LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
1340
1342
 
1341
1343
  LustreLogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
@@ -1946,6 +1946,14 @@ module Aws::FSx
1946
1946
  # [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-compression.html
1947
1947
  # @return [String]
1948
1948
  #
1949
+ # @!attribute [rw] efa_enabled
1950
+ # (Optional) Specifies whether Elastic Fabric Adapter (EFA) and
1951
+ # GPUDirect Storage (GDS) support is enabled for the Amazon FSx for
1952
+ # Lustre file system.
1953
+ #
1954
+ # (Default = `false`)
1955
+ # @return [Boolean]
1956
+ #
1949
1957
  # @!attribute [rw] log_configuration
1950
1958
  # The Lustre logging configuration used when creating an Amazon FSx
1951
1959
  # for Lustre file system. When logging is enabled, Lustre logs error
@@ -1980,6 +1988,7 @@ module Aws::FSx
1980
1988
  :copy_tags_to_backups,
1981
1989
  :drive_cache_type,
1982
1990
  :data_compression_type,
1991
+ :efa_enabled,
1983
1992
  :log_configuration,
1984
1993
  :root_squash_configuration,
1985
1994
  :metadata_configuration)
@@ -6592,6 +6601,11 @@ module Aws::FSx
6592
6601
  # Lustre file system using a `PERSISTENT_2` deployment type.
6593
6602
  # @return [Types::FileSystemLustreMetadataConfiguration]
6594
6603
  #
6604
+ # @!attribute [rw] efa_enabled
6605
+ # Specifies whether Elastic Fabric Adapter (EFA) and GPUDirect Storage
6606
+ # (GDS) support is enabled for the Amazon FSx for Lustre file system.
6607
+ # @return [Boolean]
6608
+ #
6595
6609
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
6596
6610
  #
6597
6611
  class LustreFileSystemConfiguration < Struct.new(
@@ -6607,7 +6621,8 @@ module Aws::FSx
6607
6621
  :data_compression_type,
6608
6622
  :log_configuration,
6609
6623
  :root_squash_configuration,
6610
- :metadata_configuration)
6624
+ :metadata_configuration,
6625
+ :efa_enabled)
6611
6626
  SENSITIVE = []
6612
6627
  include Aws::Structure
6613
6628
  end
data/lib/aws-sdk-fsx.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FSx
54
54
  autoload :EndpointProvider, 'aws-sdk-fsx/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fsx/endpoints'
56
56
 
57
- GEM_VERSION = '1.104.0'
57
+ GEM_VERSION = '1.105.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -316,6 +316,7 @@ module Aws
316
316
  copy_tags_to_backups: bool?,
317
317
  drive_cache_type: ("NONE" | "READ")?,
318
318
  data_compression_type: ("NONE" | "LZ4")?,
319
+ efa_enabled: bool?,
319
320
  log_configuration: {
320
321
  level: ("DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR"),
321
322
  destination: ::String?
@@ -446,6 +447,7 @@ module Aws
446
447
  copy_tags_to_backups: bool?,
447
448
  drive_cache_type: ("NONE" | "READ")?,
448
449
  data_compression_type: ("NONE" | "LZ4")?,
450
+ efa_enabled: bool?,
449
451
  log_configuration: {
450
452
  level: ("DISABLED" | "WARN_ONLY" | "ERROR_ONLY" | "WARN_ERROR"),
451
453
  destination: ::String?
data/sig/types.rbs CHANGED
@@ -298,6 +298,7 @@ module Aws::FSx
298
298
  attr_accessor copy_tags_to_backups: bool
299
299
  attr_accessor drive_cache_type: ("NONE" | "READ")
300
300
  attr_accessor data_compression_type: ("NONE" | "LZ4")
301
+ attr_accessor efa_enabled: bool
301
302
  attr_accessor log_configuration: Types::LustreLogCreateConfiguration
302
303
  attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
303
304
  attr_accessor metadata_configuration: Types::CreateFileSystemLustreMetadataConfiguration
@@ -1124,6 +1125,7 @@ module Aws::FSx
1124
1125
  attr_accessor log_configuration: Types::LustreLogConfiguration
1125
1126
  attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
1126
1127
  attr_accessor metadata_configuration: Types::FileSystemLustreMetadataConfiguration
1128
+ attr_accessor efa_enabled: bool
1127
1129
  SENSITIVE: []
1128
1130
  end
1129
1131
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fsx
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.104.0
4
+ version: 1.105.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-18 00:00:00.000000000 Z
11
+ date: 2024-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core