List Pipelines Output

Response containing a list of pipeline identifiers.

Data ProcessingETLWorkflowsData PipelineAutomation

Properties

Name Type Description
pipelineIdList array
hasMoreResults boolean
marker string
View JSON Schema on GitHub

JSON Schema

list-pipelines-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-schema/list-pipelines-output-schema.json",
  "title": "List Pipelines Output",
  "description": "Response containing a list of pipeline identifiers.",
  "type": "object",
  "properties": {
    "pipelineIdList": {
      "type": "array"
    },
    "hasMoreResults": {
      "type": "boolean"
    },
    "marker": {
      "type": "string"
    }
  }
}