Amazon Data Pipeline · JSON Structure

List Pipelines Output Structure

Response containing a list of pipeline identifiers.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

List Pipelines 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/list-pipelines-output-structure.json",
  "title": "List Pipelines Output",
  "description": "Response containing a list of pipeline identifiers.",
  "type": "typedMap",
  "fields": {
    "pipelineIdList": {
      "type": "list",
      "description": "pipelineIdList"
    },
    "hasMoreResults": {
      "type": "bool",
      "description": "hasMoreResults"
    },
    "marker": {
      "type": "str",
      "description": "marker"
    }
  }
}