aws-sdk-efs 1.111.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: e260683c6518b589e9d5088eac2da2375dfef55a336f7f92e8ccd9b34a796930
4
- data.tar.gz: 6d4f617c21c72186d59f2c123445ec511eafabb2aa7eea6d610f85e93c2a8a33
3
+ metadata.gz: a476281ba2c67031a9c37c79b80de31f9d08d16530bad970fe28aaabb72d259d
4
+ data.tar.gz: 514dae4686ad61754a2b5ebbb020f286b70cfac5936bd196bcffdc284a824818
5
5
  SHA512:
6
- metadata.gz: d5f0da16d8d14e2748e1a3601711a8766d4f98931b65ad1e0d3d2b1a5743366817be4fbb4d9095e26a65842b3146d17bf63f8aa02063067abc32d27be7002e5e
7
- data.tar.gz: 1676312ad3e3ab5c8acd468dac13cc2d425d824017fb48437453d3a2bc431c75acfc844bfa2ffa610b6271a2b285c2f06341bb8a5056d59c1b0efc210cae9351
6
+ metadata.gz: 28ef3d06381a7f07ded423a00e4d6e7d1186bda75a1624b5581828cde6a2105a5799284f04bbfec6e1214903c2f33689cde12b10f88eec381f9fe965c6742d39
7
+ data.tar.gz: 5e4ccd2b1372cc11cdb96067d85e82c048a0641cd216858fed5163c511bd3ce2f7d9296035a826fc62a7c8e66e514b0031a393b38555d03cc1579904828605e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.111.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.112.0
@@ -773,7 +773,7 @@ module Aws::EFS
773
773
  # want to provision for a file system that you're creating. Required if
774
774
  # `ThroughputMode` is set to `provisioned`. Valid values are 1-3414
775
775
  # MiBps, with the upper limit depending on Region. To increase this
776
- # limit, contact Amazon Web ServicesSupport. For more information, see
776
+ # limit, contact Amazon Web Services Support. For more information, see
777
777
  # [Amazon EFS quotas that you can increase][1] in the *Amazon EFS User
778
778
  # Guide*.
779
779
  #
@@ -2823,7 +2823,7 @@ module Aws::EFS
2823
2823
  # that you want to provision for a file system that you're creating.
2824
2824
  # Required if `ThroughputMode` is set to `provisioned`. Valid values are
2825
2825
  # 1-3414 MiBps, with the upper limit depending on Region. To increase
2826
- # this limit, contact Amazon Web ServicesSupport. For more information,
2826
+ # this limit, contact Amazon Web Services Support. For more information,
2827
2827
  # see [Amazon EFS quotas that you can increase][1] in the *Amazon EFS
2828
2828
  # User Guide*.
2829
2829
  #
@@ -2965,7 +2965,7 @@ module Aws::EFS
2965
2965
  tracer: tracer
2966
2966
  )
2967
2967
  context[:gem_name] = 'aws-sdk-efs'
2968
- context[:gem_version] = '1.111.0'
2968
+ context[:gem_version] = '1.112.0'
2969
2969
  Seahorse::Client::Request.new(handlers, context)
2970
2970
  end
2971
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.111.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.111.0
4
+ version: 1.112.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services