
describe-objects
****************


DESCRIPTION
===========

Returns the object definitions for a set of objects associated with
the pipeline. Object definitions are composed of a set of fields that
define the properties of the object.


SYNOPSIS
========

   aws datapipeline describe-objects
     --object-ids <value>
     --pipeline-id <value>
     [--marker <value>]
     [--evaluate-expressions ]


REQUIRED PARAMETERS
===================

"--object-ids"  (list of string)
   Identifiers of the pipeline objects that contain the definitions to
   be described. You can pass as many as 25 identifiers in a single
   call to describe-objects

   *Parameter Syntax*

      ["string", ...]

"--pipeline-id"  (string)
   Identifier of the pipeline that contains the object definitions.


OPTIONAL PARAMETERS
===================

"--marker"  (string)
   The starting point for the results to be returned. The first time
   you call DescribeObjects, this value should be empty. As long as
   the action returns "HasMoreResults" as "True" , you can call
   describe-objects again and pass the --marker value from the
   response to retrieve the next set of results.

"--evaluate-expressions"  (boolean)
