aws-sdk-fsx 1.44.0 → 1.48.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 +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +3132 -338
- data/lib/aws-sdk-fsx/client_api.rb +508 -0
- data/lib/aws-sdk-fsx/errors.rb +48 -0
- data/lib/aws-sdk-fsx/types.rb +3235 -560
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c628852093c16d99009da9256d42494242bd61b48b37c756b57c220a2a7a962
|
|
4
|
+
data.tar.gz: 109cf2e9c148f61d075d91c48d8bfce7bf1e5bc3b26d64394189a9b2aa9d455f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b1332757e6167920ef3ddc05d012c97b5cd31401c28deb5daa2f421949e56f3d7d630d8a61f678d2dba3feecab99a74d72f3a40f9228b6ba6415026cccc1582
|
|
7
|
+
data.tar.gz: 05d0240e6ae969f0138b0eb7ca04f0e015d4ec20364be5232135017461baf411cead10fc6c5185909c117651ed93a300f8a48f2486548f6c036dd7b6b9a9a6cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.48.0 (2022-01-25)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems.
|
|
8
|
+
|
|
9
|
+
1.47.0 (2021-12-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.46.0 (2021-11-30)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - This release adds support for the FSx for OpenZFS file system type, FSx for Lustre file systems with the Persistent_2 deployment type, and FSx for Lustre file systems with Amazon S3 data repository associations and automatic export policies.
|
|
18
|
+
|
|
19
|
+
1.45.0 (2021-11-04)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
23
|
+
|
|
4
24
|
1.44.0 (2021-10-18)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.48.0
|