aws-sdk-efs 1.27.0 → 1.28.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: 449f06c57bb538ad43476769709b3639b96373863577087014ee21fcd644ba16
4
- data.tar.gz: 11e9ffb71ea9d0074b4135eb06f1f0c80fc939c18ccfbd0ec906b82c4af0a869
3
+ metadata.gz: e9536b8767ec7246cb59b86690e1b920a5e80d232184a593dc6aafc55128b17c
4
+ data.tar.gz: 3f16980c8d977cf7f109203e5b4f77b984b17b6dbf1d6429a0212d80507f31c4
5
5
  SHA512:
6
- metadata.gz: 0e5044422a2b56da956892cddad95254dd7781b9fc7ee264876db7e42125cbe82286e44da3c6f2abcac6b2984bc78775812593f6139fe5bd1df3079d2dd2940b
7
- data.tar.gz: 16f3bfba5ada47c516c7729eb0b9a1e48298e366ae3d428040f2953ace84ee22df5b3fb1565f2df59da0d94a0eaaad032040126726328ad0b7d6add044751a25
6
+ metadata.gz: 731b0159464f2827050c4bcc46e483affe8bc8e5e8ac6377f33b5a16eabef5751bb07f6ba72fbcbbb82129fa80058795ef0629575507c357afac7031821e7341
7
+ data.tar.gz: db8b3b74627e3cf2a3e2111e06a864be06b14843c4560eb6d955920cced279a60dba83bff65735fcc1988b6f7624b08571c40e5a6bb6e5aba368f91393dc4a72
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-efs/customizations'
45
45
  # @service
46
46
  module Aws::EFS
47
47
 
48
- GEM_VERSION = '1.27.0'
48
+ GEM_VERSION = '1.28.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::EFS
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::EFS
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -2081,7 +2081,7 @@ module Aws::EFS
2081
2081
  params: params,
2082
2082
  config: config)
2083
2083
  context[:gem_name] = 'aws-sdk-efs'
2084
- context[:gem_version] = '1.27.0'
2084
+ context[:gem_version] = '1.28.0'
2085
2085
  Seahorse::Client::Request.new(handlers, context)
2086
2086
  end
2087
2087
 
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.27.0
4
+ version: 1.28.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: 2020-05-01 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core