aws-sdk-efs 1.110.0 → 1.112.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: 35d03b28011b5b215d75a33607faea79bd3e4541747ea284f46375a9b4aa3fc9
4
- data.tar.gz: 0442bf52ea7d3939244d4a26fbddc44d441d385b395dac10fc7452e2962c0ee6
3
+ metadata.gz: a476281ba2c67031a9c37c79b80de31f9d08d16530bad970fe28aaabb72d259d
4
+ data.tar.gz: 514dae4686ad61754a2b5ebbb020f286b70cfac5936bd196bcffdc284a824818
5
5
  SHA512:
6
- metadata.gz: b963e6b26a5ef732d06a1be13ae5856240b9e3cf00b7396fcddf97bd8f206723bf307a550abffe75a327e27b9ee249c411031f3bfd373a664f86752926b3ed43
7
- data.tar.gz: 3c9dfb487afd369e788fb14e0212c868a6d897ae932de05f42507b801ff13e092fe582333d69584da002377957485f3fc1982cb9826d11e79c12ceee379cff33
6
+ metadata.gz: 28ef3d06381a7f07ded423a00e4d6e7d1186bda75a1624b5581828cde6a2105a5799284f04bbfec6e1214903c2f33689cde12b10f88eec381f9fe965c6742d39
7
+ data.tar.gz: 5e4ccd2b1372cc11cdb96067d85e82c048a0641cd216858fed5163c511bd3ce2f7d9296035a826fc62a7c8e66e514b0031a393b38555d03cc1579904828605e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.112.0 (2026-06-04)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
9
+ 1.111.0 (2026-05-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.110.0 (2026-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.110.0
1
+ 1.112.0
@@ -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. This is default value if
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` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
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
@@ -775,7 +773,7 @@ module Aws::EFS
775
773
  # want to provision for a file system that you're creating. Required if
776
774
  # `ThroughputMode` is set to `provisioned`. Valid values are 1-3414
777
775
  # MiBps, with the upper limit depending on Region. To increase this
778
- # limit, contact Amazon Web ServicesSupport. For more information, see
776
+ # limit, contact Amazon Web Services Support. For more information, see
779
777
  # [Amazon EFS quotas that you can increase][1] in the *Amazon EFS User
780
778
  # Guide*.
781
779
  #
@@ -2825,7 +2823,7 @@ module Aws::EFS
2825
2823
  # that you want to provision for a file system that you're creating.
2826
2824
  # Required if `ThroughputMode` is set to `provisioned`. Valid values are
2827
2825
  # 1-3414 MiBps, with the upper limit depending on Region. To increase
2828
- # this limit, contact Amazon Web ServicesSupport. For more information,
2826
+ # this limit, contact Amazon Web Services Support. For more information,
2829
2827
  # see [Amazon EFS quotas that you can increase][1] in the *Amazon EFS
2830
2828
  # User Guide*.
2831
2829
  #
@@ -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.110.0'
2968
+ context[:gem_version] = '1.112.0'
2971
2969
  Seahorse::Client::Request.new(handlers, context)
2972
2970
  end
2973
2971
 
@@ -444,9 +444,9 @@ module Aws::EFS
444
444
  # want to provision for a file system that you're creating. Required
445
445
  # if `ThroughputMode` is set to `provisioned`. Valid values are 1-3414
446
446
  # MiBps, with the upper limit depending on Region. To increase this
447
- # limit, contact Amazon Web ServicesSupport. For more information, see
448
- # [Amazon EFS quotas that you can increase][1] in the *Amazon EFS User
449
- # Guide*.
447
+ # limit, contact Amazon Web Services Support. For more information,
448
+ # see [Amazon EFS quotas that you can increase][1] in the *Amazon EFS
449
+ # User Guide*.
450
450
  #
451
451
  #
452
452
  #
@@ -2889,7 +2889,7 @@ module Aws::EFS
2889
2889
  # that you want to provision for a file system that you're creating.
2890
2890
  # Required if `ThroughputMode` is set to `provisioned`. Valid values
2891
2891
  # are 1-3414 MiBps, with the upper limit depending on Region. To
2892
- # increase this limit, contact Amazon Web ServicesSupport. For more
2892
+ # increase this limit, contact Amazon Web Services Support. For more
2893
2893
  # information, see [Amazon EFS quotas that you can increase][1] in the
2894
2894
  # *Amazon EFS User Guide*.
2895
2895
  #
data/lib/aws-sdk-efs.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::EFS
54
54
  autoload :EndpointProvider, 'aws-sdk-efs/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-efs/endpoints'
56
56
 
57
- GEM_VERSION = '1.110.0'
57
+ GEM_VERSION = '1.112.0'
58
58
 
59
59
  end
60
60
 
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.110.0
4
+ version: 1.112.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.247.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement