lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.0.0 vs lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.1.0
- old
+ new
@@ -1303,13 +1303,13 @@
# resp.content_type #=> String
# resp.archive_description #=> String
#
# @overload get_job_output(params = {})
# @param [Hash] params ({})
- def get_job_output(params = {}, options = {})
+ def get_job_output(params = {}, options = {}, &block)
req = build_request(:get_job_output, params)
- req.send_request(options)
+ req.send_request(options, &block)
end
# This operation retrieves the `access-policy` subresource set on the
# vault; for more information on setting this subresource, see [Set
# Vault Access Policy (PUT access-policy)][1]. If there is no access
@@ -3208,10 +3208,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-glacier'
- context[:gem_version] = '1.0.0'
+ context[:gem_version] = '1.1.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#