lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.100.0 vs lib/aws-sdk-fsx/client.rb in aws-sdk-fsx-1.101.0

- old
+ new

@@ -2037,12 +2037,13 @@ # </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. + # `s3://bucket-name/prefix/` (where `prefix` is optional). This path + # specifies where in the S3 data repository files will be imported from + # or exported to. # # @option params [Boolean] :batch_import_meta_data_on_create # Set to `true` to run an import data repository task to import metadata # from the data repository to the file system after the data repository # association is created. Default is `false`. @@ -2203,11 +2204,11 @@ # provide is `path1`. # # * For import tasks, the list contains paths in the Amazon S3 bucket # from which POSIX metadata changes are imported to the FSx for Lustre # file system. The path can be an S3 bucket or prefix in the format - # `s3://myBucket/myPrefix` (where `myPrefix` is optional). + # `s3://bucket-name/prefix` (where `prefix` is optional). # # * For release tasks, the list contains directory or file paths on the # FSx for Lustre file system from which to release exported files. If # a directory is specified, files within the directory are released. # If a file path is specified, only that file is released. To release @@ -9328,10 +9329,10 @@ params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-fsx' - context[:gem_version] = '1.100.0' + context[:gem_version] = '1.101.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated