aws-sdk-fsx 1.47.0 → 1.50.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: 070720ecb5c85f6b6adca1fa02417a22e7da6db1beda8befd7e216d53f481be3
4
- data.tar.gz: c2e69f05ed188b04b3ac252f8266a637bdb1d4b0043cca2c01150d4f9353588f
3
+ metadata.gz: 8e10f0b3c7a9650f7e59be93712e786ea1f53b4c48e970ead9fe2c371530696b
4
+ data.tar.gz: f9024abb50cf0659b5b1cba22d7bf5924957cdaf088769bb788a56844ebad5e5
5
5
  SHA512:
6
- metadata.gz: a1cc107c7fbb01cd272bb66df1c8b937715fc06fe00d59a66e7b4f88d562d387bd7f6936e4c0ba13940cbab4d23f43ca225337c1d1933dd38cb2e388a10c38b1
7
- data.tar.gz: 1d3f5f215f7372a863e9cbf586486a7b09730607f33278c14d47ad8496b754b24fafd1acb6c1a600b67f671030d42d38514bc1ee7190eb434f96b1888f160fdb
6
+ metadata.gz: 1bca1a81912799554802f93998bcb3cdba7670ca67b5b9f52aae10a1014229e0360b9154d6b9a68ca61ef7eb792280e758172724edbb688dc759198e5771ec49
7
+ data.tar.gz: d87af8bc82020c4a391f64a700a854ee5f9864bc4f7067aea460debecae57685c8f32e498a9d8656b3870b96680d7f24a08d2b41709f66198c5cb6c90da8f157
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.49.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.48.0 (2022-01-25)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems.
18
+
4
19
  1.47.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.50.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::FSx
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
80
84
 
@@ -1668,6 +1672,8 @@ module Aws::FSx
1668
1672
  #
1669
1673
  # * Amazon FSx for NetApp ONTAP
1670
1674
  #
1675
+ # * Amazon FSx for OpenZFS
1676
+ #
1671
1677
  # * Amazon FSx for Windows File Server
1672
1678
  #
1673
1679
  # This operation requires a client request token in the request that
@@ -1773,7 +1779,7 @@ module Aws::FSx
1773
1779
  #
1774
1780
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
1775
1781
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
1776
- # and on `PERSISTENT` Lustre file system deployment types.
1782
+ # and on `PERSISTENT_1` Lustre file system deployment types.
1777
1783
  #
1778
1784
  # Default value is `SSD`. For more information, see [ Storage type
1779
1785
  # options][1] in the *FSx for Windows File Server User Guide* and
@@ -5934,7 +5940,7 @@ module Aws::FSx
5934
5940
  #
5935
5941
  # * `WeeklyMaintenanceStartTime`
5936
5942
  #
5937
- # For FSx for Lustre file systems, you can update the following
5943
+ # For Amazon FSx for Lustre file systems, you can update the following
5938
5944
  # properties:
5939
5945
  #
5940
5946
  # * `AutoImportPolicy`
@@ -5949,15 +5955,19 @@ module Aws::FSx
5949
5955
  #
5950
5956
  # * `WeeklyMaintenanceStartTime`
5951
5957
  #
5952
- # For FSx for ONTAP file systems, you can update the following
5953
- # properties:
5958
+ # For Amazon FSx for NetApp ONTAP file systems, you can update the
5959
+ # following properties:
5954
5960
  #
5955
5961
  # * `AutomaticBackupRetentionDays`
5956
5962
  #
5957
5963
  # * `DailyAutomaticBackupStartTime`
5958
5964
  #
5965
+ # * `DiskIopsConfiguration`
5966
+ #
5959
5967
  # * `FsxAdminPassword`
5960
5968
  #
5969
+ # * `StorageCapacity`
5970
+ #
5961
5971
  # * `WeeklyMaintenanceStartTime`
5962
5972
  #
5963
5973
  # For the Amazon FSx for OpenZFS file systems, you can update the
@@ -5971,8 +5981,6 @@ module Aws::FSx
5971
5981
  #
5972
5982
  # * `DailyAutomaticBackupStartTime`
