Amazon Data Pipeline · Arazzo Workflow

Amazon Data Pipeline Tag and Confirm

Version 1.0.0

Add governance tags to a pipeline and confirm they are attached.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Data ProcessingETLWorkflowsData PipelineAutomationArazzoWorkflows

Provider

amazon-data-pipeline

Workflows

tag-and-confirm-pipeline
Apply tags to a pipeline, then read its metadata to confirm them.
Chains addTags into describePipelines so a caller both writes governance tags and verifies them against the pipeline metadata in a single pass.
2 steps inputs: pipelineId, tags outputs: pipelineId, tags
1
addTags
Add or modify the supplied governance tags on the pipeline.
2
confirmTags
Read the pipeline metadata back so the applied tags can be confirmed.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Data Pipeline Tag and Confirm
  summary: Add governance tags to a pipeline and confirm they are attached.
  description: >-
    A governance flow for AWS Data Pipeline. AddTags applies cost-allocation or
    ownership tags to a pipeline, and DescribePipelines then reads the pipeline
    metadata back so the applied tags can be confirmed. Every step spells out its
    request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: pipelinesApi
  url: ../openapi/amazon-data-pipeline-pipelines-api-openapi.yml
  type: openapi
- name: tagsApi
  url: ../openapi/amazon-data-pipeline-tags-api-openapi.yml
  type: openapi
workflows:
- workflowId: tag-and-confirm-pipeline
  summary: Apply tags to a pipeline, then read its metadata to confirm them.
  description: >-
    Chains addTags into describePipelines so a caller both writes governance
    tags and verifies them against the pipeline metadata in a single pass.
  inputs:
    type: object
    required:
    - pipelineId
    - tags
    properties:
      pipelineId:
        type: string
        description: The id of the pipeline to tag.
      tags:
        type: array
        description: The key-value tags to add or modify on the pipeline.
        items:
          type: object
          required:
          - key
          - value
          properties:
            key:
              type: string
            value:
              type: string
  steps:
  - stepId: addTags
    description: >-
      Add or modify the supplied governance tags on the pipeline.
    operationId: addTags
    requestBody:
      contentType: application/json
      payload:
        pipelineId: $inputs.pipelineId
        tags: $inputs.tags
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tagged: $statusCode
  - stepId: confirmTags
    description: >-
      Read the pipeline metadata back so the applied tags can be confirmed.
    operationId: describePipelines
    requestBody:
      contentType: application/json
      payload:
        pipelineIds:
        - $inputs.pipelineId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tags: $response.body#/pipelineDescriptionList/0/tags
  outputs:
    pipelineId: $inputs.pipelineId
    tags: $steps.confirmTags.outputs.tags

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-data-pipeline-tag-and-confirm-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.