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