Class: Aws::Glacier::Plugins::ApiVersion::Handler Private
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Glacier::Plugins::ApiVersion::Handler
- 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
- #call(context) ⇒ Object private
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.
10 11 12 13 14 |
# File 'lib/aws-sdk-glacier/plugins/api_version.rb', line 10 def call(context) version = context.config.api.version context.http_request.headers['x-amz-glacier-version'] = version @handler.call(context) end |