aws-sdk-fsx 1.41.0 → 1.45.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 +1276 -106
- data/lib/aws-sdk-fsx/client_api.rb +490 -1
- data/lib/aws-sdk-fsx/errors.rb +53 -0
- data/lib/aws-sdk-fsx/types.rb +2195 -343
- 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: ec404c22d166a321646db607f4f4acc7071695d5d24342ed2fe83da12636b891
|
4
|
+
data.tar.gz: 3b5538964e1e2dbb9c7d12e20b6c4fd6317d1888cd7f66860e1e7160572d0cde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28d1bf041dd308404d5592bba153fce93594a0279d5bb0de1c630b34b06540f5ed7fe01386a89348bf7fe13a84923e09a10453f33d1f68a80b586c6377f0f111
|
7
|
+
data.tar.gz: f5279d538f212cbd9b775dcf459c51ba2964f33c50e0cddb91f8c391c32fcdf8e37bbcb832c33b88f0d56327603c770ea1accbdb44666661be559f2a8f978f54
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.45.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.44.0 (2021-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.43.0 (2021-10-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds support for Lustre 2.12 to FSx for Lustre.
|
18
|
+
|
19
|
+
1.42.0 (2021-09-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.
|
23
|
+
|
4
24
|
1.41.0 (2021-09-01)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|