amazonka-datapipeline-1.0.0: Amazon Data Pipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.ValidatePipelineDefinition

Contents

Description

Validates the specified pipeline definition to ensure that it is well formed and can be run without error.

See: AWS API Reference for ValidatePipelineDefinition.

Synopsis

Creating a Request

validatePipelineDefinition Source

Creates a value of ValidatePipelineDefinition with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

vpdParameterObjects :: Lens' ValidatePipelineDefinition [ParameterObject] Source

The parameter objects used with the pipeline.

vpdParameterValues :: Lens' ValidatePipelineDefinition [ParameterValue] Source

The parameter values used with the pipeline.

vpdPipelineObjects :: Lens' ValidatePipelineDefinition [PipelineObject] Source

The objects that define the pipeline changes to validate against the pipeline.

Destructuring the Response

validatePipelineDefinitionResponse Source

Creates a value of ValidatePipelineDefinitionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

vpdrsErrored :: Lens' ValidatePipelineDefinitionResponse Bool Source

Indicates whether there were validation errors.