aws-sdk-efs 1.59.0 → 1.60.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8926852c5a3af2dde684c984d1405bc01d726136840aa2da0df5d6f5571bcdfb
4
- data.tar.gz: 441d65ec3a05f0422b9a20875f066e36d99769338c5bcaf743f203b189e5d2da
3
+ metadata.gz: 69b9e0ce559550e90465a9e56bb94a55291db1399f4405a6095179a098e071ce
4
+ data.tar.gz: 1929222b392d0598d38d92697ced0d80fd11b2f2d0ce697b45b02b95096f9716
5
5
  SHA512:
6
- metadata.gz: 9f155105ddf411a65361ef32c0fc847b87fc35c65c58db205977254326b9e1f0cb9cd8c586d8d2c788be96342d2df2119ea48655f18d5f2a185f6fe1c6e20262
7
- data.tar.gz: 24b9f9f107cd391e1c071bf98742e12dd5b56f80d04fcecd80aa4b1a160f9ebd392342fefcf22bedf00259bff24b8a7c0aa1bb50a82764ff5abbd8849711f2c9
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.59.0
1
+ 1.60.0
@@ -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.59.0'
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-efs/customizations'
52
52
  # @!group service
53
53
  module Aws::EFS
54
54
 
55
- GEM_VERSION = '1.59.0'
55
+ GEM_VERSION = '1.60.0'
56
56
 
57
57
  end
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.59.0
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-02-15 00:00:00.000000000 Z
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