5973
5983
  #
5974
- # * `DiskIopsConfiguration`
5975
- #
5976
5984
  # * `ThroughputCapacity`
5977
5985
  #
5978
5986
  # * `WeeklyMaintenanceStartTime`
@@ -5991,9 +5999,10 @@ module Aws::FSx
5991
5999
  #
5992
6000
  # @option params [Integer] :storage_capacity
5993
6001
  # Use this parameter to increase the storage capacity of an Amazon FSx
5994
- # for Windows File Server or Amazon FSx for Lustre file system.
5995
- # Specifies the storage capacity target value, in GiB, to increase the
5996
- # storage capacity for the file system that you're updating.
6002
+ # for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for
6003
+ # NetApp ONTAP file system. Specifies the storage capacity target value,
6004
+ # in GiB, to increase the storage capacity for the file system that
6005
+ # you're updating.
5997
6006
  #
5998
6007
  # <note markdown="1"> You can't make a storage capacity increase request if there is an
5999
6008
  # existing storage capacity increase request in progress.
@@ -6003,14 +6012,15 @@ module Aws::FSx
6003
6012
  # For Windows file systems, the storage capacity target value must be at
6004
6013
  # least 10 percent greater than the current storage capacity value. To
6005
6014
  # increase storage capacity, the file system must have at least 16 MBps
6006
- # of throughput capacity.
6015
+ # of throughput capacity. For more information, see [Managing storage
6016
+ # capacity][1] in the *Amazon FSx for Windows File Server User Guide*.
6007
6017
  #
6008
6018
  # For Lustre file systems, the storage capacity target value can be the
6009
6019
  # following:
6010
6020
  #
6011
- # * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
6012
- # values are in multiples of 2400 GiB. The value must be greater than
6013
- # the current storage capacity.
6021
+ # * For `SCRATCH_2`, `PERSISTENT_1`, and `PERSISTENT_2 SSD` deployment
6022
+ # types, valid values are in multiples of 2400 GiB. The value must be
6023
+ # greater than the current storage capacity.
6014
6024
  #
6015
6025
  # * For `PERSISTENT HDD` file systems, valid values are multiples of
6016
6026
  # 6000 GiB for 12-MBps throughput per TiB file systems and multiples
@@ -6020,23 +6030,19 @@ module Aws::FSx
6020
6030
  # * For `SCRATCH_1` file systems, you can't increase the storage
6021
6031
  # capacity.
6022
6032
  #
6023
- # For OpenZFS file systems, the input/output operations per second
6024
- # (IOPS) automatically scale with increases to the storage capacity if
6025
- # IOPS is configured for automatic scaling. If the storage capacity
6026
- # increase would result in less than 3 IOPS per GiB of storage, this
6027
- # operation returns an error.
6033
+ # For more information, see [Managing storage and throughput
6034
+ # capacity][2] in the *Amazon FSx for Lustre User Guide*.
6028
6035
  #
6029
- # For more information, see [Managing storage capacity][1] in the
6030
- # *Amazon FSx for Windows File Server User Guide*, [Managing storage and
6031
- # throughput capacity][2] in the *Amazon FSx for Lustre User Guide*, and
6032
- # [Managing storage capacity][3] in the *Amazon FSx for OpenZFS User
6033
- # Guide*.
6036
+ # For ONTAP file systems, the storage capacity target value must be at
6037
+ # least 10 percent greater than the current storage capacity value. For
6038
+ # more information, see [Managing storage capacity and provisioned
6039
+ # IOPS][3] in the *Amazon FSx for NetApp ONTAP User Guide*.
6034
6040
  #
6035
6041
  #
6036
6042
  #
6037
6043
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
6038
6044
  # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
6039
- # [3]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html
6045
+ # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
6040
6046
  #
6041
6047
  # @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
6042
6048
  # The configuration updates for an Amazon FSx for Windows File Server
@@ -6139,6 +6145,10 @@ module Aws::FSx
6139
6145
  # daily_automatic_backup_start_time: "DailyTime",
6140
6146
  # fsx_admin_password: "AdminPassword",
