Amazon Data Lifecycle Manager · Arazzo Workflow

Amazon Data Lifecycle Manager Decommission Policy

Version 1.0.0

Retrieve a lifecycle policy, delete it, and confirm it no longer appears in the list.

1 workflow 1 source API 1 provider
View Spec View on GitHub BackupEBS SnapshotsLifecycle ManagementStorageAutomationComplianceArazzoWorkflows

Provider

amazon-data-lifecycle-manager

Workflows

decommission-policy
Audit, delete, and verify removal of a lifecycle policy.
Retrieves the target policy for an audit record, deletes it to halt its operations, and lists policies to confirm it is gone.
3 steps inputs: policyId outputs: deletedPolicyId, policies
1
auditPolicy
Read the policy by its identifier to capture its details for an audit record before deletion.
2
deletePolicy
Delete the lifecycle policy, halting the automated snapshot operations it specified.
3
confirmGone
List the account's lifecycle policies so the caller can confirm the deleted policy no longer appears.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Data Lifecycle Manager Decommission Policy
  summary: Retrieve a lifecycle policy, delete it, and confirm it no longer appears in the list.
  description: >-
    Safely retires a lifecycle policy and the automated operations it drives. The
    workflow first reads the policy by its identifier to capture its details for
    auditing, deletes the policy to halt its scheduled snapshot operations, and
    then lists the account's policies so the caller can confirm the policy is no
    longer enrolled. 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: lifecyclePoliciesApi
  url: ../openapi/amazon-data-lifecycle-manager-lifecycle-policies-api-openapi.yml
  type: openapi
workflows:
- workflowId: decommission-policy
  summary: Audit, delete, and verify removal of a lifecycle policy.
  description: >-
    Retrieves the target policy for an audit record, deletes it to halt its
    operations, and lists policies to confirm it is gone.
  inputs:
    type: object
    required:
    - policyId
    properties:
      policyId:
        type: string
        description: The identifier of the lifecycle policy to decommission.
  steps:
  - stepId: auditPolicy
    description: >-
      Read the policy by its identifier to capture its details for an audit
      record before deletion.
    operationId: getLifecyclePolicy
    parameters:
    - name: policyId
      in: path
      value: $inputs.policyId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      policyId: $response.body#/Policy/PolicyId
      description: $response.body#/Policy/Description
      state: $response.body#/Policy/State
  - stepId: deletePolicy
    description: >-
      Delete the lifecycle policy, halting the automated snapshot operations it
      specified.
    operationId: deleteLifecyclePolicy
    parameters:
    - name: policyId
      in: path
      value: $inputs.policyId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      statusCode: $statusCode
  - stepId: confirmGone
    description: >-
      List the account's lifecycle policies so the caller can confirm the deleted
      policy no longer appears.
    operationId: getLifecyclePolicies
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      policies: $response.body#/Policies
  outputs:
    deletedPolicyId: $steps.auditPolicy.outputs.policyId
    policies: $steps.confirmGone.outputs.policies

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-lifecycle-manager-decommission-policy-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.