class Seahorse::Client::Plugins::ParamConversion::Handler
def call(context)
def call(context) if input = context.operation.input context.params = ParamConverter.convert(input, context.params) end @handler.call(context) end
def call(context) if input = context.operation.input context.params = ParamConverter.convert(input, context.params) end @handler.call(context) end