6141
6147
  # weekly_maintenance_start_time: "WeeklyTime",
6148
+ # disk_iops_configuration: {
6149
+ # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
6150
+ # iops: 1,
6151
+ # },
6142
6152
  # },
6143
6153
  # open_zfs_configuration: {
6144
6154
  # automatic_backup_retention_days: 1,
@@ -6829,7 +6839,7 @@ module Aws::FSx
6829
6839
  params: params,
6830
6840
  config: config)
6831
6841
  context[:gem_name] = 'aws-sdk-fsx'
6832
- context[:gem_version] = '1.47.0'
6842
+ context[:gem_version] = '1.50.0'
6833
6843
  Seahorse::Client::Request.new(handlers, context)
6834
6844
  end
6835
6845
 
@@ -1335,6 +1335,7 @@ module Aws::FSx
1335
1335
  UpdateFileSystemOntapConfiguration.add_member(:daily_automatic_backup_start_time, Shapes::ShapeRef.new(shape: DailyTime, location_name: "DailyAutomaticBackupStartTime"))
1336
1336
  UpdateFileSystemOntapConfiguration.add_member(:fsx_admin_password, Shapes::ShapeRef.new(shape: AdminPassword, location_name: "FsxAdminPassword"))
1337
1337
  UpdateFileSystemOntapConfiguration.add_member(:weekly_maintenance_start_time, Shapes::ShapeRef.new(shape: WeeklyTime, location_name: "WeeklyMaintenanceStartTime"))
1338
+ UpdateFileSystemOntapConfiguration.add_member(:disk_iops_configuration, Shapes::ShapeRef.new(shape: DiskIopsConfiguration, location_name: "DiskIopsConfiguration"))
1338
1339
  UpdateFileSystemOntapConfiguration.struct_class = Types::UpdateFileSystemOntapConfiguration
1339
1340
 
1340
1341
  UpdateFileSystemOpenZFSConfiguration.add_member(:automatic_backup_retention_days, Shapes::ShapeRef.new(shape: AutomaticBackupRetentionDays, location_name: "AutomaticBackupRetentionDays"))
@@ -83,23 +83,21 @@ module Aws::FSx
83
83
  # increase a file system's storage capacity has been completed
84
84
  # successfully, a `STORAGE_OPTIMIZATION` task starts.
85
85
  #
86
- # * For Windows, storage optimization is the process of migrating
87
- # the file system data to the new, larger disks.
86
+ # * For Windows and ONTAP, storage optimization is the process of
87
+ # migrating the file system data to newer larger disks.
88
88
  #
89
89
  # * For Lustre, storage optimization consists of rebalancing the
90
90
  # data across the existing and newly added file servers.
91
91
  #
92
- # * For OpenZFS, storage optimization consists of migrating data
93
- # from the older smaller disks to the newer larger disks.
94
- #
95
92
  # You can track the storage-optimization progress using the
96
93
  # `ProgressPercent` property. When `STORAGE_OPTIMIZATION` has been
97
94
  # completed successfully, the parent `FILE_SYSTEM_UPDATE` action
98
95
  # status changes to `COMPLETED`. For more information, see [Managing
99
96
  # storage capacity][1] in the *Amazon FSx for Windows File Server
100
97
  # User Guide*, [Managing storage and throughput capacity][2] in the
101
- # *Amazon FSx for Lustre User Guide*, and [Managing storage
102
- # capacity][3] in the *Amazon FSx for OpenZFS User Guide*.
98
+ # *Amazon FSx for Lustre User Guide*, and [Managing storage capacity
99
+ # and provisioned IOPS][3] in the *Amazon FSx for NetApp ONTAP User
100
+ # Guide*.
103
101
  #
104
102
  # * `FILE_SYSTEM_ALIAS_ASSOCIATION` - A file system update to
105
103
  # associate a new Domain Name System (DNS) alias with the file
@@ -125,7 +123,7 @@ module Aws::FSx
125
123
  #
126
124
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
127
125
  # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
128
- # [3]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html
126
+ # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
129
127
  # [4]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_AssociateFileSystemAliases.html
