aws-sdk-fsx 1.47.0 → 1.48.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: 5c628852093c16d99009da9256d42494242bd61b48b37c756b57c220a2a7a962
4
+ data.tar.gz: 109cf2e9c148f61d075d91c48d8bfce7bf1e5bc3b26d64394189a9b2aa9d455f
5
5
  SHA512:
6
- metadata.gz: a1cc107c7fbb01cd272bb66df1c8b937715fc06fe00d59a66e7b4f88d562d387bd7f6936e4c0ba13940cbab4d23f43ca225337c1d1933dd38cb2e388a10c38b1
7
- data.tar.gz: 1d3f5f215f7372a863e9cbf586486a7b09730607f33278c14d47ad8496b754b24fafd1acb6c1a600b67f671030d42d38514bc1ee7190eb434f96b1888f160fdb
6
+ metadata.gz: 6b1332757e6167920ef3ddc05d012c97b5cd31401c28deb5daa2f421949e56f3d7d630d8a61f678d2dba3feecab99a74d72f3a40f9228b6ba6415026cccc1582
7
+ data.tar.gz: 05d0240e6ae969f0138b0eb7ca04f0e015d4ec20364be5232135017461baf411cead10fc6c5185909c117651ed93a300f8a48f2486548f6c036dd7b6b9a9a6cd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2022-01-25)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems.
8
+
4
9
  1.47.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -1668,6 +1668,8 @@ module Aws::FSx
1668
1668
  #
1669
1669
  # * Amazon FSx for NetApp ONTAP
1670
1670
  #
1671
+ # * Amazon FSx for OpenZFS
1672
+ #
1671
1673
  # * Amazon FSx for Windows File Server
1672
1674
  #
1673
1675
  # This operation requires a client request token in the request that
@@ -1773,7 +1775,7 @@ module Aws::FSx
1773
1775
  #
1774
1776
  # * Set to `HDD` to use hard disk drive storage. HDD is supported on
1775
1777
  # `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
1776
- # and on `PERSISTENT` Lustre file system deployment types.
1778
+ # and on `PERSISTENT_1` Lustre file system deployment types.
1777
1779
  #
1778
1780
  # Default value is `SSD`. For more information, see [ Storage type
1779
1781
  # options][1] in the *FSx for Windows File Server User Guide* and
@@ -5934,7 +5936,7 @@ module Aws::FSx
5934
5936
  #
5935
5937
  # * `WeeklyMaintenanceStartTime`
5936
5938
  #
5937
- # For FSx for Lustre file systems, you can update the following
5939
+ # For Amazon FSx for Lustre file systems, you can update the following
5938
5940
  # properties:
5939
5941
  #
5940
5942
  # * `AutoImportPolicy`
@@ -5949,15 +5951,19 @@ module Aws::FSx
5949
5951
  #
5950
5952
  # * `WeeklyMaintenanceStartTime`
5951
5953
  #
5952
- # For FSx for ONTAP file systems, you can update the following
5953
- # properties:
5954
+ # For Amazon FSx for NetApp ONTAP file systems, you can update the
5955
+ # following properties:
5954
5956
  #
5955
5957
  # * `AutomaticBackupRetentionDays`
5956
5958
  #
5957
5959
  # * `DailyAutomaticBackupStartTime`
5958
5960
  #
5961
+ # * `DiskIopsConfiguration`
5962
+ #
5959
5963
  # * `FsxAdminPassword`
5960
5964
  #
5965
+ # * `StorageCapacity`
5966
+ #
5961
5967
  # * `WeeklyMaintenanceStartTime`
5962
5968
  #
5963
5969
  # For the Amazon FSx for OpenZFS file systems, you can update the
@@ -5971,8 +5977,6 @@ module Aws::FSx
5971
5977
  #
5972
5978
  # * `DailyAutomaticBackupStartTime`
5973
5979
  #
5974
- # * `DiskIopsConfiguration`
5975
- #
5976
5980
  # * `ThroughputCapacity`
5977
5981
  #
5978
5982
  # * `WeeklyMaintenanceStartTime`
@@ -5991,9 +5995,10 @@ module Aws::FSx
5991
5995
  #
5992
5996
  # @option params [Integer] :storage_capacity
5993
5997
  # 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.
5998
+ # for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for
5999
+ # NetApp ONTAP file system. Specifies the storage capacity target value,
6000
+ # in GiB, to increase the storage capacity for the file system that
6001
+ # you're updating.
5997
6002
  #
5998
6003
  # <note markdown="1"> You can't make a storage capacity increase request if there is an
5999
6004
  # existing storage capacity increase request in progress.
@@ -6003,14 +6008,15 @@ module Aws::FSx
6003
6008
  # For Windows file systems, the storage capacity target value must be at
6004
6009
  # least 10 percent greater than the current storage capacity value. To
6005
6010
  # increase storage capacity, the file system must have at least 16 MBps
6006
- # of throughput capacity.
6011
+ # of throughput capacity. For more information, see [Managing storage
6012
+ # capacity][1] in the *Amazon FSx for Windows File Server User Guide*.
6007
6013
  #
6008
6014
  # For Lustre file systems, the storage capacity target value can be the
6009
6015
  # following:
6010
6016
  #
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.
6017
+ # * For `SCRATCH_2`, `PERSISTENT_1`, and `PERSISTENT_2 SSD` deployment
6018
+ # types, valid values are in multiples of 2400 GiB. The value must be
6019
+ # greater than the current storage capacity.
6014
6020
  #
6015
6021
  # * For `PERSISTENT HDD` file systems, valid values are multiples of
6016
6022
  # 6000 GiB for 12-MBps throughput per TiB file systems and multiples
@@ -6020,23 +6026,19 @@ module Aws::FSx
6020
6026
  # * For `SCRATCH_1` file systems, you can't increase the storage
6021
6027
  # capacity.
6022
6028
  #
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.
6029
+ # For more information, see [Managing storage and throughput
6030
+ # capacity][2] in the *Amazon FSx for Lustre User Guide*.
6028
6031
  #
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*.
6032
+ # For ONTAP file systems, the storage capacity target value must be at
6033
+ # least 10 percent greater than the current storage capacity value. For
6034
+ # more information, see [Managing storage capacity and provisioned
6035
+ # IOPS][3] in the *Amazon FSx for NetApp ONTAP User Guide*.
6034
6036
  #
6035
6037
  #
6036
6038
  #
6037
6039
  # [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
6038
6040
  # [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
6041
+ # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
6040
6042
  #
6041
6043
  # @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
6042
6044
  # The configuration updates for an Amazon FSx for Windows File Server
@@ -6139,6 +6141,10 @@ module Aws::FSx
6139
6141
  # daily_automatic_backup_start_time: "DailyTime",
6140
6142
  # fsx_admin_password: "AdminPassword",
6141
6143
  # weekly_maintenance_start_time: "WeeklyTime",
6144
+ # disk_iops_configuration: {
6145
+ # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
6146
+ # iops: 1,
6147
+ # },
6142
6148
  # },
6143
6149
  # open_zfs_configuration: {
6144
6150
  # automatic_backup_retention_days: 1,
@@ -6829,7 +6835,7 @@ module Aws::FSx
6829
6835
  params: params,
6830
6836
  config: config)
6831
6837
  context[:gem_name] = 'aws-sdk-fsx'
6832
- context[:gem_version] = '1.47.0'
6838
+ context[:gem_version] = '1.48.0'
6833
6839
  Seahorse::Client::Request.new(handlers, context)
6834
6840
  end
6835
6841
 
@@ -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.48.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.48.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-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core