aws-sdk-storagegateway 1.59.0 → 1.63.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-storagegateway/client.rb +260 -113
- data/lib/aws-sdk-storagegateway/client_api.rb +40 -0
- data/lib/aws-sdk-storagegateway/types.rb +459 -153
- data/lib/aws-sdk-storagegateway.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: 77d48a6cdb51729a7728cfaa028ed916033a09c884cc5392f82c0c32ab5ae548
|
4
|
+
data.tar.gz: f54c9e44ef7cb7ea4dd6db91cb00d34274f94e6a9904c418c69d369a30d12602
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27641cacbc4c3e081547e6cacc8184972644603a003ed6715fb3bd22b46067f7d52ef6bd5304a089343c6155a3f236ef0bb65369546d7bc4da054f9501fdc85f
|
7
|
+
data.tar.gz: bd1efcf9b14d39ce05509726771a0b946ef1d69cee624aef1a79ca6a17e50ccc116ec4f6e6ffa94510805663b2eac800e34c79297a706ea668aeeca9a32bfc1e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.63.0 (2021-11-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added gateway type VTL_SNOW. Added new SNOWBALL HostEnvironment for gateways running on a Snowball device. Added new field HostEnvironmentId to serve as an identifier for the HostEnvironment on which the gateway is running.
|
8
|
+
|
9
|
+
1.62.0 (2021-11-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.61.0 (2021-10-18)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.60.0 (2021-10-13)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Adding support for Audit Logs on NFS shares and Force Closing Files on SMB shares.
|
23
|
+
|
4
24
|
1.59.0 (2021-09-01)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|