@private
# File lib/aws/core/configured_xml_grammars.rb, line 25 def base_grammar if const_defined?(:BaseResponse) const_get(:BaseResponse) else XmlGrammar end end
# File lib/aws/core/configured_xml_grammars.rb, line 33 def input_or_output :output end