Class: Aws::Glacier::Plugins::ApiVersion::Handler Private

Inherits:
Seahorse::Client::Handler
  • Object
show all
Defined in:
lib/aws-sdk-glacier/plugins/api_version.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#call(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



9
10
11
12
13
# File 'lib/aws-sdk-glacier/plugins/api_version.rb', line 9

def call(context)
  version = context.config.api.version
  context.http_request.headers['x-amz-glacier-version'] = version
  @handler.call(context)
end