aws-sdk-fsx 1.60.0 → 1.62.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +319 -48
- data/lib/aws-sdk-fsx/client_api.rb +18 -4
- data/lib/aws-sdk-fsx/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-fsx/endpoint_provider.rb +141 -0
- data/lib/aws-sdk-fsx/endpoints.rb +589 -0
- data/lib/aws-sdk-fsx/plugins/endpoints.rb +150 -0
- data/lib/aws-sdk-fsx/types.rb +283 -48
- data/lib/aws-sdk-fsx.rb +5 -1
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 71bea9630d2e3b62ca8e06a67ab9a6441b24cc658dac607961965954060657d8
|
4
|
+
data.tar.gz: f2eab074493ddd6554907d452257552a8b514defe856e8661d7fc3c90a40cc2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 573f0a412e0a0ea90878ce5a3eeab99ae4eee2715e3c1246d37a720789649e164aef479639c8be00fd47cfd0d67d103fcf027ff80525ed7cc433d4312bc3c222
|
7
|
+
data.tar.gz: 2c40b304ec6ab5f38c69ce9538efc06d903ef02a84030c9912fd7330568e7529f3d2d7079cbcd48759c8fad029f66421cc39001d9d84dcd6dbccf24dfb07d25d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.62.0 (2022-11-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for 4GB/s / 160K PIOPS FSx for ONTAP file systems and 10GB/s / 350K PIOPS FSx for OpenZFS file systems (Single_AZ_2). For FSx for ONTAP, this also adds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table updates.
|
8
|
+
|
9
|
+
1.61.0 (2022-10-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.60.0 (2022-09-29)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.62.0
|