130
128
  # [5]: https://docs.aws.amazon.com/fsx/latest/APIReference/API_DisassociateFileSystemAliases.html
131
129
  # @return [String]
@@ -1503,7 +1501,7 @@ module Aws::FSx
1503
1501
  # and higher burst throughput capacity than `SCRATCH_1`.
1504
1502
  #
1505
1503
  # Choose `PERSISTENT_1` for longer-term storage and for
1506
- # throughput-focused workloads that aren’t latency-sensitive. a.
1504
+ # throughput-focused workloads that aren’t latency-sensitive.
1507
1505
  # `PERSISTENT_1` supports encryption of data in transit, and is
1508
1506
  # available in all Amazon Web Services Regions in which FSx for Lustre
1509
1507
  # is available.
@@ -1761,7 +1759,7 @@ module Aws::FSx
1761
1759
  #
1762
1760
  # @!attribute [rw] throughput_capacity
1763
1761
  # Sets the throughput capacity for the file system that you're
1764
- # creating. Valid values are 512, 1024, and 2048 MBps.
1762
+ # creating. Valid values are 128, 256, 512, 1024, and 2048 MBps.
1765
1763
  # @return [Integer]
1766
1764
  #
1767
1765
  # @!attribute [rw] weekly_maintenance_start_time
@@ -2106,7 +2104,7 @@ module Aws::FSx
2106
2104
  #
2107
2105
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
2108
2106
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment
2109
- # types, and on `PERSISTENT` Lustre file system deployment types.
2107
+ # types, and on `PERSISTENT_1` Lustre file system deployment types.
2110
2108
  #
2111
2109
  # Default value is `SSD`. For more information, see [ Storage type
2112
2110
  # options][1] in the *FSx for Windows File Server User Guide* and
@@ -2500,6 +2498,31 @@ module Aws::FSx
2500
2498
  # Amazon FSx for ONTAP's intelligent tiering automatically
2501
2499
  # transitions a volume's data between the file system's primary
2502
2500
  # storage and capacity pool storage based on your access patterns.
2501
+ #
2502
+ # Valid tiering policies are the following:
2503
+ #
2504
+ # * `SNAPSHOT_ONLY` - (Default value) moves cold snapshots to the
2505
+ # capacity pool storage tier.
2506
+ #
2507
+ # ^
2508
+ # ^
2509
+ #
2510
+ # * `AUTO` - moves cold user data and snapshots to the capacity pool
2511
+ # storage tier based on your access patterns.
2512
+ #
2513
+ # ^
2514
+ # ^
2515
+ #
2516
+ # * `ALL` - moves all user data blocks in both the active file system
2517
+ # and Snapshot copies to the storage pool tier.
2518
+ #
2519
+ # ^
2520
+ # ^
2521
+ #
2522
+ # * `NONE` - keeps a volume's data in the primary storage tier,
2523
+ # preventing it from being moved to the capacity pool tier.
2524
+ #
2525
+ # ^
2503
2526
  # @return [Types::TieringPolicy]
2504
2527
  #
2505
2528
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateOntapVolumeConfiguration AWS API Documentation
@@ -4193,8 +4216,8 @@ module Aws::FSx
4193
4216
  # }
4194
4217
  #
4195
4218
  # @!attribute [rw] options
4196
- # To delete the volume's children and snapshots, use the string
4197
- # `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.
4219
+ # To delete the volume's child volumes, snapshots, and clones, use
4220
+ # the string `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`.
4198
4221
  # @return [Array<String>]
4199
4222
  #
4200
4223
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteVolumeOpenZFSConfiguration AWS API Documentation
@@ -5078,7 +5101,7 @@ module Aws::FSx
5078
5101
  # @return [Types::OntapFileSystemConfiguration]
5079
5102
  #
5080
5103
  # @!attribute [rw] file_system_type_version
5081
- # The Lustre version of the Amazon FSx for Lustrefile system, either
5104
+ # The Lustre version of the Amazon FSx for Lustre file system, either
5082
5105
  # `2.10` or `2.12`.
5083
5106
  # @return [String]
5084
5107
  #
