2026/06/15 - Amazon DataZone - 1 new api methods
Changes Adds support for deleting lineage events in Amazon DataZone.
Deletes the specified lineage event.
See also: AWS API Documentation
Request Syntax
client.delete_lineage_event(
domainIdentifier='string',
identifier='string'
)
string
[REQUIRED]
The ID of the domain.
string
[REQUIRED]
The ID of the lineage event.
dict
Response Syntax
{
'id': 'string',
'domainId': 'string',
'processingStatus': 'REQUESTED'|'PROCESSING'|'SUCCESS'|'FAILED'
}
Response Structure
(dict) --
id (string) --
The ID of the lineage event.
domainId (string) --
The ID of the domain.
processingStatus (string) --
The progressing status of the lineage event.