Amazon Data Pipeline · Arazzo Workflow
Amazon Data Pipeline List and Describe
Version 1.0.0
List all accessible pipelines and pull full metadata for the first page of them.
Provider
Workflows
list-and-describe-pipelines
Enumerate accessible pipelines, then describe the first one returned.
Chains listPipelines into describePipelines so a caller can move from a bare list of identifiers to full metadata in one pass.
1
listPipelines
listPipelines
List the identifiers and names of every active pipeline the caller has permission to access.
2
describeFirst
describePipelines
Retrieve full metadata for the first pipeline identifier returned by the list call.