aws-sdk-efs 1.59.0 → 1.61.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8926852c5a3af2dde684c984d1405bc01d726136840aa2da0df5d6f5571bcdfb
4
- data.tar.gz: 441d65ec3a05f0422b9a20875f066e36d99769338c5bcaf743f203b189e5d2da
3
+ metadata.gz: dceb26da2d78e7f713c2fdabc5d6c4fbd9464b66f640ba3f66ac8b18aca582f7
4
+ data.tar.gz: 93f06e1bd8d65200fc412c1316444617f5ad828d48003fc0b23f943acdea41a5
5
5
  SHA512:
6
- metadata.gz: 9f155105ddf411a65361ef32c0fc847b87fc35c65c58db205977254326b9e1f0cb9cd8c586d8d2c788be96342d2df2119ea48655f18d5f2a185f6fe1c6e20262
7
- data.tar.gz: 24b9f9f107cd391e1c071bf98742e12dd5b56f80d04fcecd80aa4b1a160f9ebd392342fefcf22bedf00259bff24b8a7c0aa1bb50a82764ff5abbd8849711f2c9
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.59.0
1
+ 1.61.0
@@ -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.59.0'
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
@@ -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.61.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.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-02-15 00:00:00.000000000 Z
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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement