aws-sdk-glacier 1.28.0 → 1.29.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: c84d69a9f56ba7d384bf68453a87db16278b6e536b71416bc710a5c6cd5a8aad
4
- data.tar.gz: b526ad69e26aa24f63303f5a0bdfedbe7d583a9f5bab5d81c2ef87b109e50618
3
+ metadata.gz: 906be1c26b697fd5d1e49928007019c350577fc9438296188367950bb824453a
4
+ data.tar.gz: fedc788e19abc705dc63662e0aa882d3840525b50d54d8b1d92a0ad432813304
5
5
  SHA512:
6
- metadata.gz: aba4dd1050d5f624758efaa87a819a5dde3a15e73698bf3805db815c63850f35d33e7a0a13a45e7862ea63eebe50b9d9a33542d03af69aed16cc30066cb84104
7
- data.tar.gz: 3e8907d44df163fa3a1d4db309c367a0cf313d968ac5a68dd075f61d62ef293f114326b6c00a361ae1aa00a18ab92c2ac6763990612e962347c3639270f8b6a6
6
+ metadata.gz: 56f4542eadf5340cab3c8d5bec5c5d16c9487429351164c935656eb52e89e4ab6b2bdeb46d1e7f1a20ddde5a4c0dced681196d8bd523b56142835d28d986b68c
7
+ data.tar.gz: 9da0d07a2e7952fefe803cc8e828a12295808d2476f34656b1a7ec44581427480cd751c23b24f8c6c91cd809dbd5b527aef71aef716699e924f8601245729bcc
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-glacier/customizations'
52
52
  # @service
53
53
  module Aws::Glacier
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.29.0'
56
56
 
57
57
  end
@@ -170,7 +170,7 @@ module Aws::Glacier
170
170
  # @return [Vault]
171
171
  def create_vault(options = {})
172
172
  options = options.merge(account_id: @id)
173
- resp = @client.create_vault(options)
173
+ @client.create_vault(options)
174
174
  Vault.new(
175
175
  account_id: @id,
176
176
  name: options[:vault_name],
@@ -187,7 +187,7 @@ module Aws::Glacier
187
187
  # requests fetching endpoints information. Defaults to 60 sec.
188
188
  #
189
189
  # @option options [Boolean] :endpoint_discovery (false)
190
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
190
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
191
191
  #
192
192
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
193
193
  # The log formatter.
@@ -3359,7 +3359,7 @@ module Aws::Glacier
3359
3359
  params: params,
3360
3360
  config: config)
3361
3361
  context[:gem_name] = 'aws-sdk-glacier'
3362
- context[:gem_version] = '1.28.0'
3362
+ context[:gem_version] = '1.29.0'
3363
3363
  Seahorse::Client::Request.new(handlers, context)
3364
3364
  end
3365
3365
 
@@ -44,7 +44,7 @@ module Aws::Glacier
44
44
  # @return [Vault]
45
45
  def create_vault(options = {})
46
46
  options = options.merge(account_id: "-")
47
- resp = @client.create_vault(options)
47
+ @client.create_vault(options)
48
48
  Vault.new(
49
49
  account_id: options[:account_id],
50
50
  name: options[:vault_name],
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.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-07 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core