@@ -7181,6 +7204,31 @@ module Aws::FSx
7181
7204
  # a volume's data between the file system's primary storage and
7182
7205
  # capacity pool storage based on your access patterns.
7183
7206
  #
7207
+ # Valid tiering policies are the following:
7208
+ #
7209
+ # * `SNAPSHOT_ONLY` - (Default value) moves cold snapshots to the
7210
+ # capacity pool storage tier.
7211
+ #
7212
+ # ^
7213
+ # ^
7214
+ #
7215
+ # * `AUTO` - moves cold user data and snapshots to the capacity pool
7216
+ # storage tier based on your access patterns.
7217
+ #
7218
+ # ^
7219
+ # ^
7220
+ #
7221
+ # * `ALL` - moves all user data blocks in both the active file system
7222
+ # and Snapshot copies to the storage pool tier.
7223
+ #
7224
+ # ^
7225
+ # ^
7226
+ #
7227
+ # * `NONE` - keeps a volume's data in the primary storage tier,
7228
+ # preventing it from being moved to the capacity pool tier.
7229
+ #
7230
+ # ^
7231
+ #
7184
7232
  # @note When making an API call, you may pass TieringPolicy
7185
7233
  # data as a hash:
7186
7234
  #
@@ -7464,6 +7512,10 @@ module Aws::FSx
7464
7512
  # daily_automatic_backup_start_time: "DailyTime",
7465
7513
  # fsx_admin_password: "AdminPassword",
7466
7514
  # weekly_maintenance_start_time: "WeeklyTime",
7515
+ # disk_iops_configuration: {
7516
+ # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
7517
+ # iops: 1,
7518
+ # },
7467
7519
  # }
7468
7520
  #
7469
7521
  # @!attribute [rw] automatic_backup_retention_days
@@ -7499,13 +7551,23 @@ module Aws::FSx
7499
7551
  # [1]: https://en.wikipedia.org/wiki/ISO_week_date
7500
7552
  # @return [String]
7501
7553
  #
7554
+ # @!attribute [rw] disk_iops_configuration
7555
+ # The SSD IOPS (input/output operations per second) configuration for
7556
+ # an Amazon FSx for NetApp ONTAP file system. The default is 3 IOPS
7557
+ # per GB of storage capacity, but you can provision additional IOPS
7558
+ # per GB of storage. The configuration consists of an IOPS mode
7559
+ # (`AUTOMATIC` or `USER_PROVISIONED`), and in the case of
7560
+ # `USER_PROVISIONED` IOPS, the total number of SSD IOPS provisioned.
7561
+ # @return [Types::DiskIopsConfiguration]
7562
+ #
7502
7563
  # @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystemOntapConfiguration AWS API Documentation
7503
7564
  #
7504
7565
  class UpdateFileSystemOntapConfiguration < Struct.new(
7505
7566
  :automatic_backup_retention_days,
7506
7567
  :daily_automatic_backup_start_time,
7507
7568
  :fsx_admin_password,
7508
- :weekly_maintenance_start_time)
7569
+ :weekly_maintenance_start_time,
7570
+ :disk_iops_configuration)
7509
7571
  SENSITIVE = [:fsx_admin_password]
7510
7572
  include Aws::Structure
7511
7573
  end
@@ -7564,7 +7626,7 @@ module Aws::FSx
7564
7626
  # @!attribute [rw] throughput_capacity
7565
7627
  # The throughput of an Amazon FSx file system, measured in megabytes
7566
7628
  # per second (MBps), in 2 to the nth increments, between 2^3 (8) and
7567
- # 2^11 (2048).
7629
+ # 2^12 (4096).
7568
7630
  # @return [Integer]
7569
7631
  #
7570
7632
  # @!attribute [rw] weekly_maintenance_start_time
@@ -7648,6 +7710,10 @@ module Aws::FSx
7648
7710
  # daily_automatic_backup_start_time: "DailyTime",
7649
7711
  # fsx_admin_password: "AdminPassword",
7650
7712
  # weekly_maintenance_start_time: "WeeklyTime",
