Amazon HealthLake · Arazzo Workflow
Amazon HealthLake Delete FHIR Data Store and Confirm Removal
Version 1.0.0
Delete a FHIR data store and poll its status until it reports DELETED.
Provider
Workflows
delete-fhir-datastore-and-confirm
Delete a FHIR data store and wait until it reports DELETED.
Calls DeleteFHIRDatastore for the supplied data store id, then repeatedly describes the data store until its status is DELETED.
1
deleteDatastore
DeleteFHIRDatastore
Request deletion of the FHIR data store. The response echoes the data store id, ARN, status, and endpoint.
2
pollDatastore
DescribeFHIRDatastore
Describe the data store and inspect its status. While the status is DELETING the step loops back to itself; once the status is DELETED the workflow ends.