lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.47.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.48.0
- old
+ new
@@ -1666,10 +1666,12 @@
#
# * Amazon FSx for Lustre
#
# * Amazon FSx for NetApp ONTAP
#
+ # * Amazon FSx for OpenZFS
+ #
# * Amazon FSx for Windows File Server
#
# This operation requires a client request token in the request that
# Amazon FSx uses to ensure idempotent creation. This means that calling
# the operation multiple times with the same client request token has no
@@ -1771,11 +1773,11 @@
# * Set to `SSD` to use solid state drive storage. SSD is supported on
# all Windows, Lustre, ONTAP, and OpenZFS deployment types.
#
# * Set to `HDD` to use hard disk drive storage. HDD is supported on
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
- # and on `PERSISTENT` Lustre file system deployment types.
+ # and on `PERSISTENT_1` Lustre file system deployment types.
#
# Default value is `SSD`. For more information, see [ Storage type
# options][1] in the *FSx for Windows File Server User Guide* and
# [Multiple storage options][2] in the *FSx for Lustre User Guide*.
#
@@ -5932,11 +5934,11 @@
#
# * `ThroughputCapacity`
#
# * `WeeklyMaintenanceStartTime`
#
- # For FSx for Lustre file systems, you can update the following
+ # For Amazon FSx for Lustre file systems, you can update the following
# properties:
#
# * `AutoImportPolicy`
#
# * `AutomaticBackupRetentionDays`
@@ -5947,19 +5949,23 @@
#
# * `StorageCapacity`
#
# * `WeeklyMaintenanceStartTime`
#
- # For FSx for ONTAP file systems, you can update the following
- # properties:
+ # For Amazon FSx for NetApp ONTAP file systems, you can update the
+ # following properties:
#
# * `AutomaticBackupRetentionDays`
#
# * `DailyAutomaticBackupStartTime`
#
+ # * `DiskIopsConfiguration`
+ #
# * `FsxAdminPassword`
#
+ # * `StorageCapacity`
+ #
# * `WeeklyMaintenanceStartTime`
#
# For the Amazon FSx for OpenZFS file systems, you can update the
# following properties:
#
@@ -5969,12 +5975,10 @@
#
# * `CopyTagsToVolumes`
#
# * `DailyAutomaticBackupStartTime`
#
- # * `DiskIopsConfiguration`
- #
# * `ThroughputCapacity`
#
# * `WeeklyMaintenanceStartTime`
#
# @option params [required, String] :file_system_id
@@ -5989,56 +5993,54 @@
# **A suitable default value is auto-generated.** You should normally
# not need to pass this option.**
#
# @option params [Integer] :storage_capacity
# Use this parameter to increase the storage capacity of an Amazon FSx
- # for Windows File Server or Amazon FSx for Lustre file system.
- # Specifies the storage capacity target value, in GiB, to increase the
- # storage capacity for the file system that you're updating.
+ # for Windows File Server, Amazon FSx for Lustre, or Amazon FSx for
+ # NetApp ONTAP file system. Specifies the storage capacity target value,
+ # in GiB, to increase the storage capacity for the file system that
+ # you're updating.
#
# <note markdown="1"> You can't make a storage capacity increase request if there is an
# existing storage capacity increase request in progress.
#
# </note>
#
# For Windows file systems, the storage capacity target value must be at
# least 10 percent greater than the current storage capacity value. To
# increase storage capacity, the file system must have at least 16 MBps
- # of throughput capacity.
+ # of throughput capacity. For more information, see [Managing storage
+ # capacity][1] in the *Amazon FSx for Windows File Server User Guide*.
#
# For Lustre file systems, the storage capacity target value can be the
# following:
#
- # * For `SCRATCH_2` and `PERSISTENT_1 SSD` deployment types, valid
- # values are in multiples of 2400 GiB. The value must be greater than
- # the current storage capacity.
+ # * For `SCRATCH_2`, `PERSISTENT_1`, and `PERSISTENT_2 SSD` deployment
+ # types, valid values are in multiples of 2400 GiB. The value must be
+ # greater than the current storage capacity.
#
# * For `PERSISTENT HDD` file systems, valid values are multiples of
# 6000 GiB for 12-MBps throughput per TiB file systems and multiples
# of 1800 GiB for 40-MBps throughput per TiB file systems. The values
# must be greater than the current storage capacity.
#
# * For `SCRATCH_1` file systems, you can't increase the storage
# capacity.
#
- # For OpenZFS file systems, the input/output operations per second
- # (IOPS) automatically scale with increases to the storage capacity if
- # IOPS is configured for automatic scaling. If the storage capacity
- # increase would result in less than 3 IOPS per GiB of storage, this
- # operation returns an error.
+ # For more information, see [Managing storage and throughput
+ # capacity][2] in the *Amazon FSx for Lustre User Guide*.
#
- # For more information, see [Managing storage capacity][1] in the
- # *Amazon FSx for Windows File Server User Guide*, [Managing storage and
- # throughput capacity][2] in the *Amazon FSx for Lustre User Guide*, and
- # [Managing storage capacity][3] in the *Amazon FSx for OpenZFS User
- # Guide*.
+ # For ONTAP file systems, the storage capacity target value must be at
+ # least 10 percent greater than the current storage capacity value. For
+ # more information, see [Managing storage capacity and provisioned
+ # IOPS][3] in the *Amazon FSx for NetApp ONTAP User Guide*.
#
#
#
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/managing-storage-capacity.html
# [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/managing-storage-capacity.html
- # [3]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/managing-storage-capacity.html
+ # [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-storage-capacity.html
#
# @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
# The configuration updates for an Amazon FSx for Windows File Server
# file system.
#
@@ -6137,10 +6139,14 @@
# ontap_configuration: {
# automatic_backup_retention_days: 1,
# daily_automatic_backup_start_time: "DailyTime",
# fsx_admin_password: "AdminPassword",
# weekly_maintenance_start_time: "WeeklyTime",
+ # disk_iops_configuration: {
+ # mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
+ # iops: 1,
+ # },
# },
# open_zfs_configuration: {
# automatic_backup_retention_days: 1,
# copy_tags_to_backups: false,
# copy_tags_to_volumes: false,
@@ -6827,10 +6833,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-fsx'
- context[:gem_version] = '1.47.0'
+ context[:gem_version] = '1.48.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated