AWS SDK for .NET Documentation
PutPipelineDefinition Method (putPipelineDefinitionRequest)
AmazonAmazon.DataPipelineAmazonDataPipelinePutPipelineDefinition(PutPipelineDefinitionRequest) Did this page help you?   Yes   No    Tell us about it...

Adds tasks, schedules, and preconditions that control the behavior of the pipeline. You can use PutPipelineDefinition to populate a new pipeline or to update an existing pipeline that has not yet been activated.

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.

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

Declaration Syntax
C#
PutPipelineDefinitionResponse PutPipelineDefinition(
	PutPipelineDefinitionRequest putPipelineDefinitionRequest
)
Parameters
putPipelineDefinitionRequest (PutPipelineDefinitionRequest)
Container for the necessary parameters to execute the PutPipelineDefinition service method on AmazonDataPipeline.
Return Value
The response from the PutPipelineDefinition service method, as returned by AmazonDataPipeline.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)