aws-sdk-fsx 1.102.0 → 1.104.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +1 -1
- data/lib/aws-sdk-fsx/types.rb +1 -4
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: becbfc75becca2615559da5169f9439d19ac9468d93aa7a1f850784c9ec25023
|
4
|
+
data.tar.gz: c767738fa28581f459a4aec010e77f75b092bc6983142bc93927c3d35c10badd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79e4e1392cfa4704db2a0b730d8bf1aa946c6cdce3e510a7653294dba0042a1367fb58546dab7d05faa524d398a49299e7f827504bf663902c01ef1c5de3c9b6
|
7
|
+
data.tar.gz: f5eb6d0d8cd58ccd617d06ffcbc26b07dcf244b7df66ef221d1f764a529d82a4dc0638bf9d3280156d2877f54547cec4fd6c29429c5ae816ca3cb4f02d1ad693
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.104.0 (2024-11-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.103.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.102.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
data/lib/aws-sdk-fsx/client.rb
CHANGED
data/lib/aws-sdk-fsx/types.rb
CHANGED
@@ -99,7 +99,6 @@ module Aws::FSx
|
|
99
99
|
#
|
100
100
|
# * For Lustre, storage optimization consists of rebalancing the
|
101
101
|
# data across the existing and newly added file servers.
|
102
|
-
#
|
103
102
|
# You can track the storage-optimization progress using the
|
104
103
|
# `ProgressPercent` property. When `STORAGE_OPTIMIZATION` has been
|
105
104
|
# completed successfully, the parent `FILE_SYSTEM_UPDATE` action
|
@@ -850,7 +849,7 @@ module Aws::FSx
|
|
850
849
|
# `CompletionReport`. `REPORT_CSV_20191124` is the only format
|
851
850
|
# currently supported. When `Format` is set to `REPORT_CSV_20191124`,
|
852
851
|
# the `CompletionReport` is provided in CSV format, and is delivered
|
853
|
-
# to
|
852
|
+
# to `{path}/task-{id}/failures.csv`.
|
854
853
|
# @return [String]
|
855
854
|
#
|
856
855
|
# @!attribute [rw] scope
|
@@ -3632,7 +3631,6 @@ module Aws::FSx
|
|
3632
3631
|
# `nfs://filer-domain-name`, which indicates the root of the
|
3633
3632
|
# subdirectories specified with the `DataRepositorySubdirectories`
|
3634
3633
|
# parameter.
|
3635
|
-
#
|
3636
3634
|
# * For Amazon File Cache, the path can be an S3 bucket or prefix in
|
3637
3635
|
# the format `s3://bucket-name/prefix/` (where `prefix` is
|
3638
3636
|
# optional).
|
@@ -5729,7 +5727,6 @@ module Aws::FSx
|
|
5729
5727
|
# `nfs://filer-domain-name`, which indicates the root of the
|
5730
5728
|
# subdirectories specified with the `DataRepositorySubdirectories`
|
5731
5729
|
# parameter.
|
5732
|
-
#
|
5733
5730
|
# * The path can be an S3 bucket or prefix in the format
|
5734
5731
|
# `s3://bucket-name/prefix/` (where `prefix` is optional).
|
5735
5732
|
# @return [String]
|
data/lib/aws-sdk-fsx.rb
CHANGED
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.
|
4
|
+
version: 1.104.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-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|