lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.51.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.52.0
- old
+ new
@@ -1457,10 +1457,17 @@
# This path specifies where in your file system files will be exported
# from or imported to. This file system directory can be linked to only
# one Amazon S3 bucket, and no other S3 bucket can be linked to the
# directory.
#
+ # <note markdown="1"> If you specify only a forward slash (`/`) as the file system path, you
+ # can link only 1 data repository to the file system. You can only
+ # specify "/" as the file system path for the first data repository
+ # associated with a file system.
+ #
+ # </note>
+ #
# @option params [required, String] :data_repository_path
# The path to the Amazon S3 data repository that will be linked to the
# file system. The path can be an S3 bucket or prefix in the format
# `s3://myBucket/myPrefix/`. This path specifies where in the S3 data
# repository files will be imported from or exported to.
@@ -3053,12 +3060,11 @@
def create_storage_virtual_machine(params = {}, options = {})
req = build_request(:create_storage_virtual_machine, params)
req.send_request(options)
end
- # Creates an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS
- # storage volume.
+ # Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
#
# @option params [String] :client_request_token
# (Optional) An idempotency token for resource creation, in a string of
# up to 64 ASCII characters. This token is automatically filled on your
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
@@ -6878,10 +6884,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-fsx'
- context[:gem_version] = '1.51.0'
+ context[:gem_version] = '1.52.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated