Amazon Data Lifecycle Manager API — Tags

Amazon Data Lifecycle Manager API — Tags. 3 operations. Lead operation: List Tags for Resource. Self-contained Naftiko capability covering one Amazon Data Lifecycle Manager business surface.

Run with Naftiko Amazon Data Lifecycle ManagerTags

What You Can Do

GET
Listtagsforresource — List Tags for Resource
/v1/tags/{resourcearn}
POST
Tagresource — Tag Resource
/v1/tags/{resourcearn}
DELETE
Untagresource — Untag Resource
/v1/tags/{resourcearn}

MCP Tools

list-tags-resource

List Tags for Resource

read-only idempotent
tag-resource

Tag Resource

untag-resource

Untag Resource

idempotent

Capability Spec

amazon-data-lifecycle-manager-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Data Lifecycle Manager API — Tags
  description: 'Amazon Data Lifecycle Manager API — Tags. 3 operations. Lead operation: List Tags for Resource. Self-contained
    Naftiko capability covering one Amazon Data Lifecycle Manager business surface.'
  tags:
  - Amazon Data Lifecycle Manager
  - Tags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_DATA_LIFECYCLE_MANAGER_API_KEY: AMAZON_DATA_LIFECYCLE_MANAGER_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-data-lifecycle-manager-tags
    baseUri: https://dlm.amazonaws.com
    description: Amazon Data Lifecycle Manager API — Tags business capability. Self-contained, no shared references.
    resources:
    - name: tags-resourceArn
      path: /tags/{resourceArn}
      operations:
      - name: listtagsforresource
        method: GET
        description: List Tags for Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceArn
          in: path
          type: string
          description: The ARN of the Data Lifecycle Manager resource. This ARN uniquely identifies the resource.
          required: true
      - name: tagresource
        method: POST
        description: Tag Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceArn
          in: path
          type: string
          description: The ARN of the Data Lifecycle Manager resource. This ARN uniquely identifies the resource.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: untagresource
        method: DELETE
        description: Untag Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceArn
          in: path
          type: string
          description: The ARN of the Data Lifecycle Manager resource. This ARN uniquely identifies the resource.
          required: true
        - name: tagKeys
          in: query
          type: array
          description: The tag keys to remove
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_DATA_LIFECYCLE_MANAGER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-data-lifecycle-manager-tags-rest
    port: 8080
    description: REST adapter for Amazon Data Lifecycle Manager API — Tags. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tags/{resourcearn}
      name: tags-resourcearn
      description: REST surface for tags-resourceArn.
      operations:
      - method: GET
        name: listtagsforresource
        description: List Tags for Resource
        call: amazon-data-lifecycle-manager-tags.listtagsforresource
        with:
          resourceArn: rest.resourceArn
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: tagresource
        description: Tag Resource
        call: amazon-data-lifecycle-manager-tags.tagresource
        with:
          resourceArn: rest.resourceArn
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: untagresource
        description: Untag Resource
        call: amazon-data-lifecycle-manager-tags.untagresource
        with:
          resourceArn: rest.resourceArn
          tagKeys: rest.tagKeys
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-data-lifecycle-manager-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Data Lifecycle Manager API — Tags. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-tags-resource
      description: List Tags for Resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-data-lifecycle-manager-tags.listtagsforresource
      with:
        resourceArn: tools.resourceArn
      outputParameters:
      - type: object
        mapping: $.
    - name: tag-resource
      description: Tag Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-data-lifecycle-manager-tags.tagresource
      with:
        resourceArn: tools.resourceArn
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: untag-resource
      description: Untag Resource
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: amazon-data-lifecycle-manager-tags.untagresource
      with:
        resourceArn: tools.resourceArn
        tagKeys: tools.tagKeys
      outputParameters:
      - type: object
        mapping: $.