aws-sdk-storagegateway 1.39.0 → 1.40.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: 3fd732e1bb891036f779dd8717176fd1b9dc489dc10c1777247e776a09e57f09
4
- data.tar.gz: f0e8e31bfbd34df384dba9f3a08b6701b981197dd39eb454aa167aba819f6985
3
+ metadata.gz: 848aeaa0c40548a14a62d8813085ad0daf0a378996a2fc9b51d94a423d12dc8a
4
+ data.tar.gz: 3015fcdf90e4c64238e1118bfe7d3df8e6db152a8a411cc64a44ff744c0c68d9
5
5
  SHA512:
6
- metadata.gz: 112b93180fde6b116565ce7052981dc8d8ae674d545e83f00187cccb533cb4f2f119f4285760d00e9de818a15337932fa668d11fe186a8808b05e8ca33718e75
7
- data.tar.gz: 704b309103d5fd816d8fef918d8156ee46cdbdb42a43669ebb58f2b085db7e95227591a7a8215aa0088ad64faac4ca9e61b3a60c74a11ed611198cbd0ca780b4
6
+ metadata.gz: 2fdab0707a1ccdd79171a40c819a7d488c4211a76fc055b75b242fdd5386b121249f1fd472c3d73e707572b92f9e857f15bf96b4085898d478cf679adf6f7c51
7
+ data.tar.gz: a1f6a9bee019bc1023fe41c748d8007a11be86e33e34d5b74c6fc7bd0d9068d6fc12dd6c81ccd917f842798a57d7cbe508b4dacc589a56175f20d334cd6d4f87
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-storagegateway/customizations'
45
45
  # @service
46
46
  module Aws::StorageGateway
47
47
 
48
- GEM_VERSION = '1.39.0'
48
+ GEM_VERSION = '1.40.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::StorageGateway
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::StorageGateway
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
@@ -6057,7 +6057,7 @@ module Aws::StorageGateway
6057
6057
  params: params,
6058
6058
  config: config)
6059
6059
  context[:gem_name] = 'aws-sdk-storagegateway'
6060
- context[:gem_version] = '1.39.0'
6060
+ context[:gem_version] = '1.40.0'
6061
6061
  Seahorse::Client::Request.new(handlers, context)
6062
6062
  end
6063
6063
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-storagegateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.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-04-30 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