Class: Aws::DynamoDB::Plugins::CRC32Validation

Inherits:
Seahorse::Client::Plugin show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/plugins/crc32_validation.rb

Defined Under Namespace

Classes: Handler

Instance Method Summary collapse

Methods inherited from Seahorse::Client::Plugin

#add_options, #after_initialize, after_initialize, #before_initialize, before_initialize, option

Methods included from Seahorse::Client::HandlerBuilder

#handle, #handle_request, #handle_response

Instance Method Details

#add_handlers(handlers, config) ⇒ Object



18
19
20
21
22
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/plugins/crc32_validation.rb', line 18

def add_handlers(handlers, config)
  if config.compute_checksums
    handlers.add(Handler, step: :sign)
  end
end