aws-sdk-snowball 1.25.0 → 1.26.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: a426c5e560cf02b67051436e1114c12b20a8a09d7fa2b2dc07c9d4822817da92
4
- data.tar.gz: 7f4aa0a56b2745a932db00948c76c65b1b567dd5712308dcdd78fc5d6a8c80eb
3
+ metadata.gz: 6ce14313157f8433d0ce95327b36cf3fa55a84a1f6f6a848874881415d9228e6
4
+ data.tar.gz: 176068a6b1f62684d1eca250eb0f647441814740426a265ff31f10f33cae2576
5
5
  SHA512:
6
- metadata.gz: 3b84a1c469009f41edaf3fc11dec55d107165c3bc1f463d31841f7f3b859aaf7b97fd26af73f2a6d40060856a1cbc3cb60b7698e7a7c773f60f207a89a375490
7
- data.tar.gz: 8434d78701be8427b4d8a88c6b5443189b4f44504fd0095ab2386a961e8e91690d56a56b5e3b5d2cf0ee589822eb73f34a7915d76490d476f82fe9c9cba7ace9
6
+ metadata.gz: 12907929f91113eef8687dbe73f702ca755e9105e23384fe8c3834cdc0bd448bc7cf0aafa3b2f01f9c4daf9a70860a629efe8da9f8100365671dc8a2336f6836
7
+ data.tar.gz: e9401ae1cf6ef448febf7a757902e6a1f3ced4bf7fee46b21421524db66906ba2f0adc27757aef0e728a88e1f1697c90f9abe019c67835e72c97cd1130fbb941
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-snowball/customizations'
45
45
  # @service
46
46
  module Aws::Snowball
47
47
 
48
- GEM_VERSION = '1.25.0'
48
+ GEM_VERSION = '1.26.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::Snowball
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::Snowball
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
@@ -1965,7 +1965,7 @@ module Aws::Snowball
1965
1965
  params: params,
1966
1966
  config: config)
1967
1967
  context[:gem_name] = 'aws-sdk-snowball'
1968
- context[:gem_version] = '1.25.0'
1968
+ context[:gem_version] = '1.26.0'
1969
1969
  Seahorse::Client::Request.new(handlers, context)
1970
1970
  end
1971
1971
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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-16 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