Amazon Data Lifecycle Manager · Arazzo Workflow

Amazon Data Lifecycle Manager Disable Policy

Version 1.0.0

Disable a lifecycle policy and confirm the state change by reading it back.

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

Provider

amazon-data-lifecycle-manager

Workflows

disable-policy
Update a lifecycle policy to DISABLED and verify with a get.
Patches the target policy to the DISABLED state with an explanatory description and then retrieves it to confirm the new state.
2 steps inputs: policyId, reason outputs: dateModified, policyId, state
1
disablePolicy
Patch the lifecycle policy to the DISABLED state, halting its scheduled snapshot operations, and record the reason in the description.
2
confirmDisabled
Read the policy back by its identifier to confirm the State now reflects the DISABLED value.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Data Lifecycle Manager Disable Policy
  summary: Disable a lifecycle policy and confirm the state change by reading it back.
  description: >-
    Temporarily halts the automated operations of a lifecycle policy without
    deleting it. The workflow patches the policy to the DISABLED state with an
    updated description recording why it was paused, then re-reads the policy by
    its identifier to confirm the state transition persisted. 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: disable-policy
  summary: Update a lifecycle policy to DISABLED and verify with a get.
  description: >-
    Patches the target policy to the DISABLED state with an explanatory
    description and then retrieves it to confirm the new state.
  inputs:
    type: object
    required:
    - policyId
    properties:
      policyId:
        type: string
        description: The identifier of the lifecycle policy to disable.
      reason:
        type: string
        description: A description explaining why the policy was disabled.
        default: Temporarily disabled for maintenance
  steps:
  - stepId: disablePolicy
    description: >-
      Patch the lifecycle policy to the DISABLED state, halting its scheduled
      snapshot operations, and record the reason in the description.
    operationId: updateLifecyclePolicy
    parameters:
    - name: policyId
      in: path
      value: $inputs.policyId
    requestBody:
      contentType: application/json
      payload:
        State: DISABLED
        Description: $inputs.reason
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      statusCode: $statusCode
  - stepId: confirmDisabled
    description: >-
      Read the policy back by its identifier to confirm the State now reflects
      the DISABLED value.
    operationId: getLifecyclePolicy
    parameters:
    - name: policyId
      in: path
      value: $inputs.policyId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      policyId: $response.body#/Policy/PolicyId
      state: $response.body#/Policy/State
      dateModified: $response.body#/Policy/DateModified
  outputs:
    policyId: $steps.confirmDisabled.outputs.policyId
    state: $steps.confirmDisabled.outputs.state
    dateModified: $steps.confirmDisabled.outputs.dateModified

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-disable-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.