aws-sdk-fsx 1.88.0 → 1.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +84 -20
- data/lib/aws-sdk-fsx/client_api.rb +21 -0
- data/lib/aws-sdk-fsx/types.rb +214 -51
- data/lib/aws-sdk-fsx.rb +1 -1
- data/sig/client.rbs +13 -1
- data/sig/types.rbs +21 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acd065a15705b0b8c2df5e64ef6e738e2aa2fd3d8026695af1885a84a1de5386
|
|
4
|
+
data.tar.gz: b08fd20d5e4817a203495d892be74cf47b54a1dee51ed3185cc06af5bb57b6a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0524c8469f34bba77d7c0b64007a299f6a1a999e53e0994f0233617841c02b97a1729a8382c570186b6c0b44b1f3f511fd3ce9766b1fe27cbdba6a893e724e2
|
|
7
|
+
data.tar.gz: d0951e61504b11bffc41e4067fea9f3637bd3c097968d9065b58de2630ffd3fb345cf800c48d6d7e752c594fac9cd562760379e1f06a29cc2ad59db1fd01aa0c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.89.0 (2024-06-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.
|
|
8
|
+
|
|
4
9
|
1.88.0 (2024-06-05)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.89.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
|
@@ -782,6 +782,8 @@ module Aws::FSx
|
|
|
782
782
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
783
783
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
784
784
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
785
|
+
# resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
786
|
+
# resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
785
787
|
# resp.backup.file_system.administrative_actions #=> Array
|
|
786
788
|
# 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"
|
|
787
789
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -1024,6 +1026,8 @@ module Aws::FSx
|
|
|
1024
1026
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
1025
1027
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
1026
1028
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
1029
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
1030
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
1027
1031
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
1028
1032
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
1029
1033
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -1266,6 +1270,8 @@ module Aws::FSx
|
|
|
1266
1270
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
1267
1271
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
1268
1272
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
1273
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
1274
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
1269
1275
|
# resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
1270
1276
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
1271
1277
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -1617,6 +1623,8 @@ module Aws::FSx
|
|
|
1617
1623
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
1618
1624
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
1619
1625
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
1626
|
+
# resp.backup.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
1627
|
+
# resp.backup.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
1620
1628
|
# resp.backup.file_system.administrative_actions #=> Array
|
|
1621
1629
|
# 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"
|
|
1622
1630
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -1859,6 +1867,8 @@ module Aws::FSx
|
|
|
1859
1867
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
1860
1868
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
1861
1869
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
1870
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
1871
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
1862
1872
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
1863
1873
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
1864
1874
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -2540,7 +2550,7 @@ module Aws::FSx
|
|
|
2540
2550
|
# you can configure depends on the value that you set for `StorageType`
|
|
2541
2551
|
# and the Lustre `DeploymentType`, as follows:
|
|
2542
2552
|
#
|
|
2543
|
-
# * For `SCRATCH_2`, `PERSISTENT_2
|
|
2553
|
+
# * For `SCRATCH_2`, `PERSISTENT_2`, and `PERSISTENT_1` deployment types
|
|
2544
2554
|
# using SSD storage type, the valid values are 1200 GiB, 2400 GiB, and
|
|
2545
2555
|
# increments of 2400 GiB.
|
|
2546
2556
|
#
|
|
@@ -2671,24 +2681,26 @@ module Aws::FSx
|
|
|
2671
2681
|
# that you are creating.
|
|
2672
2682
|
#
|
|
2673
2683
|
# @option params [String] :file_system_type_version
|
|
2674
|
-
#
|
|
2675
|
-
#
|
|
2676
|
-
# `2.
|
|
2684
|
+
# For FSx for Lustre file systems, sets the Lustre version for the file
|
|
2685
|
+
# system that you're creating. Valid values are `2.10`, `2.12`, and
|
|
2686
|
+
# `2.15`:
|
|
2677
2687
|
#
|
|
2678
|
-
# * 2
|
|
2679
|
-
# types.
|
|
2688
|
+
# * `2.10` is supported by the Scratch and Persistent\_1 Lustre
|
|
2689
|
+
# deployment types.
|
|
2680
2690
|
#
|
|
2681
|
-
# * 2
|
|
2682
|
-
#
|
|
2683
|
-
# to `PERSISTENT_2`.
|
|
2691
|
+
# * `2.12` is supported by all Lustre deployment types, except for
|
|
2692
|
+
# `PERSISTENT_2` with a metadata configuration mode.
|
|
2684
2693
|
#
|
|
2685
|
-
#
|
|
2686
|
-
#
|
|
2694
|
+
# * `2.15` is supported by all Lustre deployment types and is
|
|
2695
|
+
# recommended for all new file systems.
|
|
2687
2696
|
#
|
|
2688
|
-
#
|
|
2689
|
-
# Lustre deployment type, the `CreateFileSystem` operation fails.
|
|
2697
|
+
# Default value is `2.10`, except for the following deployments:
|
|
2690
2698
|
#
|
|
2691
|
-
#
|
|
2699
|
+
# * Default value is `2.12` when `DeploymentType` is set to
|
|
2700
|
+
# `PERSISTENT_2` without a metadata configuration mode.
|
|
2701
|
+
#
|
|
2702
|
+
# * Default value is `2.15` when `DeploymentType` is set to
|
|
2703
|
+
# `PERSISTENT_2` with a metadata configuration mode.
|
|
2692
2704
|
#
|
|
2693
2705
|
# @option params [Types::CreateFileSystemOpenZFSConfiguration] :open_zfs_configuration
|
|
2694
2706
|
# The OpenZFS configuration for the file system that's being created.
|
|
@@ -2835,6 +2847,10 @@ module Aws::FSx
|
|
|
2835
2847
|
# root_squash: "LustreRootSquash",
|
|
2836
2848
|
# no_squash_nids: ["LustreNoSquashNid"],
|
|
2837
2849
|
# },
|
|
2850
|
+
# metadata_configuration: {
|
|
2851
|
+
# iops: 1,
|
|
2852
|
+
# mode: "AUTOMATIC", # required, accepts AUTOMATIC, USER_PROVISIONED
|
|
2853
|
+
# },
|
|
2838
2854
|
# },
|
|
2839
2855
|
# ontap_configuration: {
|
|
2840
2856
|
# automatic_backup_retention_days: 1,
|
|
@@ -2962,6 +2978,8 @@ module Aws::FSx
|
|
|
2962
2978
|
# resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
2963
2979
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
2964
2980
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
2981
|
+
# resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
2982
|
+
# resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
2965
2983
|
# resp.file_system.administrative_actions #=> Array
|
|
2966
2984
|
# 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"
|
|
2967
2985
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -3388,6 +3406,10 @@ module Aws::FSx
|
|
|
3388
3406
|
# root_squash: "LustreRootSquash",
|
|
3389
3407
|
# no_squash_nids: ["LustreNoSquashNid"],
|
|
3390
3408
|
# },
|
|
3409
|
+
# metadata_configuration: {
|
|
3410
|
+
# iops: 1,
|
|
3411
|
+
# mode: "AUTOMATIC", # required, accepts AUTOMATIC, USER_PROVISIONED
|
|
3412
|
+
# },
|
|
3391
3413
|
# },
|
|
3392
3414
|
# storage_type: "SSD", # accepts SSD, HDD
|
|
3393
3415
|
# kms_key_id: "KmsKeyId",
|
|
@@ -3501,6 +3523,8 @@ module Aws::FSx
|
|
|
3501
3523
|
# resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
3502
3524
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
3503
3525
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
3526
|
+
# resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
3527
|
+
# resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
3504
3528
|
# resp.file_system.administrative_actions #=> Array
|
|
3505
3529
|
# 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"
|
|
3506
3530
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -3785,6 +3809,8 @@ module Aws::FSx
|
|
|
3785
3809
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
3786
3810
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
3787
3811
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
3812
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
3813
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
3788
3814
|
# resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
3789
3815
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
3790
3816
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -3950,9 +3976,14 @@ module Aws::FSx
|
|
|
3950
3976
|
# service account.
|
|
3951
3977
|
#
|
|
3952
3978
|
# * `MIXED` This is an advanced setting. For more information, see
|
|
3953
|
-
# [Volume security
|
|
3954
|
-
#
|
|
3955
|
-
#
|
|
3979
|
+
# [Volume security style][1] in the Amazon FSx for NetApp ONTAP User
|
|
3980
|
+
# Guide.
|
|
3981
|
+
#
|
|
3982
|
+
#
|
|
3983
|
+
#
|
|
3984
|
+
#
|
|
3985
|
+
#
|
|
3986
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html
|
|
3956
3987
|
#
|
|
3957
3988
|
# @return [Types::CreateStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3958
3989
|
#
|
|
@@ -4261,6 +4292,8 @@ module Aws::FSx
|
|
|
4261
4292
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
4262
4293
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
4263
4294
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
4295
|
+
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
4296
|
+
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
4264
4297
|
# resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
4265
4298
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
4266
4299
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -4549,6 +4582,8 @@ module Aws::FSx
|
|
|
4549
4582
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
4550
4583
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
4551
4584
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
4585
|
+
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
4586
|
+
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
4552
4587
|
# resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
4553
4588
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
4554
4589
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -4811,7 +4846,8 @@ module Aws::FSx
|
|
|
4811
4846
|
#
|
|
4812
4847
|
# To delete an Amazon FSx for NetApp ONTAP file system, first delete all
|
|
4813
4848
|
# the volumes and storage virtual machines (SVMs) on the file system.
|
|
4814
|
-
# Then provide a `FileSystemId` value to the `
|
|
4849
|
+
# Then provide a `FileSystemId` value to the `DeleteFileSystem`
|
|
4850
|
+
# operation.
|
|
4815
4851
|
#
|
|
4816
4852
|
# By default, when you delete an Amazon FSx for Windows File Server file
|
|
4817
4853
|
# system, a final backup is created upon deletion. This final backup
|
|
@@ -4820,7 +4856,7 @@ module Aws::FSx
|
|
|
4820
4856
|
#
|
|
4821
4857
|
# To delete an Amazon FSx for Lustre file system, first [unmount][1] it
|
|
4822
4858
|
# from every connected Amazon EC2 instance, then provide a
|
|
4823
|
-
# `FileSystemId` value to the `
|
|
4859
|
+
# `FileSystemId` value to the `DeleteFileSystem` operation. By default,
|
|
4824
4860
|
# Amazon FSx will not take a final backup when the `DeleteFileSystem`
|
|
4825
4861
|
# operation is invoked. On file systems not linked to an Amazon S3
|
|
4826
4862
|
# bucket, set `SkipFinalBackup` to `false` to take a final backup of the
|
|
@@ -5305,6 +5341,8 @@ module Aws::FSx
|
|
|
5305
5341
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
5306
5342
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
5307
5343
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
5344
|
+
# resp.backups[0].file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
5345
|
+
# resp.backups[0].file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
5308
5346
|
# resp.backups[0].file_system.administrative_actions #=> Array
|
|
5309
5347
|
# 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"
|
|
5310
5348
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -5547,6 +5585,8 @@ module Aws::FSx
|
|
|
5547
5585
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
5548
5586
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
5549
5587
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
5588
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
5589
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
5550
5590
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
5551
5591
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
5552
5592
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -6166,6 +6206,8 @@ module Aws::FSx
|
|
|
6166
6206
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
6167
6207
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
6168
6208
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
6209
|
+
# resp.file_systems[0].lustre_configuration.metadata_configuration.iops #=> Integer
|
|
6210
|
+
# resp.file_systems[0].lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
6169
6211
|
# resp.file_systems[0].administrative_actions #=> Array
|
|
6170
6212
|
# 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"
|
|
6171
6213
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
|
@@ -6484,6 +6526,8 @@ module Aws::FSx
|
|
|
6484
6526
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
6485
6527
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
6486
6528
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
6529
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
6530
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
6487
6531
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
6488
6532
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
6489
6533
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -6845,6 +6889,8 @@ module Aws::FSx
|
|
|
6845
6889
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
6846
6890
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
6847
6891
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
6892
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
6893
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
6848
6894
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
6849
6895
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
6850
6896
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -7174,6 +7220,8 @@ module Aws::FSx
|
|
|
7174
7220
|
# resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
7175
7221
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
7176
7222
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
7223
|
+
# resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
7224
|
+
# resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
7177
7225
|
# resp.file_system.administrative_actions #=> Array
|
|
7178
7226
|
# 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"
|
|
7179
7227
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -7429,6 +7477,8 @@ module Aws::FSx
|
|
|
7429
7477
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
7430
7478
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
7431
7479
|
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
7480
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
7481
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
7432
7482
|
# resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
7433
7483
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
7434
7484
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -7653,6 +7703,8 @@ module Aws::FSx
|
|
|
7653
7703
|
# resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
7654
7704
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
7655
7705
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
7706
|
+
# resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
7707
|
+
# resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
7656
7708
|
# resp.file_system.administrative_actions #=> Array
|
|
7657
7709
|
# 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"
|
|
7658
7710
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -8076,6 +8128,8 @@ module Aws::FSx
|
|
|
8076
8128
|
#
|
|
8077
8129
|
# * `LustreRootSquashConfiguration`
|
|
8078
8130
|
#
|
|
8131
|
+
# * `MetadataConfiguration`
|
|
8132
|
+
#
|
|
8079
8133
|
# * `PerUnitStorageThroughput`
|
|
8080
8134
|
#
|
|
8081
8135
|
# * `StorageCapacity`
|
|
@@ -8305,6 +8359,10 @@ module Aws::FSx
|
|
|
8305
8359
|
# no_squash_nids: ["LustreNoSquashNid"],
|
|
8306
8360
|
# },
|
|
8307
8361
|
# per_unit_storage_throughput: 1,
|
|
8362
|
+
# metadata_configuration: {
|
|
8363
|
+
# iops: 1,
|
|
8364
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
|
8365
|
+
# },
|
|
8308
8366
|
# },
|
|
8309
8367
|
# ontap_configuration: {
|
|
8310
8368
|
# automatic_backup_retention_days: 1,
|
|
@@ -8404,6 +8462,8 @@ module Aws::FSx
|
|
|
8404
8462
|
# resp.file_system.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
8405
8463
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
8406
8464
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
8465
|
+
# resp.file_system.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
8466
|
+
# resp.file_system.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
8407
8467
|
# resp.file_system.administrative_actions #=> Array
|
|
8408
8468
|
# 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"
|
|
8409
8469
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
|
@@ -8707,6 +8767,8 @@ module Aws::FSx
|
|
|
8707
8767
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
8708
8768
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
8709
8769
|
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
8770
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
8771
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
8710
8772
|
# resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
8711
8773
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
8712
8774
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -9128,6 +9190,8 @@ module Aws::FSx
|
|
|
9128
9190
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
|
9129
9191
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
|
9130
9192
|
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
|
9193
|
+
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.iops #=> Integer
|
|
9194
|
+
# resp.volume.administrative_actions[0].target_file_system_values.lustre_configuration.metadata_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
|
9131
9195
|
# resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
|
9132
9196
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
|
9133
9197
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
|
@@ -9229,7 +9293,7 @@ module Aws::FSx
|
|
|
9229
9293
|
params: params,
|
|
9230
9294
|
config: config)
|
|
9231
9295
|
context[:gem_name] = 'aws-sdk-fsx'
|
|
9232
|
-
context[:gem_version] = '1.
|
|
9296
|
+
context[:gem_version] = '1.89.0'
|
|
9233
9297
|
Seahorse::Client::Request.new(handlers, context)
|
|
9234
9298
|
end
|
|
9235
9299
|
|
|
@@ -80,6 +80,7 @@ module Aws::FSx
|
|
|
80
80
|
CreateFileSystemFromBackupRequest = Shapes::StructureShape.new(name: 'CreateFileSystemFromBackupRequest')
|
|
81
81
|
CreateFileSystemFromBackupResponse = Shapes::StructureShape.new(name: 'CreateFileSystemFromBackupResponse')
|
|
82
82
|
CreateFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemLustreConfiguration')
|
|
83
|
+
CreateFileSystemLustreMetadataConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemLustreMetadataConfiguration')
|
|
83
84
|
CreateFileSystemOntapConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemOntapConfiguration')
|
|
84
85
|
CreateFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'CreateFileSystemOpenZFSConfiguration')
|
|
85
86
|
CreateFileSystemRequest = Shapes::StructureShape.new(name: 'CreateFileSystemRequest')
|
|
@@ -211,6 +212,7 @@ module Aws::FSx
|
|
|
211
212
|
FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
|
|
212
213
|
FileSystemIds = Shapes::ListShape.new(name: 'FileSystemIds')
|
|
213
214
|
FileSystemLifecycle = Shapes::StringShape.new(name: 'FileSystemLifecycle')
|
|
215
|
+
FileSystemLustreMetadataConfiguration = Shapes::StructureShape.new(name: 'FileSystemLustreMetadataConfiguration')
|
|
214
216
|
FileSystemMaintenanceOperation = Shapes::StringShape.new(name: 'FileSystemMaintenanceOperation')
|
|
215
217
|
FileSystemMaintenanceOperations = Shapes::ListShape.new(name: 'FileSystemMaintenanceOperations')
|
|
216
218
|
FileSystemNotFound = Shapes::StructureShape.new(name: 'FileSystemNotFound')
|
|
@@ -265,6 +267,8 @@ module Aws::FSx
|
|
|
265
267
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
266
268
|
Megabytes = Shapes::IntegerShape.new(name: 'Megabytes')
|
|
267
269
|
MegabytesPerSecond = Shapes::IntegerShape.new(name: 'MegabytesPerSecond')
|
|
270
|
+
MetadataConfigurationMode = Shapes::StringShape.new(name: 'MetadataConfigurationMode')
|
|
271
|
+
MetadataIops = Shapes::IntegerShape.new(name: 'MetadataIops')
|
|
268
272
|
MetadataStorageCapacity = Shapes::IntegerShape.new(name: 'MetadataStorageCapacity')
|
|
269
273
|
MissingFileCacheConfiguration = Shapes::StructureShape.new(name: 'MissingFileCacheConfiguration')
|
|
270
274
|
MissingFileSystemConfiguration = Shapes::StructureShape.new(name: 'MissingFileSystemConfiguration')
|
|
@@ -408,6 +412,7 @@ module Aws::FSx
|
|
|
408
412
|
UpdateFileCacheRequest = Shapes::StructureShape.new(name: 'UpdateFileCacheRequest')
|
|
409
413
|
UpdateFileCacheResponse = Shapes::StructureShape.new(name: 'UpdateFileCacheResponse')
|
|
410
414
|
UpdateFileSystemLustreConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemLustreConfiguration')
|
|
415
|
+
UpdateFileSystemLustreMetadataConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemLustreMetadataConfiguration')
|
|
411
416
|
UpdateFileSystemOntapConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemOntapConfiguration')
|
|
412
417
|
UpdateFileSystemOpenZFSConfiguration = Shapes::StructureShape.new(name: 'UpdateFileSystemOpenZFSConfiguration')
|
|
413
418
|
UpdateFileSystemRequest = Shapes::StructureShape.new(name: 'UpdateFileSystemRequest')
|
|
@@ -685,8 +690,13 @@ module Aws::FSx
|
|
|
685
690
|
CreateFileSystemLustreConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
|
|
686
691
|
CreateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
|
|
687
692
|
CreateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
|
|
693
|
+
CreateFileSystemLustreConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: CreateFileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
|
|
688
694
|
CreateFileSystemLustreConfiguration.struct_class = Types::CreateFileSystemLustreConfiguration
|
|
689
695
|
|
|
696
|
+
CreateFileSystemLustreMetadataConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: MetadataIops, location_name: "Iops"))
|
|
697
|
+
CreateFileSystemLustreMetadataConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: MetadataConfigurationMode, required: true, location_name: "Mode"))
|
|
698
|
+
CreateFileSystemLustreMetadataConfiguration.struct_class = Types::CreateFileSystemLustreMetadataConfiguration
|
|
699
|
+
|
|
690
700
|
CreateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
691
701
|
CreateFileSystemOntapConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
|
692
702
|
CreateFileSystemOntapConfiguration.add_member(:deployment_type, Shapes::ShapeRef.new(shape: OntapDeploymentType, required: true, location_name: "DeploymentType"))
|
|
@@ -1244,6 +1254,10 @@ module Aws::FSx
|
|
|
1244
1254
|
|
|
1245
1255
|
FileSystemIds.member = Shapes::ShapeRef.new(shape: FileSystemId)
|
|
1246
1256
|
|
|
1257
|
+
FileSystemLustreMetadataConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: MetadataIops, location_name: "Iops"))
|
|
1258
|
+
FileSystemLustreMetadataConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: MetadataConfigurationMode, required: true, location_name: "Mode"))
|
|
1259
|
+
FileSystemLustreMetadataConfiguration.struct_class = Types::FileSystemLustreMetadataConfiguration
|
|
1260
|
+
|
|
1247
1261
|
FileSystemMaintenanceOperations.member = Shapes::ShapeRef.new(shape: FileSystemMaintenanceOperation)
|
|
1248
1262
|
|
|
1249
1263
|
FileSystemNotFound.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
|
@@ -1320,6 +1334,7 @@ module Aws::FSx
|
|
|
1320
1334
|
LustreFileSystemConfiguration.add_member(:data_compression_type, Shapes::ShapeRef.new(shape: DataCompressionType, location_name: "DataCompressionType"))
|
|
1321
1335
|
LustreFileSystemConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogConfiguration, location_name: "LogConfiguration"))
|
|
1322
1336
|
LustreFileSystemConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
|
|
1337
|
+
LustreFileSystemConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: FileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
|
|
1323
1338
|
LustreFileSystemConfiguration.struct_class = Types::LustreFileSystemConfiguration
|
|
1324
1339
|
|
|
1325
1340
|
LustreLogConfiguration.add_member(:level, Shapes::ShapeRef.new(shape: LustreAccessAuditLogLevel, required: true, location_name: "Level"))
|
|
@@ -1685,8 +1700,13 @@ module Aws::FSx
|
|
|
1685
1700
|
UpdateFileSystemLustreConfiguration.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LustreLogCreateConfiguration, location_name: "LogConfiguration"))
|
|
1686
1701
|
UpdateFileSystemLustreConfiguration.add_member(:root_squash_configuration, Shapes::ShapeRef.new(shape: LustreRootSquashConfiguration, location_name: "RootSquashConfiguration"))
|
|
1687
1702
|
UpdateFileSystemLustreConfiguration.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: PerUnitStorageThroughput, location_name: "PerUnitStorageThroughput"))
|
|
1703
|
+
UpdateFileSystemLustreConfiguration.add_member(:metadata_configuration, Shapes::ShapeRef.new(shape: UpdateFileSystemLustreMetadataConfiguration, location_name: "MetadataConfiguration"))
|
|
1688
1704
|
UpdateFileSystemLustreConfiguration.struct_class = Types::UpdateFileSystemLustreConfiguration
|
|
1689
1705
|
|
|
1706
|
+
UpdateFileSystemLustreMetadataConfiguration.add_member(:iops, Shapes::ShapeRef.new(shape: MetadataIops, location_name: "Iops"))
|
|
1707
|
+
UpdateFileSystemLustreMetadataConfiguration.add_member(:mode, Shapes::ShapeRef.new(shape: MetadataConfigurationMode, location_name: "Mode"))
|
|
1708
|
+
UpdateFileSystemLustreMetadataConfiguration.struct_class = Types::UpdateFileSystemLustreMetadataConfiguration
|
|
1709
|
+
|
|
1690
1710
|
UpdateFileSystemOntapConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
|
|
1691
1711
|
UpdateFileSystemOntapConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
|
|
1692
1712
|
UpdateFileSystemOntapConfiguration.add_member(:fsx_admin_password, Shapes::ShapeRef.new(shape: AdminPassword, location_name: "FsxAdminPassword"))
|
|
@@ -1865,6 +1885,7 @@ module Aws::FSx
|
|
|
1865
1885
|
"endpointPrefix" => "fsx",
|
|
1866
1886
|
"jsonVersion" => "1.1",
|
|
1867
1887
|
"protocol" => "json",
|
|
1888
|
+
"protocols" => ["json"],
|
|
1868
1889
|
"serviceFullName" => "Amazon FSx",
|
|
1869
1890
|
"serviceId" => "FSx",
|
|
1870
1891
|
"signatureVersion" => "v4",
|
data/lib/aws-sdk-fsx/types.rb
CHANGED
|
@@ -1776,12 +1776,14 @@ module Aws::FSx
|
|
|
1776
1776
|
# Choose `PERSISTENT_2` for longer-term storage and for
|
|
1777
1777
|
# latency-sensitive workloads that require the highest levels of
|
|
1778
1778
|
# IOPS/throughput. `PERSISTENT_2` supports SSD storage, and offers
|
|
1779
|
-
# higher `PerUnitStorageThroughput` (up to 1000 MB/s/TiB).
|
|
1780
|
-
#
|
|
1781
|
-
#
|
|
1782
|
-
# Amazon Web Services Regions
|
|
1783
|
-
#
|
|
1784
|
-
#
|
|
1779
|
+
# higher `PerUnitStorageThroughput` (up to 1000 MB/s/TiB). You can
|
|
1780
|
+
# optionally specify a metadata configuration mode for `PERSISTENT_2`
|
|
1781
|
+
# which supports increasing metadata performance. `PERSISTENT_2` is
|
|
1782
|
+
# available in a limited number of Amazon Web Services Regions. For
|
|
1783
|
+
# more information, and an up-to-date list of Amazon Web Services
|
|
1784
|
+
# Regions in which `PERSISTENT_2` is available, see [File system
|
|
1785
|
+
# deployment options for FSx for Lustre][1] in the *Amazon FSx for
|
|
1786
|
+
# Lustre User Guide*.
|
|
1785
1787
|
#
|
|
1786
1788
|
# <note markdown="1"> If you choose `PERSISTENT_2`, and you set `FileSystemTypeVersion` to
|
|
1787
1789
|
# `2.10`, the `CreateFileSystem` operation fails.
|
|
@@ -1789,7 +1791,7 @@ module Aws::FSx
|
|
|
1789
1791
|
# </note>
|
|
1790
1792
|
#
|
|
1791
1793
|
# Encryption of data in transit is automatically turned on when you
|
|
1792
|
-
# access `SCRATCH_2`, `PERSISTENT_1
|
|
1794
|
+
# access `SCRATCH_2`, `PERSISTENT_1`, and `PERSISTENT_2` file systems
|
|
1793
1795
|
# from Amazon EC2 instances that support automatic encryption in the
|
|
1794
1796
|
# Amazon Web Services Regions where they are available. For more
|
|
1795
1797
|
# information about encryption in transit for FSx for Lustre file
|
|
@@ -1937,6 +1939,11 @@ module Aws::FSx
|
|
|
1937
1939
|
# as a root user.
|
|
1938
1940
|
# @return [Types::LustreRootSquashConfiguration]
|
|
1939
1941
|
#
|
|
1942
|
+
# @!attribute [rw] metadata_configuration
|
|
1943
|
+
# The Lustre metadata performance configuration for the creation of an
|
|
1944
|
+
# FSx for Lustre file system using a `PERSISTENT_2` deployment type.
|
|
1945
|
+
# @return [Types::CreateFileSystemLustreMetadataConfiguration]
|
|
1946
|
+
#
|
|
1940
1947
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreConfiguration AWS API Documentation
|
|
1941
1948
|
#
|
|
1942
1949
|
class CreateFileSystemLustreConfiguration < Struct.new(
|
|
@@ -1953,7 +1960,60 @@ module Aws::FSx
|
|
|
1953
1960
|
:drive_cache_type,
|
|
1954
1961
|
:data_compression_type,
|
|
1955
1962
|
:log_configuration,
|
|
1956
|
-
:root_squash_configuration
|
|
1963
|
+
:root_squash_configuration,
|
|
1964
|
+
:metadata_configuration)
|
|
1965
|
+
SENSITIVE = []
|
|
1966
|
+
include Aws::Structure
|
|
1967
|
+
end
|
|
1968
|
+
|
|
1969
|
+
# The Lustre metadata performance configuration for the creation of an
|
|
1970
|
+
# Amazon FSx for Lustre file system using a `PERSISTENT_2` deployment
|
|
1971
|
+
# type. The configuration uses a Metadata IOPS value to set the maximum
|
|
1972
|
+
# rate of metadata disk IOPS supported by the file system.
|
|
1973
|
+
#
|
|
1974
|
+
# After creation, the file system supports increasing metadata
|
|
1975
|
+
# performance. For more information on Metadata IOPS, see [Lustre
|
|
1976
|
+
# metadata performance configuration][1] in the *Amazon FSx for Lustre
|
|
1977
|
+
# User Guide*.
|
|
1978
|
+
#
|
|
1979
|
+
#
|
|
1980
|
+
#
|
|
1981
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-metadata-performance.html#metadata-configuration
|
|
1982
|
+
#
|
|
1983
|
+
# @!attribute [rw] iops
|
|
1984
|
+
# (USER\_PROVISIONED mode only) Specifies the number of Metadata IOPS
|
|
1985
|
+
# to provision for the file system. This parameter sets the maximum
|
|
1986
|
+
# rate of metadata disk IOPS supported by the file system. Valid
|
|
1987
|
+
# values are `1500`, `3000`, `6000`, `12000`, and multiples of `12000`
|
|
1988
|
+
# up to a maximum of `192000`.
|
|
1989
|
+
#
|
|
1990
|
+
# <note markdown="1"> Iops doesn’t have a default value. If you're using
|
|
1991
|
+
# USER\_PROVISIONED mode, you can choose to specify a valid value. If
|
|
1992
|
+
# you're using AUTOMATIC mode, you cannot specify a value because FSx
|
|
1993
|
+
# for Lustre automatically sets the value based on your file system
|
|
1994
|
+
# storage capacity.
|
|
1995
|
+
#
|
|
1996
|
+
# </note>
|
|
1997
|
+
# @return [Integer]
|
|
1998
|
+
#
|
|
1999
|
+
# @!attribute [rw] mode
|
|
2000
|
+
# The metadata configuration mode for provisioning Metadata IOPS for
|
|
2001
|
+
# an FSx for Lustre file system using a `PERSISTENT_2` deployment
|
|
2002
|
+
# type.
|
|
2003
|
+
#
|
|
2004
|
+
# * In AUTOMATIC mode, FSx for Lustre automatically provisions and
|
|
2005
|
+
# scales the number of Metadata IOPS for your file system based on
|
|
2006
|
+
# your file system storage capacity.
|
|
2007
|
+
#
|
|
2008
|
+
# * In USER\_PROVISIONED mode, you specify the number of Metadata IOPS
|
|
2009
|
+
# to provision for your file system.
|
|
2010
|
+
# @return [String]
|
|
2011
|
+
#
|
|
2012
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemLustreMetadataConfiguration AWS API Documentation
|
|
2013
|
+
#
|
|
2014
|
+
class CreateFileSystemLustreMetadataConfiguration < Struct.new(
|
|
2015
|
+
:iops,
|
|
2016
|
+
:mode)
|
|
1957
2017
|
SENSITIVE = []
|
|
1958
2018
|
include Aws::Structure
|
|
1959
2019
|
end
|
|
@@ -2094,7 +2154,7 @@ module Aws::FSx
|
|
|
2094
2154
|
#
|
|
2095
2155
|
#
|
|
2096
2156
|
#
|
|
2097
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/HA-pairs
|
|
2157
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/administering-file-systems.html#HA-pairs
|
|
2098
2158
|
# @return [Integer]
|
|
2099
2159
|
#
|
|
2100
2160
|
# @!attribute [rw] throughput_capacity_per_ha_pair
|
|
@@ -2329,7 +2389,7 @@ module Aws::FSx
|
|
|
2329
2389
|
# that you can configure depends on the value that you set for
|
|
2330
2390
|
# `StorageType` and the Lustre `DeploymentType`, as follows:
|
|
2331
2391
|
#
|
|
2332
|
-
# * For `SCRATCH_2`, `PERSISTENT_2
|
|
2392
|
+
# * For `SCRATCH_2`, `PERSISTENT_2`, and `PERSISTENT_1` deployment
|
|
2333
2393
|
# types using SSD storage type, the valid values are 1200 GiB, 2400
|
|
2334
2394
|
# GiB, and increments of 2400 GiB.
|
|
2335
2395
|
#
|
|
@@ -2469,24 +2529,26 @@ module Aws::FSx
|
|
|
2469
2529
|
# @return [Types::CreateFileSystemOntapConfiguration]
|
|
2470
2530
|
#
|
|
2471
2531
|
# @!attribute [rw] file_system_type_version
|
|
2472
|
-
#
|
|
2473
|
-
#
|
|
2474
|
-
#
|
|
2532
|
+
# For FSx for Lustre file systems, sets the Lustre version for the
|
|
2533
|
+
# file system that you're creating. Valid values are `2.10`, `2.12`,
|
|
2534
|
+
# and `2.15`:
|
|
2475
2535
|
#
|
|
2476
|
-
# * 2
|
|
2536
|
+
# * `2.10` is supported by the Scratch and Persistent\_1 Lustre
|
|
2477
2537
|
# deployment types.
|
|
2478
2538
|
#
|
|
2479
|
-
# * 2
|
|
2480
|
-
#
|
|
2481
|
-
# to `PERSISTENT_2`.
|
|
2539
|
+
# * `2.12` is supported by all Lustre deployment types, except for
|
|
2540
|
+
# `PERSISTENT_2` with a metadata configuration mode.
|
|
2482
2541
|
#
|
|
2483
|
-
#
|
|
2484
|
-
#
|
|
2542
|
+
# * `2.15` is supported by all Lustre deployment types and is
|
|
2543
|
+
# recommended for all new file systems.
|
|
2485
2544
|
#
|
|
2486
|
-
#
|
|
2487
|
-
# Lustre deployment type, the `CreateFileSystem` operation fails.
|
|
2545
|
+
# Default value is `2.10`, except for the following deployments:
|
|
2488
2546
|
#
|
|
2489
|
-
#
|
|
2547
|
+
# * Default value is `2.12` when `DeploymentType` is set to
|
|
2548
|
+
# `PERSISTENT_2` without a metadata configuration mode.
|
|
2549
|
+
#
|
|
2550
|
+
# * Default value is `2.15` when `DeploymentType` is set to
|
|
2551
|
+
# `PERSISTENT_2` with a metadata configuration mode.
|
|
2490
2552
|
# @return [String]
|
|
2491
2553
|
#
|
|
2492
2554
|
# @!attribute [rw] open_zfs_configuration
|
|
@@ -2703,9 +2765,8 @@ module Aws::FSx
|
|
|
2703
2765
|
# Specifies the security style for the volume. If a volume's security
|
|
2704
2766
|
# style is not specified, it is automatically set to the root
|
|
2705
2767
|
# volume's security style. The security style determines the type of
|
|
2706
|
-
# permissions that FSx for ONTAP uses to control data access.
|
|
2707
|
-
#
|
|
2708
|
-
# NetApp ONTAP User Guide*. Specify one of the following values:
|
|
2768
|
+
# permissions that FSx for ONTAP uses to control data access. Specify
|
|
2769
|
+
# one of the following values:
|
|
2709
2770
|
#
|
|
2710
2771
|
# * `UNIX` if the file system is managed by a UNIX administrator, the
|
|
2711
2772
|
# majority of users are NFS clients, and an application accessing
|
|
@@ -2716,17 +2777,16 @@ module Aws::FSx
|
|
|
2716
2777
|
# accessing the data uses a Windows user as the service account.
|
|
2717
2778
|
#
|
|
2718
2779
|
# * `MIXED` This is an advanced setting. For more information, see the
|
|
2719
|
-
# topic [What the security styles and their effects are][
|
|
2780
|
+
# topic [What the security styles and their effects are][1] in the
|
|
2720
2781
|
# NetApp Documentation Center.
|
|
2721
2782
|
#
|
|
2722
|
-
# For more information, see [Volume security style][
|
|
2783
|
+
# For more information, see [Volume security style][2] in the FSx for
|
|
2723
2784
|
# ONTAP User Guide.
|
|
2724
2785
|
#
|
|
2725
2786
|
#
|
|
2726
2787
|
#
|
|
2727
|
-
# [1]: https://docs.
|
|
2728
|
-
# [2]: https://docs.
|
|
2729
|
-
# [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html
|
|
2788
|
+
# [1]: https://docs.netapp.com/us-en/ontap/nfs-admin/security-styles-their-effects-concept.html
|
|
2789
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-security-style
|
|
2730
2790
|
# @return [String]
|
|
2731
2791
|
#
|
|
2732
2792
|
# @!attribute [rw] size_in_megabytes
|
|
@@ -2794,7 +2854,7 @@ module Aws::FSx
|
|
|
2794
2854
|
#
|
|
2795
2855
|
#
|
|
2796
2856
|
#
|
|
2797
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-types
|
|
2857
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-types
|
|
2798
2858
|
# @return [String]
|
|
2799
2859
|
#
|
|
2800
2860
|
# @!attribute [rw] snapshot_policy
|
|
@@ -2848,7 +2908,7 @@ module Aws::FSx
|
|
|
2848
2908
|
#
|
|
2849
2909
|
#
|
|
2850
2910
|
#
|
|
2851
|
-
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-styles
|
|
2911
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-volumes.html#volume-styles
|
|
2852
2912
|
# @return [String]
|
|
2853
2913
|
#
|
|
2854
2914
|
# @!attribute [rw] aggregate_configuration
|
|
@@ -3243,9 +3303,14 @@ module Aws::FSx
|
|
|
3243
3303
|
# the service account.
|
|
3244
3304
|
#
|
|
3245
3305
|
# * `MIXED` This is an advanced setting. For more information, see
|
|
3246
|
-
# [Volume security
|
|
3247
|
-
#
|
|
3248
|
-
#
|
|
3306
|
+
# [Volume security style][1] in the Amazon FSx for NetApp ONTAP User
|
|
3307
|
+
# Guide.
|
|
3308
|
+
#
|
|
3309
|
+
#
|
|
3310
|
+
#
|
|
3311
|
+
#
|
|
3312
|
+
#
|
|
3313
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/volume-security-style.html
|
|
3249
3314
|
# @return [String]
|
|
3250
3315
|
#
|
|
3251
3316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateStorageVirtualMachineRequest AWS API Documentation
|
|
@@ -5612,7 +5677,7 @@ module Aws::FSx
|
|
|
5612
5677
|
# * If you are not using the `DataRepositorySubdirectories`
|
|
5613
5678
|
# parameter, the path is to an NFS Export directory (or one of its
|
|
5614
5679
|
# subdirectories) in the format
|
|
5615
|
-
# `
|
|
5680
|
+
# `nfs://nfs-domain-name/exportpath`. You can therefore link a
|
|
5616
5681
|
# single NFS Export to a single data repository association.
|
|
5617
5682
|
#
|
|
5618
5683
|
# * If you are using the `DataRepositorySubdirectories` parameter,
|
|
@@ -6037,6 +6102,38 @@ module Aws::FSx
|
|
|
6037
6102
|
include Aws::Structure
|
|
6038
6103
|
end
|
|
6039
6104
|
|
|
6105
|
+
# The Lustre metadata performance configuration of an Amazon FSx for
|
|
6106
|
+
# Lustre file system using a `PERSISTENT_2` deployment type. The
|
|
6107
|
+
# configuration enables the file system to support increasing metadata
|
|
6108
|
+
# performance.
|
|
6109
|
+
#
|
|
6110
|
+
# @!attribute [rw] iops
|
|
6111
|
+
# The number of Metadata IOPS provisioned for the file system. Valid
|
|
6112
|
+
# values are `1500`, `3000`, `6000`, `12000`, and multiples of `12000`
|
|
6113
|
+
# up to a maximum of `192000`.
|
|
6114
|
+
# @return [Integer]
|
|
6115
|
+
#
|
|
6116
|
+
# @!attribute [rw] mode
|
|
6117
|
+
# The metadata configuration mode for provisioning Metadata IOPS for
|
|
6118
|
+
# the file system.
|
|
6119
|
+
#
|
|
6120
|
+
# * In AUTOMATIC mode, FSx for Lustre automatically provisions and
|
|
6121
|
+
# scales the number of Metadata IOPS on your file system based on
|
|
6122
|
+
# your file system storage capacity.
|
|
6123
|
+
#
|
|
6124
|
+
# * In USER\_PROVISIONED mode, you can choose to specify the number of
|
|
6125
|
+
# Metadata IOPS to provision for your file system.
|
|
6126
|
+
# @return [String]
|
|
6127
|
+
#
|
|
6128
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/FileSystemLustreMetadataConfiguration AWS API Documentation
|
|
6129
|
+
#
|
|
6130
|
+
class FileSystemLustreMetadataConfiguration < Struct.new(
|
|
6131
|
+
:iops,
|
|
6132
|
+
:mode)
|
|
6133
|
+
SENSITIVE = []
|
|
6134
|
+
include Aws::Structure
|
|
6135
|
+
end
|
|
6136
|
+
|
|
6040
6137
|
# No Amazon FSx file systems were found based upon supplied parameters.
|
|
6041
6138
|
#
|
|
6042
6139
|
# @!attribute [rw] message
|
|
@@ -6449,6 +6546,11 @@ module Aws::FSx
|
|
|
6449
6546
|
# from clients that try to access your file system as a root user.
|
|
6450
6547
|
# @return [Types::LustreRootSquashConfiguration]
|
|
6451
6548
|
#
|
|
6549
|
+
# @!attribute [rw] metadata_configuration
|
|
6550
|
+
# The Lustre metadata performance configuration for an Amazon FSx for
|
|
6551
|
+
# Lustre file system using a `PERSISTENT_2` deployment type.
|
|
6552
|
+
# @return [Types::FileSystemLustreMetadataConfiguration]
|
|
6553
|
+
#
|
|
6452
6554
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/LustreFileSystemConfiguration AWS API Documentation
|
|
6453
6555
|
#
|
|
6454
6556
|
class LustreFileSystemConfiguration < Struct.new(
|
|
@@ -6463,7 +6565,8 @@ module Aws::FSx
|
|
|
6463
6565
|
:drive_cache_type,
|
|
6464
6566
|
:data_compression_type,
|
|
6465
6567
|
:log_configuration,
|
|
6466
|
-
:root_squash_configuration
|
|
6568
|
+
:root_squash_configuration,
|
|
6569
|
+
:metadata_configuration)
|
|
6467
6570
|
SENSITIVE = []
|
|
6468
6571
|
include Aws::Structure
|
|
6469
6572
|
end
|
|
@@ -7913,13 +8016,13 @@ module Aws::FSx
|
|
|
7913
8016
|
end
|
|
7914
8017
|
|
|
7915
8018
|
# Specifies changes you are making to the self-managed Microsoft Active
|
|
7916
|
-
# Directory
|
|
7917
|
-
#
|
|
8019
|
+
# Directory configuration to which an FSx for Windows File Server file
|
|
8020
|
+
# system or an FSx for ONTAP SVM is joined.
|
|
7918
8021
|
#
|
|
7919
8022
|
# @!attribute [rw] user_name
|
|
7920
8023
|
# Specifies the updated user name for the service account on your
|
|
7921
|
-
# self-managed
|
|
7922
|
-
# self-managed
|
|
8024
|
+
# self-managed Active Directory domain. Amazon FSx uses this account
|
|
8025
|
+
# to join to your self-managed Active Directory domain.
|
|
7923
8026
|
#
|
|
7924
8027
|
# This account must have the permissions required to join computers to
|
|
7925
8028
|
# the domain in the organizational unit provided in
|
|
@@ -7928,29 +8031,29 @@ module Aws::FSx
|
|
|
7928
8031
|
#
|
|
7929
8032
|
# @!attribute [rw] password
|
|
7930
8033
|
# Specifies the updated password for the service account on your
|
|
7931
|
-
# self-managed
|
|
7932
|
-
# self-managed
|
|
8034
|
+
# self-managed Active Directory domain. Amazon FSx uses this account
|
|
8035
|
+
# to join to your self-managed Active Directory domain.
|
|
7933
8036
|
# @return [String]
|
|
7934
8037
|
#
|
|
7935
8038
|
# @!attribute [rw] dns_ips
|
|
7936
8039
|
# A list of up to three DNS server or domain controller IP addresses
|
|
7937
|
-
# in your self-managed
|
|
8040
|
+
# in your self-managed Active Directory domain.
|
|
7938
8041
|
# @return [Array<String>]
|
|
7939
8042
|
#
|
|
7940
8043
|
# @!attribute [rw] domain_name
|
|
7941
8044
|
# Specifies an updated fully qualified domain name of your
|
|
7942
|
-
# self-managed
|
|
8045
|
+
# self-managed Active Directory configuration.
|
|
7943
8046
|
# @return [String]
|
|
7944
8047
|
#
|
|
7945
8048
|
# @!attribute [rw] organizational_unit_distinguished_name
|
|
7946
8049
|
# Specifies an updated fully qualified distinguished name of the
|
|
7947
|
-
# organization unit within your self-managed
|
|
8050
|
+
# organization unit within your self-managed Active Directory.
|
|
7948
8051
|
# @return [String]
|
|
7949
8052
|
#
|
|
7950
8053
|
# @!attribute [rw] file_system_administrators_group
|
|
7951
|
-
#
|
|
7952
|
-
#
|
|
7953
|
-
# resource.
|
|
8054
|
+
# For FSx for ONTAP file systems only - Specifies the updated name of
|
|
8055
|
+
# the self-managed Active Directory domain group whose members are
|
|
8056
|
+
# granted administrative privileges for the Amazon FSx resource.
|
|
7954
8057
|
# @return [String]
|
|
7955
8058
|
#
|
|
7956
8059
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/SelfManagedActiveDirectoryConfigurationUpdates AWS API Documentation
|
|
@@ -8882,6 +8985,13 @@ module Aws::FSx
|
|
|
8882
8985
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-throughput-capacity.html
|
|
8883
8986
|
# @return [Integer]
|
|
8884
8987
|
#
|
|
8988
|
+
# @!attribute [rw] metadata_configuration
|
|
8989
|
+
# The Lustre metadata performance configuration for an Amazon FSx for
|
|
8990
|
+
# Lustre file system using a `PERSISTENT_2` deployment type. When this
|
|
8991
|
+
# configuration is enabled, the file system supports increasing
|
|
8992
|
+
# metadata performance.
|
|
8993
|
+
# @return [Types::UpdateFileSystemLustreMetadataConfiguration]
|
|
8994
|
+
#
|
|
8885
8995
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreConfiguration AWS API Documentation
|
|
8886
8996
|
#
|
|
8887
8997
|
class UpdateFileSystemLustreConfiguration < Struct.new(
|
|
@@ -8892,7 +9002,60 @@ module Aws::FSx
|
|
|
8892
9002
|
:data_compression_type,
|
|
8893
9003
|
:log_configuration,
|
|
8894
9004
|
:root_squash_configuration,
|
|
8895
|
-
:per_unit_storage_throughput
|
|
9005
|
+
:per_unit_storage_throughput,
|
|
9006
|
+
:metadata_configuration)
|
|
9007
|
+
SENSITIVE = []
|
|
9008
|
+
include Aws::Structure
|
|
9009
|
+
end
|
|
9010
|
+
|
|
9011
|
+
# The Lustre metadata performance configuration update for an Amazon FSx
|
|
9012
|
+
# for Lustre file system using a `PERSISTENT_2` deployment type. You can
|
|
9013
|
+
# request an increase in your file system's Metadata IOPS and/or switch
|
|
9014
|
+
# your file system's metadata configuration mode. For more information,
|
|
9015
|
+
# see [Managing metadata performance][1] in the *Amazon FSx for Lustre
|
|
9016
|
+
# User Guide*.
|
|
9017
|
+
#
|
|
9018
|
+
#
|
|
9019
|
+
#
|
|
9020
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-metadata-performance.html
|
|
9021
|
+
#
|
|
9022
|
+
# @!attribute [rw] iops
|
|
9023
|
+
# (USER\_PROVISIONED mode only) Specifies the number of Metadata IOPS
|
|
9024
|
+
# to provision for your file system. Valid values are `1500`, `3000`,
|
|
9025
|
+
# `6000`, `12000`, and multiples of `12000` up to a maximum of
|
|
9026
|
+
# `192000`.
|
|
9027
|
+
#
|
|
9028
|
+
# The value you provide must be greater than or equal to the current
|
|
9029
|
+
# number of Metadata IOPS provisioned for the file system.
|
|
9030
|
+
# @return [Integer]
|
|
9031
|
+
#
|
|
9032
|
+
# @!attribute [rw] mode
|
|
9033
|
+
# The metadata configuration mode for provisioning Metadata IOPS for
|
|
9034
|
+
# an FSx for Lustre file system using a `PERSISTENT_2` deployment
|
|
9035
|
+
# type.
|
|
9036
|
+
#
|
|
9037
|
+
# * To increase the Metadata IOPS or to switch from AUTOMATIC mode,
|
|
9038
|
+
# specify `USER_PROVISIONED` as the value for this parameter. Then
|
|
9039
|
+
# use the Iops parameter to provide a Metadata IOPS value that is
|
|
9040
|
+
# greater than or equal to the current number of Metadata IOPS
|
|
9041
|
+
# provisioned for the file system.
|
|
9042
|
+
#
|
|
9043
|
+
# * To switch from USER\_PROVISIONED mode, specify `AUTOMATIC` as the
|
|
9044
|
+
# value for this parameter, but do not input a value for Iops.
|
|
9045
|
+
#
|
|
9046
|
+
# <note markdown="1"> If you request to switch from USER\_PROVISIONED to AUTOMATIC mode
|
|
9047
|
+
# and the current Metadata IOPS value is greater than the automated
|
|
9048
|
+
# default, FSx for Lustre rejects the request because downscaling
|
|
9049
|
+
# Metadata IOPS is not supported.
|
|
9050
|
+
#
|
|
9051
|
+
# </note>
|
|
9052
|
+
# @return [String]
|
|
9053
|
+
#
|
|
9054
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemLustreMetadataConfiguration AWS API Documentation
|
|
9055
|
+
#
|
|
9056
|
+
class UpdateFileSystemLustreMetadataConfiguration < Struct.new(
|
|
9057
|
+
:iops,
|
|
9058
|
+
:mode)
|
|
8896
9059
|
SENSITIVE = []
|
|
8897
9060
|
include Aws::Structure
|
|
8898
9061
|
end
|
|
@@ -9703,7 +9866,7 @@ module Aws::FSx
|
|
|
9703
9866
|
#
|
|
9704
9867
|
# @!attribute [rw] self_managed_active_directory_configuration
|
|
9705
9868
|
# Specifies changes you are making to the self-managed Microsoft
|
|
9706
|
-
# Active Directory
|
|
9869
|
+
# Active Directory configuration to which an FSx for Windows File
|
|
9707
9870
|
# Server file system or an FSx for ONTAP SVM is joined.
|
|
9708
9871
|
# @return [Types::SelfManagedActiveDirectoryConfigurationUpdates]
|
|
9709
9872
|
#
|
data/lib/aws-sdk-fsx.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -320,6 +320,10 @@ module Aws
|
|
|
320
320
|
root_squash_configuration: {
|
|
321
321
|
root_squash: ::String?,
|
|
322
322
|
no_squash_nids: Array[::String]?
|
|
323
|
+
}?,
|
|
324
|
+
metadata_configuration: {
|
|
325
|
+
iops: ::Integer?,
|
|
326
|
+
mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
323
327
|
}?
|
|
324
328
|
},
|
|
325
329
|
?ontap_configuration: {
|
|
@@ -446,6 +450,10 @@ module Aws
|
|
|
446
450
|
root_squash_configuration: {
|
|
447
451
|
root_squash: ::String?,
|
|
448
452
|
no_squash_nids: Array[::String]?
|
|
453
|
+
}?,
|
|
454
|
+
metadata_configuration: {
|
|
455
|
+
iops: ::Integer?,
|
|
456
|
+
mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
449
457
|
}?
|
|
450
458
|
},
|
|
451
459
|
?storage_type: ("SSD" | "HDD"),
|
|
@@ -1159,7 +1167,11 @@ module Aws
|
|
|
1159
1167
|
root_squash: ::String?,
|
|
1160
1168
|
no_squash_nids: Array[::String]?
|
|
1161
1169
|
}?,
|
|
1162
|
-
per_unit_storage_throughput: ::Integer
|
|
1170
|
+
per_unit_storage_throughput: ::Integer?,
|
|
1171
|
+
metadata_configuration: {
|
|
1172
|
+
iops: ::Integer?,
|
|
1173
|
+
mode: ("AUTOMATIC" | "USER_PROVISIONED")?
|
|
1174
|
+
}?
|
|
1163
1175
|
},
|
|
1164
1176
|
?ontap_configuration: {
|
|
1165
1177
|
automatic_backup_retention_days: ::Integer?,
|
data/sig/types.rbs
CHANGED
|
@@ -300,6 +300,13 @@ module Aws::FSx
|
|
|
300
300
|
attr_accessor data_compression_type: ("NONE" | "LZ4")
|
|
301
301
|
attr_accessor log_configuration: Types::LustreLogCreateConfiguration
|
|
302
302
|
attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
|
|
303
|
+
attr_accessor metadata_configuration: Types::CreateFileSystemLustreMetadataConfiguration
|
|
304
|
+
SENSITIVE: []
|
|
305
|
+
end
|
|
306
|
+
|
|
307
|
+
class CreateFileSystemLustreMetadataConfiguration
|
|
308
|
+
attr_accessor iops: ::Integer
|
|
309
|
+
attr_accessor mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
303
310
|
SENSITIVE: []
|
|
304
311
|
end
|
|
305
312
|
|
|
@@ -1009,6 +1016,12 @@ module Aws::FSx
|
|
|
1009
1016
|
SENSITIVE: []
|
|
1010
1017
|
end
|
|
1011
1018
|
|
|
1019
|
+
class FileSystemLustreMetadataConfiguration
|
|
1020
|
+
attr_accessor iops: ::Integer
|
|
1021
|
+
attr_accessor mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
1022
|
+
SENSITIVE: []
|
|
1023
|
+
end
|
|
1024
|
+
|
|
1012
1025
|
class FileSystemNotFound
|
|
1013
1026
|
attr_accessor message: ::String
|
|
1014
1027
|
SENSITIVE: []
|
|
@@ -1110,6 +1123,7 @@ module Aws::FSx
|
|
|
1110
1123
|
attr_accessor data_compression_type: ("NONE" | "LZ4")
|
|
1111
1124
|
attr_accessor log_configuration: Types::LustreLogConfiguration
|
|
1112
1125
|
attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
|
|
1126
|
+
attr_accessor metadata_configuration: Types::FileSystemLustreMetadataConfiguration
|
|
1113
1127
|
SENSITIVE: []
|
|
1114
1128
|
end
|
|
1115
1129
|
|
|
@@ -1539,6 +1553,13 @@ module Aws::FSx
|
|
|
1539
1553
|
attr_accessor log_configuration: Types::LustreLogCreateConfiguration
|
|
1540
1554
|
attr_accessor root_squash_configuration: Types::LustreRootSquashConfiguration
|
|
1541
1555
|
attr_accessor per_unit_storage_throughput: ::Integer
|
|
1556
|
+
attr_accessor metadata_configuration: Types::UpdateFileSystemLustreMetadataConfiguration
|
|
1557
|
+
SENSITIVE: []
|
|
1558
|
+
end
|
|
1559
|
+
|
|
1560
|
+
class UpdateFileSystemLustreMetadataConfiguration
|
|
1561
|
+
attr_accessor iops: ::Integer
|
|
1562
|
+
attr_accessor mode: ("AUTOMATIC" | "USER_PROVISIONED")
|
|
1542
1563
|
SENSITIVE: []
|
|
1543
1564
|
end
|
|
1544
1565
|
|
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.
|
|
4
|
+
version: 1.89.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-06-
|
|
11
|
+
date: 2024-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|