aws-sdk-fsx 1.45.0 → 1.46.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +3084 -314
- data/lib/aws-sdk-fsx/client_api.rb +507 -0
- data/lib/aws-sdk-fsx/errors.rb +48 -0
- data/lib/aws-sdk-fsx/types.rb +3174 -564
- 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: 13f9872eccb316b5071d0eec27b85aaa1214070f3c3cc4a2b7cfe34a37de0c95
|
4
|
+
data.tar.gz: 622439735d3f3d73162f52c405d76e495e948cd39ad4c801cfd1f43e21e4e78d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c18e98a973f1e13d869fb3c89e477bf1fa36c3da0f7bac965e8c14cf0f5953ac88e408496ece252fd719e225df570d7140cdbf6098eb2dfe28ae5aa716f2ae7
|
7
|
+
data.tar.gz: 880555ef12a315637d6c203c8b8c79a20a83950a821ddba222564d45e2e74b888e5148d51b9bc6d9d20867f2eca08be972571450b77ac95ed19bfd08ea8cde41
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.46.0 (2021-11-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
4
9
|
1.45.0 (2021-11-04)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|