class AWS::Core::JSONClient
def self.response_parser_for api_config, operation
def self.response_parser_for api_config, operation JSONResponseParser.new(operation[:outputs]) end
def self.response_parser_for api_config, operation JSONResponseParser.new(operation[:outputs]) end