lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.32.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.33.0
- old
+ new
@@ -469,11 +469,11 @@
# * is *not* linked to a data respository.
#
# For more information about backing up Amazon FSx for Lustre file
# systems, see [Working with FSx for Lustre backups][1].
#
- # For more information about backing up Amazon FSx for Lustre file
+ # For more information about backing up Amazon FSx for Windows file
# systems, see [Working with FSx for Windows backups][2].
#
# If a backup with the specified client request token exists, and the
# parameters match, this operation returns the description of the
# existing backup. If a backup specified client request token exists,
@@ -584,11 +584,11 @@
# })
#
# @example Response structure
#
# resp.backup.backup_id #=> String
- # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
+ # resp.backup.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
# resp.backup.failure_details.message #=> String
# resp.backup.type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
# resp.backup.progress_percent #=> Integer
# resp.backup.creation_time #=> Time
# resp.backup.kms_key_id #=> String
@@ -675,18 +675,18 @@
# repository task is exporting any data and metadata changes, including
# POSIX metadata, to files, directories, and symbolic links (symlinks)
# from your FSx file system to its linked data repository. A
# `CreateDataRepositoryTask` operation will fail if a data repository is
# not linked to the FSx file system. To learn more about data repository
- # tasks, see [Using Data Repository Tasks][1]. To learn more about
- # linking a data repository to your file system, see [Setting the Export
- # Prefix][2].
+ # tasks, see [Data Repository Tasks][1]. To learn more about linking a
+ # data repository to your file system, see [Linking your file system to
+ # an S3 bucket][2].
#
#
#
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/data-repository-tasks.html
- # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/export-data-repository.html#export-prefix
+ # [2]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/create-fs-linked-data-repo.html
#
# @option params [required, String] :type
# Specifies the type of data repository task to create.
#
# @option params [Array<String>] :paths
@@ -1442,11 +1442,11 @@
# })
#
# @example Response structure
#
# resp.backup_id #=> String
- # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
+ # resp.lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
#
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteBackup AWS API Documentation
#
# @overload delete_backup(params = {})
# @param [Hash] params ({})
@@ -1675,11 +1675,11 @@
#
# @example Response structure
#
# resp.backups #=> Array
# resp.backups[0].backup_id #=> String
- # resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED"
+ # resp.backups[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "TRANSFERRING", "DELETED", "FAILED", "PENDING"
# resp.backups[0].failure_details.message #=> String
# resp.backups[0].type #=> String, one of "AUTOMATIC", "USER_INITIATED", "AWS_BACKUP"
# resp.backups[0].progress_percent #=> Integer
# resp.backups[0].creation_time #=> Time
# resp.backups[0].kms_key_id #=> String
@@ -2351,10 +2351,12 @@
#
# * AutomaticBackupRetentionDays
#
# * DailyAutomaticBackupStartTime
#
+ # * StorageCapacity
+ #
# * WeeklyMaintenanceStartTime
#
# @option params [required, String] :file_system_id
# Identifies the file system that you are updating.
#
@@ -2366,22 +2368,43 @@
# **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 file system. Specifies the storage capacity
- # target value, GiB, for the file system you're updating. The storage
- # capacity target value must be at least 10 percent (%) greater than the
- # current storage capacity value. In order to increase storage capacity,
- # the file system needs to have at least 16 MB/s of throughput capacity.
- # You cannot make a storage capacity increase request if there is an
- # existing storage capacity increase request in progress. For more
- # information, see [Managing Storage Capacity][1].
+ # file system. Specifies the storage capacity target value, GiB, to
+ # increase the storage capacity for the file system that you're
+ # updating. You cannot make a storage capacity increase request if there
+ # is an existing storage capacity increase request in progress.
#
+ # For Windows file systems, the storage capacity target value must be at
+ # least 10 percent (%) greater than the current storage capacity value.
+ # In order to increase storage capacity, the file system must have at
+ # least 16 MB/s of throughput capacity.
#
+ # 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 `PERSISTENT HDD` file systems, valid values are multiples of
+ # 6000 GiB for 12 MB/s/TiB file systems and multiples of 1800 GiB for
+ # 40 MB/s/TiB file systems. The values must be greater than the
+ # current storage capacity.
+ #
+ # * For `SCRATCH_1` file systems, you cannot increase the storage
+ # capacity.
+ #
+ # For more information, see [Managing storage capacity][1] in the
+ # *Amazon FSx for Windows File Server User Guide* and [Managing storage
+ # and throughput capacity][2] in the *Amazon FSx for Lustre 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
#
# @option params [Types::UpdateFileSystemWindowsConfiguration] :windows_configuration
# The configuration updates for an Amazon FSx for Windows File Server
# file system.
#
@@ -2546,10 +2569,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-fsx'
- context[:gem_version] = '1.32.0'
+ context[:gem_version] = '1.33.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated