module Aws::ClientStubs

def apply_stubs(operation_name, stubs)

during response handling.
plugin to provide a HTTP response that triggers all normal events
HTTP response (when possible). This enables the response stubbing
This method converts the given stub data and converts it to a
def apply_stubs(operation_name, stubs)
  @stub_mutex.synchronize do
    @stubs[operation_name.to_sym] = stubs.map do |stub|
      convert_stub(operation_name, stub)
    end
  end
end