aws-sdk-fsx 1.72.0 → 1.74.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 +576 -57
- data/lib/aws-sdk-fsx/client_api.rb +78 -0
- data/lib/aws-sdk-fsx/types.rb +751 -73
- 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: 97533a7b3af92c62cd6dfe753aaf38cf90100e21fec7ab86383ed6531674ae5e
|
4
|
+
data.tar.gz: 588ef81f809c7465be13c44dfa9648563ab4561a0e68fac8a333ec6e8491ed39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1975960c13c0d0d34fb574f6bf60b7c06b37dd1bc278692135b890b2aab6704976f586cebc53a7e91e7a8e26557a2b701ee93116b8529ba48f1e9463ad8ca020
|
7
|
+
data.tar.gz: 22db08807be8430eaec0a7a6e4cd7b88ba7796c4e4d244db71dad86cad57ffdd589627d77eb7c24749ee5f85e5ec1c082ab201d06ca2f9ef8db973f5269410a0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2023-08-09)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1.
|
8
|
+
|
9
|
+
1.73.0 (2023-07-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
|
13
|
+
|
4
14
|
1.72.0 (2023-07-11)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|