v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14198974.1 KB

Adds tasks, schedules, and preconditions to the specified pipeline. You can use PutPipelineDefinition to populate a new pipeline.

PutPipelineDefinition also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline.

  1. An object is missing a name or identifier field.
  2. A string or reference field is empty.
  3. The number of objects in the pipeline exceeds the maximum allowed objects.
  4. The pipeline is in a FINISHED state.

Pipeline object definitions are passed to the PutPipelineDefinition action and returned by the GetPipelineDefinition action.

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

Headers

X-Amz-Target'DataPipeline.PutPipelineDefinition' required

Request body

pipelineIdstring required

The ID of the pipeline.

Response

Success

erroredboolean required

Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call <code>PutPipelineDefinition</code> to commit the corrected pipeline.