# File lib/aws/core/xml/grammar.rb, line 70
        def customize! customizations = nil, &block
          apply_customizations(customizations) if customizations
          instance_eval(&block) if block_given?
          self
        end