class AWS::Core::IndifferentHash

def merge hash

def merge hash
  self.dup.merge!(hash)
end