Amazon Lake Formation · Arazzo Workflow

Amazon Lake Formation Deregister Resource Lifecycle

Version 1.0.0

Confirm a registered data lake location exists, deregister it, and verify removal.

1 workflow 1 source API 1 provider
View Spec View on GitHub Access ControlAnalyticsData GovernanceData LakeS3ArazzoWorkflows

Provider

amazon-lake-formation

Workflows

deregister-resource
Verify, deregister, and confirm removal of a managed data lake location.
Describes the registered resource to confirm it exists, deregisters it from the Data Catalog, and lists remaining resources to confirm it was removed.
3 steps inputs: resourceArn outputs: deregisterStatus, remainingResources
1
describeResource
DescribeResource
Confirm the resource is currently registered by retrieving its data access role.
2
deregisterResource
DeregisterResource
Deregister the resource so it is no longer managed by the Data Catalog.
3
listResources
ListResources
List the resources still registered with Lake Formation to confirm the deregistered location is gone.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Lake Formation Deregister Resource Lifecycle
  summary: Confirm a registered data lake location exists, deregister it, and verify removal.
  description: >-
    The teardown flow for a registered data lake location. The workflow
    describes the resource to confirm it is currently registered, deregisters
    it from the Data Catalog, and then lists the registered resources to confirm
    the location is no longer managed by Lake Formation. 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: lakeFormationApi
  url: ../openapi/amazon-lake-formation-openapi.yml
  type: openapi
workflows:
- workflowId: deregister-resource
  summary: Verify, deregister, and confirm removal of a managed data lake location.
  description: >-
    Describes the registered resource to confirm it exists, deregisters it from
    the Data Catalog, and lists remaining resources to confirm it was removed.
  inputs:
    type: object
    required:
    - resourceArn
    properties:
      resourceArn:
        type: string
        description: The ARN of the registered data lake location to deregister.
  steps:
  - stepId: describeResource
    description: >-
      Confirm the resource is currently registered by retrieving its data
      access role.
    operationId: DescribeResource
    parameters:
    - name: resourceArn
      in: path
      value: $inputs.resourceArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      resourceInfo: $response.body#/ResourceInfo
  - stepId: deregisterResource
    description: >-
      Deregister the resource so it is no longer managed by the Data Catalog.
    operationId: DeregisterResource
    parameters:
    - name: resourceArn
      in: path
      value: $inputs.resourceArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      deregisterStatus: $statusCode
  - stepId: listResources
    description: >-
      List the resources still registered with Lake Formation to confirm the
      deregistered location is gone.
    operationId: ListResources
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      resourceInfoList: $response.body#/ResourceInfoList
  outputs:
    deregisterStatus: $steps.deregisterResource.outputs.deregisterStatus
    remainingResources: $steps.listResources.outputs.resourceInfoList

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-lake-formation-deregister-resource-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 email required.

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