v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14198974.1 KB

Gets 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.

post/#X-Amz-Target=DataPipeline.DescribeObjects

Query parameters

markerstring

Pagination token

Headers

X-Amz-Target'DataPipeline.DescribeObjects' required

Request body

pipelineIdstring required

The ID of the pipeline that contains the object definitions.

objectIdsId[] required

The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to <code>DescribeObjects</code>.

evaluateExpressionsboolean

Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

markerstring

The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call <code>DescribeObjects</code> with the marker value from the previous call to retrieve the next set of results.

Response

Success

markerstring

The starting point for the next page of results. To view the next page of results, call <code>DescribeObjects</code> again with this marker value. If the value is null, there are no more results.

hasMoreResultsboolean

Indicates whether there are more results to return.