aws-sdk-efs 1.59.0 → 1.61.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-efs/client.rb +8 -3
- data/lib/aws-sdk-efs.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: dceb26da2d78e7f713c2fdabc5d6c4fbd9464b66f640ba3f66ac8b18aca582f7
|
|
4
|
+
data.tar.gz: 93f06e1bd8d65200fc412c1316444617f5ad828d48003fc0b23f943acdea41a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00a018a5c08f331d6451e21b92c12d0c7caa55bb8f59d81e63b6929a289bb1d31bf3726dd152dc317ee3067025c0f9570e58f8bd560b4de1207281e147a18159
|
|
7
|
+
data.tar.gz: 3c36dedd7c47c99ad7f9a052809abaaabc7fcdc8a943edd6c838bbfa5c6e22aa1941cac8ec1405d760a51b2fc1f99fe2cb89848d7371744a5d97e74426f49b3b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.61.0 (2023-05-31)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.60.0 (2023-04-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds PAUSED and PAUSING state as a returned value for DescribeReplicationConfigurations response.
|
|
13
|
+
|
|
4
14
|
1.59.0 (2023-02-15)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.61.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
|
@@ -275,6 +275,11 @@ module Aws::EFS
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -1129,7 +1134,7 @@ module Aws::EFS
|
|
|
1129
1134
|
# resp.original_source_file_system_arn #=> String
|
|
1130
1135
|
# resp.creation_time #=> Time
|
|
1131
1136
|
# resp.destinations #=> Array
|
|
1132
|
-
# resp.destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR"
|
|
1137
|
+
# resp.destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR", "PAUSED", "PAUSING"
|
|
1133
1138
|
# resp.destinations[0].file_system_id #=> String
|
|
1134
1139
|
# resp.destinations[0].region #=> String
|
|
1135
1140
|
# resp.destinations[0].last_replicated_timestamp #=> Time
|
|
@@ -2041,7 +2046,7 @@ module Aws::EFS
|
|
|
2041
2046
|
# resp.replications[0].original_source_file_system_arn #=> String
|
|
2042
2047
|
# resp.replications[0].creation_time #=> Time
|
|
2043
2048
|
# resp.replications[0].destinations #=> Array
|
|
2044
|
-
# resp.replications[0].destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR"
|
|
2049
|
+
# resp.replications[0].destinations[0].status #=> String, one of "ENABLED", "ENABLING", "DELETING", "ERROR", "PAUSED", "PAUSING"
|
|
2045
2050
|
# resp.replications[0].destinations[0].file_system_id #=> String
|
|
2046
2051
|
# resp.replications[0].destinations[0].region #=> String
|
|
2047
2052
|
# resp.replications[0].destinations[0].last_replicated_timestamp #=> Time
|
|
@@ -2703,7 +2708,7 @@ module Aws::EFS
|
|
|
2703
2708
|
params: params,
|
|
2704
2709
|
config: config)
|
|
2705
2710
|
context[:gem_name] = 'aws-sdk-efs'
|
|
2706
|
-
context[:gem_version] = '1.
|
|
2711
|
+
context[:gem_version] = '1.61.0'
|
|
2707
2712
|
Seahorse::Client::Request.new(handlers, context)
|
|
2708
2713
|
end
|
|
2709
2714
|
|
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.61.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-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|