Amazon DataZone

2026/06/15 - Amazon DataZone - 1 new api methods

Changes  Adds support for deleting lineage events in Amazon DataZone.

DeleteLineageEvent (new) Link ΒΆ

Deletes the specified lineage event.

See also: AWS API Documentation

Request Syntax

client.delete_lineage_event(
    domainIdentifier='string',
    identifier='string'
)
type domainIdentifier:

string

param domainIdentifier:

[REQUIRED]

The ID of the domain.

type identifier:

string

param identifier:

[REQUIRED]

The ID of the lineage event.

rtype:

dict

returns:

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.