class Aws::Plugins::StubResponses::Handler

def call(context)

def call(context)
  response = Seahorse::Client::Response.new(context: context)
  apply_stub(response, context.client.next_stub(context.operation_name))
  response
end