Amazon Data Pipeline · JSON Structure

Put Pipeline Definition Output Structure

Response after updating the pipeline definition.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Put Pipeline Definition Output Structure is a JSON Structure definition published by Amazon Data Pipeline. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-structure/put-pipeline-definition-output-structure.json",
  "title": "Put Pipeline Definition Output",
  "description": "Response after updating the pipeline definition.",
  "type": "typedMap",
  "fields": {
    "errored": {
      "type": "bool",
      "description": "errored"
    },
    "validationErrors": {
      "type": "list",
      "description": "validationErrors"
    },
    "validationWarnings": {
      "type": "list",
      "description": "validationWarnings"
    }
  }
}