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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-efs/client.rb +3 -3
- data/lib/aws-sdk-efs/types.rb +4 -4
- data/lib/aws-sdk-efs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a476281ba2c67031a9c37c79b80de31f9d08d16530bad970fe28aaabb72d259d
|
|
4
|
+
data.tar.gz: 514dae4686ad61754a2b5ebbb020f286b70cfac5936bd196bcffdc284a824818
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28ef3d06381a7f07ded423a00e4d6e7d1186bda75a1624b5581828cde6a2105a5799284f04bbfec6e1214903c2f33689cde12b10f88eec381f9fe965c6742d39
|
|
7
|
+
data.tar.gz: 5e4ccd2b1372cc11cdb96067d85e82c048a0641cd216858fed5163c511bd3ce2f7d9296035a826fc62a7c8e66e514b0031a393b38555d03cc1579904828605e4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.112.0
|
data/lib/aws-sdk-efs/client.rb
CHANGED
|
@@ -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
|
|
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
|
|
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.
|
|
2968
|
+
context[:gem_version] = '1.112.0'
|
|
2969
2969
|
Seahorse::Client::Request.new(handlers, context)
|
|
2970
2970
|
end
|
|
2971
2971
|
|
data/lib/aws-sdk-efs/types.rb
CHANGED
|
@@ -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
|
|
448
|
-
# [Amazon EFS quotas that you can increase][1] in the *Amazon EFS
|
|
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
|
|
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