aws-sdk-fsx 1.100.0 → 1.101.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: 5b168e498a19f4567dff9392d966dfad6e064700185b3e6d753163cf7956f5d7
4
- data.tar.gz: ba883eebeece997f75351b0a2a80448edaa73f67846754ff2a65434424b46249
3
+ metadata.gz: 641b674eb69238063a79f1b14c1e79a9e2c3bcd8430934bdae0df35fc6de2e4e
4
+ data.tar.gz: 687b7284b7ebea33f3317219a1e775fa147264a2a2233de13cc4eefa15607c81
5
5
  SHA512:
6
- metadata.gz: 1318c4c0b7fc5e35c31cac3cddeb15206c0f790df30053da098c621e0e32694d5a69161b9550f6291a510292e43520daa6567bb7690764d7c56dcdfe92553473
7
- data.tar.gz: a528a92288546a477735e5c08994f59ced6dd6eca75f875e5f586d74b868a9679943ccccd06f069ab2a01391cc78211daf0de5b19114a62fe966f74cc2abf66a
6
+ metadata.gz: 666cb87b57e668459d0f254df103d2b0b25ed031c320f60848c27a2b0dafa0648839385ed438b4f6d70af17523882c798f031624ab80f2e063ec85874558324f
7
+ data.tar.gz: 7dc6336212563fbfaf560ccd171d02bb502ff5086734fb7334cdb314a54f9244fd0262b631737f3a3aa310d204ec29601c6ebd76343cc46c6326c35880d9f33f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.0 (2024-09-25)
5
+ ------------------
6
+
7
+ * Feature - Doc-only update to address Lustre S3 hard-coded names.
8
+
4
9
  1.100.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -2039,8 +2039,9 @@ module Aws::FSx
2039
2039
  # @option params [required, String] :data_repository_path
2040
2040
  # The path to the Amazon S3 data repository that will be linked to the
2041
2041
  # file system. The path can be an S3 bucket or prefix in the format
2042
- # `s3://myBucket/myPrefix/`. This path specifies where in the S3 data
2043
- # repository files will be imported from or exported to.
2042
+ # `s3://bucket-name/prefix/` (where `prefix` is optional). This path
2043
+ # specifies where in the S3 data repository files will be imported from
2044
+ # or exported to.
2044
2045
  #
2045
2046
  # @option params [Boolean] :batch_import_meta_data_on_create
2046
2047
  # Set to `true` to run an import data repository task to import metadata
@@ -2205,7 +2206,7 @@ module Aws::FSx
2205
2206
  # * For import tasks, the list contains paths in the Amazon S3 bucket
2206
2207
  # from which POSIX metadata changes are imported to the FSx for Lustre
2207
2208
  # file system. The path can be an S3 bucket or prefix in the format
2208
- # `s3://myBucket/myPrefix` (where `myPrefix` is optional).
2209
+ # `s3://bucket-name/prefix` (where `prefix` is optional).
2209
2210
  #
2210
2211
  # * For release tasks, the list contains directory or file paths on the
2211
2212
  # FSx for Lustre file system from which to release exported files. If
@@ -9330,7 +9331,7 @@ module Aws::FSx
9330
9331
  tracer: tracer
9331
9332
  )
9332
9333
  context[:gem_name] = 'aws-sdk-fsx'
9333
- context[:gem_version] = '1.100.0'
9334
+ context[:gem_version] = '1.101.0'
9334
9335
  Seahorse::Client::Request.new(handlers, context)
9335
9336
  end
9336
9337
 
@@ -840,9 +840,9 @@ module Aws::FSx
840
840
  # absolute path that defines where the completion report will be
841
841
  # stored in the destination location. The `Path` you provide must be
842
842
  # located within the file system’s ExportPath. An example `Path` value
843
- # is "s3://myBucket/myExportPath/optionalPrefix". The report
844
- # provides the following information for each file in the report:
845
- # FilePath, FileStatus, and ErrorCode.
843
+ # is "s3://amzn-s3-demo-bucket/myExportPath/optionalPrefix". The
844
+ # report provides the following information for each file in the
845
+ # report: FilePath, FileStatus, and ErrorCode.
846
846
  # @return [String]
847
847
  #
848
848
  # @!attribute [rw] format
@@ -1169,8 +1169,9 @@ module Aws::FSx
1169
1169
  # @!attribute [rw] data_repository_path
1170
1170
  # The path to the Amazon S3 data repository that will be linked to the
1171
1171
  # file system. The path can be an S3 bucket or prefix in the format
1172
- # `s3://myBucket/myPrefix/`. This path specifies where in the S3 data
1173
- # repository files will be imported from or exported to.
1172
+ # `s3://bucket-name/prefix/` (where `prefix` is optional). This path
1173
+ # specifies where in the S3 data repository files will be imported
1174
+ # from or exported to.
1174
1175
  # @return [String]
1175
1176
  #
1176
1177
  # @!attribute [rw] batch_import_meta_data_on_create
@@ -1278,7 +1279,7 @@ module Aws::FSx
1278
1279
  # * For import tasks, the list contains paths in the Amazon S3 bucket
1279
1280
  # from which POSIX metadata changes are imported to the FSx for
1280
1281
  # Lustre file system. The path can be an S3 bucket or prefix in the
1281
- # format `s3://myBucket/myPrefix` (where `myPrefix` is optional).
1282
+ # format `s3://bucket-name/prefix` (where `prefix` is optional).
1282
1283
  #
1283
1284
  # * For release tasks, the list contains directory or file paths on
1284
1285
  # the FSx for Lustre file system from which to release exported
@@ -3633,10 +3634,12 @@ module Aws::FSx
3633
3634
  # parameter.
3634
3635
  #
3635
3636
  # * For Amazon File Cache, the path can be an S3 bucket or prefix in
3636
- # the format `s3://myBucket/myPrefix/`.
3637
+ # the format `s3://bucket-name/prefix/` (where `prefix` is
3638
+ # optional).
3637
3639
  #
3638
3640
  # * For Amazon FSx for Lustre, the path can be an S3 bucket or prefix
3639
- # in the format `s3://myBucket/myPrefix/`.
3641
+ # in the format `s3://bucket-name/prefix/` (where `prefix` is
3642
+ # optional).
3640
3643
  # @return [String]
3641
3644
  #
3642
3645
  # @!attribute [rw] batch_import_meta_data_on_create
@@ -5728,7 +5731,7 @@ module Aws::FSx
5728
5731
  # parameter.
5729
5732
  #
5730
5733
  # * The path can be an S3 bucket or prefix in the format
5731
- # `s3://myBucket/myPrefix/`.
5734
+ # `s3://bucket-name/prefix/` (where `prefix` is optional).
5732
5735
  # @return [String]
5733
5736
  #
5734
5737
  # @!attribute [rw] data_repository_subdirectories
data/lib/aws-sdk-fsx.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::FSx
54
54
  autoload :EndpointProvider, 'aws-sdk-fsx/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-fsx/endpoints'
56
56
 
57
- GEM_VERSION = '1.100.0'
57
+ GEM_VERSION = '1.101.0'
58
58
 
59
59
  end
60
60
 
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.100.0
4
+ version: 1.101.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: 2024-09-24 00:00:00.000000000 Z
11
+ date: 2024-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core