aws-sdk-glacier 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c664255561b60a22f9ca989c36797e8df19ecc1
4
- data.tar.gz: 4c23bc993a50d64bc04e97e8a9f8e1685f399f93
3
+ metadata.gz: 28414e2ba97c3624676812fb8466bbf28bef75b9
4
+ data.tar.gz: 3fa867c044fdc40bf23dd0dfc0ec76fcfb2b44de
5
5
  SHA512:
6
- metadata.gz: 2554110617a8bb9e95e4ffe1f351efb04d07b27ba86ef52f652f2408d451898fe71337c8e5da4983efb5870759fc4702d051c153829727ca72e372c1f1d0093f
7
- data.tar.gz: aa346a7829aac78d9a68d1f3b7489c32c8e6fa88c734ec1ed94a1e7dc7cb5a466b48d2f55138d0d9667aed21ed0442646caa2421dfce028aae1216feda12d516
6
+ metadata.gz: ea5dcf6ae8cfa7a149f9ab02f40c5069d9f44b75b20c821c4cbbc0057382d1a02f814c4f239ff74e0feb2f195cfd8df79877f9872048c23693439543eff610da
7
+ data.tar.gz: c124f01fa08b99410ea18a6e87daa72245a5a1d183211f0375fb4937bdca52bd2d8f10c46056ec23397f5b4c3beb4166648fc29604dc7e547c068ee23e24b06a
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-glacier/customizations'
49
49
  # @service
50
50
  module Aws::Glacier
51
51
 
52
- GEM_VERSION = '1.1.0'
52
+ GEM_VERSION = '1.2.0'
53
53
 
54
54
  end
@@ -3210,7 +3210,7 @@ module Aws::Glacier
3210
3210
  params: params,
3211
3211
  config: config)
3212
3212
  context[:gem_name] = 'aws-sdk-glacier'
3213
- context[:gem_version] = '1.1.0'
3213
+ context[:gem_version] = '1.2.0'
3214
3214
  Seahorse::Client::Request.new(handlers, context)
3215
3215
  end
3216
3216
 
@@ -271,13 +271,13 @@ module Aws::Glacier
271
271
  # computed to ensure you have downloaded the entire archive content
272
272
  # with no errors.
273
273
  # @return [Types::GetJobOutputOutput]
274
- def get_output(options = {})
274
+ def get_output(options = {}, &block)
275
275
  options = options.merge(
276
276
  account_id: @account_id,
277
277
  vault_name: @vault_name,
278
278
  job_id: @id
279
279
  )
280
- resp = @client.get_job_output(options)
280
+ resp = @client.get_job_output(options, &block)
281
281
  resp.data
282
282
  end
283
283
 
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.1.0
4
+ version: 1.2.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: 2017-09-01 00:00:00.000000000 Z
11
+ date: 2017-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core