naftiko: 1.0.0-alpha2 info: label: AWS Data Pipeline API — Pipeline Objects description: 'AWS Data Pipeline API — Pipeline Objects. 3 operations. Lead operation: Get Pipeline Definition. Self-contained Naftiko capability covering one Amazon Data Pipeline business surface.' tags: - Amazon Data Pipeline - Pipeline Objects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: AMAZON_DATA_PIPELINE_API_KEY: AMAZON_DATA_PIPELINE_API_KEY capability: consumes: - type: http namespace: amazon-data-pipeline-pipeline-objects baseUri: https://datapipeline.amazonaws.com description: AWS Data Pipeline API — Pipeline Objects business capability. Self-contained, no shared references. resources: - name: ?Action=GetPipelineDefinition path: /?Action=GetPipelineDefinition operations: - name: getpipelinedefinition method: POST description: Get Pipeline Definition outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: ?Action=PutPipelineDefinition path: /?Action=PutPipelineDefinition operations: - name: putpipelinedefinition method: POST description: Put Pipeline Definition outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: ?Action=ValidatePipelineDefinition path: /?Action=ValidatePipelineDefinition operations: - name: validatepipelinedefinition method: POST description: Validate Pipeline Definition outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: Authorization value: '{{env.AMAZON_DATA_PIPELINE_API_KEY}}' placement: header exposes: - type: rest namespace: amazon-data-pipeline-pipeline-objects-rest port: 8080 description: REST adapter for AWS Data Pipeline API — Pipeline Objects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/action-getpipelinedefinition name: action-getpipelinedefinition description: REST surface for ?Action=GetPipelineDefinition. operations: - method: POST name: getpipelinedefinition description: Get Pipeline Definition call: amazon-data-pipeline-pipeline-objects.getpipelinedefinition with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/action-putpipelinedefinition name: action-putpipelinedefinition description: REST surface for ?Action=PutPipelineDefinition. operations: - method: POST name: putpipelinedefinition description: Put Pipeline Definition call: amazon-data-pipeline-pipeline-objects.putpipelinedefinition with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/action-validatepipelinedefinition name: action-validatepipelinedefinition description: REST surface for ?Action=ValidatePipelineDefinition. operations: - method: POST name: validatepipelinedefinition description: Validate Pipeline Definition call: amazon-data-pipeline-pipeline-objects.validatepipelinedefinition with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: amazon-data-pipeline-pipeline-objects-mcp port: 9090 transport: http description: MCP adapter for AWS Data Pipeline API — Pipeline Objects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-pipeline-definition description: Get Pipeline Definition hints: readOnly: true destructive: false idempotent: false call: amazon-data-pipeline-pipeline-objects.getpipelinedefinition with: body: tools.body outputParameters: - type: object mapping: $. - name: put-pipeline-definition description: Put Pipeline Definition hints: readOnly: false destructive: false idempotent: false call: amazon-data-pipeline-pipeline-objects.putpipelinedefinition with: body: tools.body outputParameters: - type: object mapping: $. - name: validate-pipeline-definition description: Validate Pipeline Definition hints: readOnly: true destructive: false idempotent: false call: amazon-data-pipeline-pipeline-objects.validatepipelinedefinition with: body: tools.body outputParameters: - type: object mapping: $.