# File lib/fog/aws/requests/data_pipeline/get_pipeline_definition.rb, line 25
        def get_pipeline_definition(id)
          response = Excon::Response.new

          pipeline = find_pipeline(id)

          response.body = self.data[:pipeline_definitions][id] || {"pipelineObjects" => []}
          response
        end