class AWS::Core::XmlGrammar::StubResponse

def without_wrapper customizations, &block

def without_wrapper customizations, &block
  customizations[:children].each_pair do |child_name,child_rules|
    unless child_rules[:wrapper]
      yield(child_name, child_rules)
    end
  end
end