# File lib/aws/xml_grammar.rb, line 689
      def wrapper_frame_for(method_name)
        @wrapper_frames[method_name] ||=
            Frame.new(method_name.to_s,
                      :customizations => wrapper_customizations(method_name))
      end