aws-sdk-transfer 1.132.0 → 1.133.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +1 -1
- data/lib/aws-sdk-transfer/types.rb +3 -0
- data/lib/aws-sdk-transfer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7304e32bab70b391865cc51cffd43f07482b241b3eade47cd4a55489f53aadbb
|
|
4
|
+
data.tar.gz: f5af73f669e63a011c67bd6e8bcc71597a303f62dad965a6a463df085ac7b459
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06fe00c28358bdb21210cbd32f2966809737eae1008959a6b66fbc4f77a783cde542644d0fe33aadb0c9dea7c7d2a7af7758b90c9c3e7d8d38e7d7a7c93edaee
|
|
7
|
+
data.tar.gz: daee60d13d350d1ce1236a45adc677233ab769737ca85d5eb7612e9b9e0de7fbc01d82331642ffa14a64ac091c099d8e7bb53359248fb3296e44edcf1dfeaa8d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.133.0
|
|
@@ -100,6 +100,9 @@ module Aws::Transfer
|
|
|
100
100
|
# transfers is synchronous or asynchronous. Specify either of the
|
|
101
101
|
# following values:
|
|
102
102
|
#
|
|
103
|
+
# * `ASYNC`: The system expects an asynchronous MDN response,
|
|
104
|
+
# confirming that the file was transferred successfully (or not).
|
|
105
|
+
#
|
|
103
106
|
# * `SYNC`: The system expects a synchronous MDN response, confirming
|
|
104
107
|
# that the file was transferred successfully (or not).
|
|
105
108
|
#
|
data/lib/aws-sdk-transfer.rb
CHANGED