aws-sdk-efs 1.59.0 → 1.60.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +3 -3
- data/lib/aws-sdk-efs.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: 69b9e0ce559550e90465a9e56bb94a55291db1399f4405a6095179a098e071ce
|
4
|
+
data.tar.gz: 1929222b392d0598d38d92697ced0d80fd11b2f2d0ce697b45b02b95096f9716
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a4784663f25f5883858d87c80fab56b1680f404c8cb30f58a26f215fee2a4300bd197fbf84e69a0f7b6df406a7d8d0044b9117a35683cfe250cefe1697f54a1
|
7
|
+
data.tar.gz: f047f5b0f7a56189d31d5f823710978386e2d122dfa60715eb5b859c9d67c546f7f3e8974764e40bf975849298c500b1d7f0122e371ef86cf05c1baad8e5b947
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2023-04-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds PAUSED and PAUSING state as a returned value for DescribeReplicationConfigurations response.
|
8
|
+
|
4
9
|
1.59.0 (2023-02-15)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
@@ -1129,7 +1129,7 @@ module Aws::EFS
|
|
1129
1129
|
# resp.original_source_file_system_arn #=> String
|
1130
1130
|
# resp.creation_time #=> Time
|
1131
1131
|
# resp.destinations #=> Array
|
1132
|
-
# resp.destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR"
|
1132
|
+
# resp.destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR", "PAUSED", "PAUSING"
|
1133
1133
|
# resp.destinations[0].file_system_id #=> String
|
1134
1134
|
# resp.destinations[0].region #=> String
|
1135
1135
|
# resp.destinations[0].last_replicated_timestamp #=> Time
|
@@ -2041,7 +2041,7 @@ module Aws::EFS
|
|
2041
2041
|
# resp.replications[0].original_source_file_system_arn #=> String
|
2042
2042
|
# resp.replications[0].creation_time #=> Time
|
2043
2043
|
# resp.replications[0].destinations #=> Array
|
2044
|
-
# resp.replications[0].destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR"
|
2044
|
+
# resp.replications[0].destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR", "PAUSED", "PAUSING"
|
2045
2045
|
# resp.replications[0].destinations[0].file_system_id #=> String
|
2046
2046
|
# resp.replications[0].destinations[0].region #=> String
|
2047
2047
|
# resp.replications[0].destinations[0].last_replicated_timestamp #=> Time
|
@@ -2703,7 +2703,7 @@ module Aws::EFS
|
|
2703
2703
|
params: params,
|
2704
2704
|
config: config)
|
2705
2705
|
context[:gem_name] = 'aws-sdk-efs'
|
2706
|
-
context[:gem_version] = '1.
|
2706
|
+
context[:gem_version] = '1.60.0'
|
2707
2707
|
Seahorse::Client::Request.new(handlers, context)
|
2708
2708
|
end
|
2709
2709
|
|
data/lib/aws-sdk-efs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-efs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|