aws-sdk-datasync 1.72.0 → 1.74.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-datasync/client.rb +401 -206
- data/lib/aws-sdk-datasync/client_api.rb +38 -2
- data/lib/aws-sdk-datasync/types.rb +762 -421
- data/lib/aws-sdk-datasync.rb +1 -1
- data/sig/client.rbs +51 -10
- data/sig/types.rbs +36 -2
- 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: 2024713ee4a25b366f65c94c1e4106b5a9d9a844104c7fcfcb9bf34e0ef91ef0
|
|
4
|
+
data.tar.gz: 29fac01e0271649b8d64bea745b513e455cc1a3e4e9f23d8b3ba4e7dd22ad09c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f251dee6793f5cb82d90453b32016e6d5fff40960919c338e7767d22c1eaa180529db68960d02db99f9e94d6c54f829766311d077795958f7af0dd6217ad3820
|
|
7
|
+
data.tar.gz: c68e77485eca1adc84eceb9521427b7c2aacf277aec2aed1ef64e61e614501315e7e452dd87b2b1a013506543b4cf8c2d582cae816c86c8008a136bfffef9e0a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.74.0 (2024-04-24)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This change allows users to disable and enable the schedules associated with their tasks.
|
|
8
|
+
|
|
9
|
+
1.73.0 (2024-02-07)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - AWS DataSync now supports manifests for specifying files or objects to transfer.
|
|
13
|
+
|
|
4
14
|
1.72.0 (2024-01-26)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.74.0
|