Amazon Data Pipeline · Example Payload

List Pipelines Output Example

Data ProcessingETLWorkflowsData PipelineAutomation

List Pipelines Output Example is an example object payload from Amazon Data Pipeline, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pipelineIdListhasMoreResults

Example Payload

Raw ↑
{
  "pipelineIdList": [
    {
      "id": "df-0937003B3GENERIC4EXAMPLE",
      "name": "MyDataPipeline"
    }
  ],
  "hasMoreResults": false
}