7713
+ # disk_iops_configuration: {
7714
+ # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
7715
+ # iops: 1,
7716
+ # },
7651
7717
  # },
7652
7718
  # open_zfs_configuration: {
7653
7719
  # automatic_backup_retention_days: 1,
@@ -7679,9 +7745,10 @@ module Aws::FSx
7679
7745
  #
7680
7746
  # @!attribute [rw] storage_capacity
7681
7747
  # Use this parameter to increase the storage capacity of an Amazon FSx
7682
- # for Windows File Server or Amazon FSx for Lustre file system.
7683
- # Specifies the storage capacity target value, in GiB, to increase the
7684
- # storage capacity for the file system that you're updating.
7748
+ # for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for
7749
+ # NetApp ONTAP file system. Specifies the storage capacity target
7750
+ # value, in GiB, to increase the storage capacity for the file system
7751
+ # that you're updating.
7685
7752
  #
7686
7753
  # <note markdown="1"> You can't make a storage capacity increase request if there is an
7687
7754
  # existing storage capacity increase request in progress.
@@ -7691,14 +7758,16 @@ module Aws::FSx
7691
7758
  # For Windows file systems, the storage capacity target value must be
7692
7759
  # at least 10 percent greater than the current storage capacity value.
7693
7760
  # To increase storage capacity, the file system must have at least 16
7694
- # MBps of throughput capacity.
7761
+ # MBps of throughput capacity. For more information, see [Managing
7762
+ # storage capacity][1] in the *Amazon FSx for Windows File Server User
7763
+ # Guide*.
7695
7764
  #
7696
7765
  # For Lustre file systems, the storage capacity target value can be
7697
7766
  # the following:
7698
7767
  #
7699
- # * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
7700
- # values are in multiples of 2400 GiB. The value must be greater
7701
- # than the current storage capacity.
7768
+ # * For `SCRATCH_2`, `PERSISTENT_1`, and `PERSISTENT_2 SSD` deployment
7769
+ # types, valid values are in multiples of 2400 GiB. The value must
7770
+ # be greater than the current storage capacity.
7702
7771
  #
7703
7772
  # * For `PERSISTENT HDD` file systems, valid values are multiples of
7704
7773
  # 6000 GiB for 12-MBps throughput per TiB file systems and multiples
@@ -7708,23 +7777,19 @@ module Aws::FSx
7708
7777
  # * For `SCRATCH_1` file systems, you can't increase the storage
7709
7778
  # capacity.
7710
7779
  #
7711
- # For OpenZFS file systems, the input/output operations per second
7712
- # (IOPS) automatically scale with increases to the storage capacity if
7713
- # IOPS is configured for automatic scaling. If the storage capacity
7714
- # increase would result in less than 3 IOPS per GiB of storage, this
7715
- # operation returns an error.
7780
+ # For more information, see [Managing storage and throughput
7781
+ # capacity][2] in the *Amazon FSx for Lustre User Guide*.
7716
7782
  #
7717
- # For more information, see [Managing storage capacity][1] in the
7718
- # *Amazon FSx for Windows File Server User Guide*, [Managing storage
7719
- # and throughput capacity][2] in the *Amazon FSx for Lustre User
7720
- # Guide*, and [Managing storage capacity][3] in the *Amazon FSx for
7721
- # OpenZFS User Guide*.
7783
+ # For ONTAP file systems, the storage capacity target value must be at
7784
+ # least 10 percent greater than the current storage capacity value.
7785
+ # For more information, see [Managing storage capacity and provisioned
7786
+ # IOPS][3] in the *Amazon FSx for NetApp ONTAP User Guide*.
7722
7787
  #
7723
7788
  #
7724
7789
  #
7725
7790
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
7726
7791
  # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
7727
- # [3]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html
7792
+ # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
7728
7793
  # @return [Integer]
7729
7794
  #
7730
7795
  # @!attribute [rw] windows_configuration
data/lib/aws-sdk-fsx.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-fsx/customizations'
48
48
  # @!group service
49
49
  module Aws::FSx
50
50
 
51
- GEM_VERSION = '1.47.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
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.47.0
4
+ version: 1.50.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: 2021-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement