aws-sdk-efs 1.109.0 → 1.111.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 +6 -8
- data/lib/aws-sdk-efs.rb +1 -1
- data/sig/client.rbs +6 -6
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e260683c6518b589e9d5088eac2da2375dfef55a336f7f92e8ccd9b34a796930
|
|
4
|
+
data.tar.gz: 6d4f617c21c72186d59f2c123445ec511eafabb2aa7eea6d610f85e93c2a8a33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5f0da16d8d14e2748e1a3601711a8766d4f98931b65ad1e0d3d2b1a5743366817be4fbb4d9095e26a65842b3146d17bf63f8aa02063067abc32d27be7002e5e
|
|
7
|
+
data.tar.gz: 1676312ad3e3ab5c8acd468dac13cc2d425d824017fb48437453d3a2bc431c75acfc844bfa2ffa610b6271a2b285c2f06341bb8a5056d59c1b0efc210cae9351
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.111.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.110.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.109.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::EFS
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::EFS
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2967,7 +2965,7 @@ module Aws::EFS
|
|
|
2967
2965
|
tracer: tracer
|
|
2968
2966
|
)
|
|
2969
2967
|
context[:gem_name] = 'aws-sdk-efs'
|
|
2970
|
-
context[:gem_version] = '1.
|
|
2968
|
+
context[:gem_version] = '1.111.0'
|
|
2971
2969
|
Seahorse::Client::Request.new(handlers, context)
|
|
2972
2970
|
end
|
|
2973
2971
|
|
data/lib/aws-sdk-efs.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -98,7 +98,7 @@ module Aws
|
|
|
98
98
|
{
|
|
99
99
|
key: ::String,
|
|
100
100
|
value: ::String
|
|
101
|
-
}
|
|
101
|
+
}
|
|
102
102
|
],
|
|
103
103
|
file_system_id: ::String,
|
|
104
104
|
?posix_user: {
|
|
@@ -152,7 +152,7 @@ module Aws
|
|
|
152
152
|
{
|
|
153
153
|
key: ::String,
|
|
154
154
|
value: ::String
|
|
155
|
-
}
|
|
155
|
+
}
|
|
156
156
|
]
|
|
157
157
|
) -> _CreateFileSystemResponseSuccess
|
|
158
158
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFileSystemResponseSuccess
|
|
@@ -202,7 +202,7 @@ module Aws
|
|
|
202
202
|
kms_key_id: ::String?,
|
|
203
203
|
file_system_id: ::String?,
|
|
204
204
|
role_arn: ::String?
|
|
205
|
-
}
|
|
205
|
+
}
|
|
206
206
|
]
|
|
207
207
|
) -> _CreateReplicationConfigurationResponseSuccess
|
|
208
208
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReplicationConfigurationResponseSuccess
|
|
@@ -214,7 +214,7 @@ module Aws
|
|
|
214
214
|
{
|
|
215
215
|
key: ::String,
|
|
216
216
|
value: ::String
|
|
217
|
-
}
|
|
217
|
+
}
|
|
218
218
|
]
|
|
219
219
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
220
220
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -450,7 +450,7 @@ module Aws
|
|
|
450
450
|
transition_to_ia: ("AFTER_7_DAYS" | "AFTER_14_DAYS" | "AFTER_30_DAYS" | "AFTER_60_DAYS" | "AFTER_90_DAYS" | "AFTER_1_DAY" | "AFTER_180_DAYS" | "AFTER_270_DAYS" | "AFTER_365_DAYS")?,
|
|
451
451
|
transition_to_primary_storage_class: ("AFTER_1_ACCESS")?,
|
|
452
452
|
transition_to_archive: ("AFTER_1_DAY" | "AFTER_7_DAYS" | "AFTER_14_DAYS" | "AFTER_30_DAYS" | "AFTER_60_DAYS" | "AFTER_90_DAYS" | "AFTER_180_DAYS" | "AFTER_270_DAYS" | "AFTER_365_DAYS")?
|
|
453
|
-
}
|
|
453
|
+
}
|
|
454
454
|
]
|
|
455
455
|
) -> _PutLifecycleConfigurationResponseSuccess
|
|
456
456
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutLifecycleConfigurationResponseSuccess
|
|
@@ -462,7 +462,7 @@ module Aws
|
|
|
462
462
|
{
|
|
463
463
|
key: ::String,
|
|
464
464
|
value: ::String
|
|
465
|
-
}
|
|
465
|
+
}
|
|
466
466
|
]
|
|
467
467
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
468
468
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.111.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|