Class: Aws::Plugins::GlacierApiVersion::Handler
- Inherits:
-
Seahorse::Client::Handler
- Object
- Seahorse::Client::Handler
- Aws::Plugins::GlacierApiVersion::Handler
- Defined in:
- lib/aws-sdk-core/plugins/glacier_api_version.rb
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Handler
Instance Method Summary collapse
Methods inherited from Seahorse::Client::Handler
Constructor Details
This class inherits a constructor from Seahorse::Client::Handler
Instance Method Details
#call(context) ⇒ Object
7 8 9 10 11 |
# File 'lib/aws-sdk-core/plugins/glacier_api_version.rb', line 7 def call(context) version = context.config.api.version context.http_request.headers['x-amz-glacier-version'] = version @handler.call(context) end |